Interface Explorable

All Superinterfaces:
Identifiable, ReferenceHolder
All Known Implementing Classes:
FolderBusinessObject, FolderedBusinessObject, PartItem, PartMasterItem, WTBusinessObject

public interface Explorable extends Identifiable, ReferenceHolder
Objects that implement the Explorable interface may be displayed and navigated in the WTExplorer.

The WTExplorer will invoke the getUses() method to display the children of the object in the treeview. The WTExplorer will invoke the getContents() method to display the contents of the object in the listview.

Supported API: true

Extendable: false

See Also: