Class Summary |
ArrangeViewDialog |
dialog for arranging the nodes of a custom view |
CTree |
Implements an extension to the JFC JTree class with capabilities specific to the Essbase OLAP console. |
CTreeAdapter |
Implements all of the Tree*Listener interfaces. |
CTreeCellRenderer |
Extends the JLabel class to implement a tree cell rendering class that paints the UI in the manner that we wish it to be painted. |
CTreeCustomViewRootNode |
Provides access to the CTreeModel that a node is installed into. |
CTreeDataFlavor |
A specialized data flavor for CTree items. |
CTreeModel |
Extends the DefaultTreeModel class to implement some specific features that we need to support in the OLAP console. |
CTreeNode |
Extends the DefaultMutableTreeNode class to implement some specific features that we need to support in the OLAP console. |
CTreeTabbedPane |
A specialized container for CTree objects. |
RenameViewDialog |
extension of the JDialog class to implement a dialog for renaming custom views in a ctree panel. |