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). |