|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
WTExplorer
,
Identifiable
,
ReferenceHolder
Method Summary | |
Explorable[] |
getContents()
Gets the contained objects for this object. |
Explorable[] |
getUses()
Gets the children objects for this object. |
Methods inherited from interface wt.clients.beans.explorer.Identifiable |
getIdentity, getOpenIcon, getStandardIcon, getUniqueIdentity |
Methods inherited from interface wt.clients.util.ReferenceHolder |
getObject, setObject |
Method Detail |
public Explorable[] getUses() throws WTException
WTException
WTException
public Explorable[] getContents() throws WTException
WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |