|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
wt.templateutil.table.TreeTableNode
Supported API: false
Extendable: false
Nested Class Summary |
Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode |
|
Field Summary | |
private Object |
alternateUserObject
|
private boolean |
childrenAreFetched
|
private static String |
CLASSNAME
|
private String |
fetchCode
|
private boolean |
hasChildren
|
private int |
identifier
|
private boolean |
isLastSibling
|
private boolean |
isOpen
|
private boolean |
isVisible
|
private static String |
RESOURCE
|
private String |
stringIdentifier
|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
TreeTableNode(boolean isVisible,
boolean hasChildren,
boolean isOpen,
boolean isLastSibling,
int identifier)
Constuctor that sets the modelIndex of the column that points to the corresponding column in the TableModel. |
|
TreeTableNode(boolean isVisible,
boolean hasChildren,
boolean isOpen,
boolean isLastSibling,
int identifier,
Object userObject)
Deprecated. |
|
TreeTableNode(boolean isVisible,
boolean hasChildren,
boolean isOpen,
boolean isLastSibling,
int identifier,
Object userObject,
boolean allowsChildren)
Constuctor that sets the modelIndex of the column that points to the corresponding column in the TableModel. |
|
TreeTableNode(boolean hasChildren,
boolean isOpen,
boolean isLastSibling,
int identifier)
Constuctor that sets the modelIndex of the column that points to the corresponding column in the TableModel. |
|
TreeTableNode(boolean hasChildren,
boolean isOpen,
boolean isLastSibling,
int identifier,
Object userObject)
Deprecated. |
|
TreeTableNode(boolean hasChildren,
boolean isOpen,
boolean isLastSibling,
int identifier,
Object userObject,
boolean allowsChildren)
Constuctor that sets the modelIndex of the column that points to the corresponding column in the TableModel. |
Method Summary | |
Object |
getCentralObject()
|
static Object |
getCentralObject(Object obj)
|
boolean |
getChildrenAreFeteched()
|
String |
getFetchCode()
|
boolean |
getHasChildren()
|
int |
getIdentifier()
|
boolean |
getIsLastSibling()
|
boolean |
getIsOpen()
|
boolean |
getIsVisible()
|
String |
getStringIdentifier()
|
Object |
getUserObject()
|
void |
setChildrenAreFeteched(boolean childrenAreFetched)
|
void |
setFetchCode(String fetchCode)
|
void |
setHasChildren(boolean hasChildren)
|
void |
setIdentifier(int identifier)
|
void |
setIsLastSibling(boolean isLastSibling)
|
void |
setIsOpen(boolean isOpen)
|
void |
setIsVisible(boolean isVisible)
|
void |
setStringIdentifier(String identifier)
|
void |
setUserObject(Object userObject)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private boolean hasChildren
private boolean isVisible
private boolean isOpen
private boolean isLastSibling
private boolean childrenAreFetched
private int identifier
private String stringIdentifier
private String fetchCode
private transient Object alternateUserObject
Constructor Detail |
public TreeTableNode(boolean hasChildren, boolean isOpen, boolean isLastSibling, int identifier, Object userObject)
public TreeTableNode(boolean hasChildren, boolean isOpen, boolean isLastSibling, int identifier, Object userObject, boolean allowsChildren)
public TreeTableNode(boolean hasChildren, boolean isOpen, boolean isLastSibling, int identifier)
public TreeTableNode(boolean isVisible, boolean hasChildren, boolean isOpen, boolean isLastSibling, int identifier, Object userObject)
public TreeTableNode(boolean isVisible, boolean hasChildren, boolean isOpen, boolean isLastSibling, int identifier, Object userObject, boolean allowsChildren)
public TreeTableNode(boolean isVisible, boolean hasChildren, boolean isOpen, boolean isLastSibling, int identifier)
Method Detail |
public Object getCentralObject()
public boolean getHasChildren()
public void setHasChildren(boolean hasChildren)
public boolean getIsVisible()
public void setIsVisible(boolean isVisible)
public boolean getIsOpen()
public void setIsOpen(boolean isOpen)
public boolean getIsLastSibling()
public void setIsLastSibling(boolean isLastSibling)
public int getIdentifier()
public void setIdentifier(int identifier)
public void setStringIdentifier(String identifier)
public String getStringIdentifier()
public boolean getChildrenAreFeteched()
public void setChildrenAreFeteched(boolean childrenAreFetched)
public static Object getCentralObject(Object obj)
public String getFetchCode()
public void setFetchCode(String fetchCode)
public String toString()
public Object getUserObject()
public void setUserObject(Object userObject)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |