|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TreeModel that works with the BI Beans Catalog.
The CatalogExplorer
and the FavoritesExplorer
use this
interface, with a javax.swing.JTree, to display Catalog contents in tree form.
Method Summary | |
void |
fireTreeStructureChanged(BITreeNode node)
Notifies listeners of changes to the tree structure. |
oracle.dss.bicontext.BIContext |
getInitialContext()
Gets the root folder in the Catalog. |
oracle.dss.bicontext.BISearchControls |
getSearchControls()
Gets the search controls for this BITreeModel. |
javax.naming.directory.Attributes |
getSearchFilters()
Gets the search attributes for this BITreeModel. |
Methods inherited from interface javax.swing.tree.TreeModel |
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, valueForPathChanged |
Method Detail |
public oracle.dss.bicontext.BIContext getInitialContext()
public javax.naming.directory.Attributes getSearchFilters()
public oracle.dss.bicontext.BISearchControls getSearchControls()
public void fireTreeStructureChanged(BITreeNode node)
node
- The node whose structure has changed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |