| Interface | Description |
|---|---|
| ListTableViewListAccess |
An interface a ListTableView can implements to give pubilc access to its underlying JTable
|
| ListViewListAccess |
An interface a ListView can implements to give pubilc access to its underlying JList
|
| MultiListExplorer.ComponentCreator | |
| MultiListExplorer.SelectionListener | |
| TablePropertyHolder |
**For internal use only**
An interface that allows to set the properties displayed in the Table of a TreeTableExplorer and ListTableExplorer.
|
| TreeTableViewTableAccess |
An interface a TableView can implements to give pubilc access to its underlying JTable
|
| TreeViewTreeAccess |
An interface a TreeView can implements to give pubilc access to its underlying JTree
|
| Class | Description |
|---|---|
| GPListExplorerPanel | |
| ListExplorer |
An Explorer GUI Component that displays Children of a root node as a List.
|
| ListTableExplorer |
A GUI component that combines a List with a Table, with the List on the left side and the Table on the right.
|
| MultiListExplorer |
MultiListExplorer is an explorer showing several lists linked together allowing to show
several levels of depth at once.
|
| TreeExplorer |
An Explorer GUI Component that displays a hierarchy of domain beans in a Tree.
|
| TreeTableExplorer |
A GUI component that combines a Tree with a Table, whith a Tree on the left side and a table on the right.
|