Class WTExplorer

java.lang.Object
java.awt.Component
java.awt.Container
wt.clients.beans.explorer.WTExplorer
All Implemented Interfaces:
ActionListener, ItemListener, ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, WTExplorerListener

public class WTExplorer extends Container implements ActionListener, ItemListener, WTExplorerListener, PropertyChangeListener
WTExplorer is a Explorer type browser for displaying items and relationships.

It contains a linked Treeview and Listview which can be used to display and navigate objects which implement the wt.clients.beans.explorer.Explorable interface. It will invoke the getUses() method on the contained object to display its children in the treeview. It will invoke the getContents() method on the object to display its details in the listview.

The columns displayed in the listview can be set at runtime, as well as the methods to invoke to retrieve the information displayed for each column.

Supported API: true

Extendable: true

See Also: