Package org.openide.explorer.view

The Explorer is really an abstraction that needs a view to actually display the nodes.

See:
          Description

Interface Summary
MenuView.Acceptor Deprecated. This interface is almost the same as NodeAcceptor so it is redundant and obsoleted.
 

Class Summary
BeanTreeView Functioning tree view class.
ChoiceView Explorer view based on a combo box.
ContextTreeView Context tree view class.
IconView A view displaying icons.
ListTableView Explorer view.
ListView Explorer view to display items in a list.
MenuView An explorer view that shows the context hierarchy in a popup menu.
MenuView.Menu Menu item representing a node (with children) in a menu hierarchy.
MenuView.MenuItem Menu item that can represent one node in the tree.
NodeListModel Model for displaying the nodes in list and choice.
NodeRenderer Default renderer for nodes.
NodeTableModel Table model with properties (Node.Property) as columns and nodes (Node) as rows.
NodeTreeModel Model for displaying the nodes in tree.
TreeTableView Explorer view.
TreeView Tree view abstract class.
Visualizer This class provide access to thread safe layer that reflects the hierarchy of Nodes, but is updated only in event dispatch thread (in contrast to nodes that can be updated from any thread).
 

Package org.openide.explorer.view Description

The Explorer is really an abstraction that needs a view to actually display the nodes. The same nodes might be represented as an expandable tree, as a tabbed pane showing icons, as a popup menu, etc. The Explorer API permits creation of new views, and contains several standard views that may be reused in special contexts.



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.