Skip navigation links
com.essbase.eas.ui.ctree
Interface CTreeRootNode
- All Known Implementing Classes:
- CTreeCustomViewRootNode
-
public interface CTreeRootNode
Provides access to the CTreeModel that a node is installed into. The standard Swing classes don't give access to the tree model that nodes are attached to; therefore, they can't force any needed UI updates. This interface should be implemented by any Root node objects that are placed into a CTreeModel.
- Version:
- 1.00, 09/18/2000
- Author:
- Hank Cox
getModel
CTreeModel getModel()
- returns the CTreeModel the root is in.
setModel
void setModel(CTreeModel value)
- sets the CTreeModel the root is in.
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.