Package wt.clients.beans.explorer
Interface Identifiable
- All Known Subinterfaces:
Explorable
- All Known Implementing Classes:
FolderBusinessObject,FolderedBusinessObject,PartItem,PartMasterItem,WTBusinessObject
public interface Identifiable
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