arlut.csd.ganymede.client
Class InvidNode
java.lang.Object
|
+--arlut.csd.JTree.treeNode
|
+--arlut.csd.ganymede.client.InvidNode
- All Implemented Interfaces:
- java.lang.Cloneable
- class InvidNode
- extends treeNode
Class used in the client to represent an individual
db_object in the client's tree
display.
| Fields inherited from class arlut.csd.JTree.treeNode |
boxX1, boxX2, boxY1, boxY2, child, childStack, closedImage, expandable, expanded, menu, nextSibling, openImage, parent, prevSibling, row, selected, text, tree |
| Methods inherited from class arlut.csd.JTree.treeNode |
clone, getChild, getChild, getClosedImage, getNextSibling, getOpenImage, getParent, getPrevSibling, getText, isOpen, resetNode, setClosedImage, setImages, setMenu, setOpenImage, setText |
| Methods inherited from class java.lang.Object |
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
debug
static final boolean debug
invid
private Invid invid
typeText
private java.lang.String typeText
handle
private ObjectHandle handle
InvidNode
public InvidNode(treeNode parent,
java.lang.String text,
Invid invid,
treeNode insertAfter,
boolean expandable,
int openImage,
int closedImage,
treeMenu menu,
ObjectHandle handle)
getInvid
public Invid getInvid()
setInvid
public void setInvid(Invid invid)
getTypeText
public java.lang.String getTypeText()
getHandle
public ObjectHandle getHandle()
setHandle
public void setHandle(ObjectHandle handle)