|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjview.JViewportCanvas.ViewportKey
stella.jview.JObjectComponent.ObjectKey
public static class JObjectComponent.ObjectKey
The class that allows selecting of only a portion of an
JObjectDisplay. It contains a tab name plus a normalized
viewport in this tab. It implements Serializable and serializes its
mostly non-serializable Rectangle2D
(I think its an insult that sun did fix
this only in 1.6.3, as it was reported already agains 1.2.2).
| Field Summary | |
|---|---|
private String |
period
Period string. |
private boolean |
science
True if only science. |
private String |
sql
String for additional sql. |
private boolean |
success
True if only success. |
private String |
tab
The tab name. |
private List<String> |
targets
List of targets. |
| Constructor Summary | |
|---|---|
JObjectComponent.ObjectKey(String t,
Rectangle2D zoom,
boolean suc,
boolean sci,
List<String> tn,
String sqltext,
String ptext)
Constructs a new key from the tab name and the current zoom. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class jview.JViewportCanvas.ViewportKey |
|---|
getView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private String tab
private boolean success
private boolean science
private List<String> targets
private String sql
private String period
| Constructor Detail |
|---|
public JObjectComponent.ObjectKey(String t,
Rectangle2D zoom,
boolean suc,
boolean sci,
List<String> tn,
String sqltext,
String ptext)
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||