|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tentackle.appworx.AppDbTreeObject
org.tentackle.appworx.AppDbTreeToggleNodeObject
public class AppDbTreeToggleNodeObject
Extended AppDbTreeObject for displaying subtrees as childnodes
in an AppDbObjectTree.
| Constructor Summary | |
|---|---|
AppDbTreeToggleNodeObject(int toggleNodeId,
String text,
ImageIcon icon)
Creates a toggle node object. |
|
| Method Summary | |
|---|---|
Object |
getObject()
Gets the object. The default implementation returns "this". |
int |
getToggleNodeId()
Gets the toggle node id. |
String |
getToolTipText()
Gets the tooltip text. The default implementation returns null. |
| Methods inherited from class org.tentackle.appworx.AppDbTreeObject |
|---|
equals, getIcon, getParentObject, getTreeText, hashCode, isExpanded, isStopExpandPath, isStopTreeWillExpand, setExpanded, setIcon, setObject, setStopExpandPath, setStopTreeWillExpand, setTreeText, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AppDbTreeToggleNodeObject(int toggleNodeId,
String text,
ImageIcon icon)
toggleNodeId - the unique toggle node idtext - some text which is displayed for the node, null = noneicon - the icon for the node, null = none| Method Detail |
|---|
public int getToggleNodeId()
public String getToolTipText()
getToolTipText in class AppDbTreeObjectpublic Object getObject()
getObject in class AppDbTreeObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||