|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objects that implement the Identifiable interface may be used as WTNodes and displayed in the WTTree.
The WTNode will invoke the getStandardIcon()
method to get the icon to display
for the object in the treeview. The WTNode will invoke the getIdentity(
) method
to display an identifying name for the object in the treeview.
Supported API: true
Extendable: false
Method Summary | |
String |
getIdentity()
Gets the identifying string display for this object. |
Image |
getOpenIcon()
Gets the image to display for this object when its node is expanded in a tree. |
Image |
getStandardIcon()
Gets the image to display for this object. |
String |
getUniqueIdentity()
Gets the uniquely identifying string display for this object. |
Method Detail |
public Image getStandardIcon()
public Image getOpenIcon()
public String getIdentity()
public String getUniqueIdentity()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |