Skip navigation links


Uses of Class
com.essbase.eas.ui.ptree.PTreeNode

Packages that use PTreeNode
com.essbase.eas.ui.ptree   

 

Uses of PTreeNode in com.essbase.eas.ui.ptree

 

Subclasses of PTreeNode in com.essbase.eas.ui.ptree
 class PTreeButtonNode
           
 class PTreeCheckBoxNode
          Extends the DefaultMutableTreeNode class to implement some specific features that we need to support in the OLAP console properties.
 class PTreeComboBoxNode
          Extends the DefaultMutableTreeNode class to implement some specific features that we need to support in the OLAP console properties.
 class PTreeDateNode
          Title: Description: Copyright: Copyright (c) 2001 Company: Hyperion Solutions Corporation
 class PTreeLabelNode
          Extends the DefaultMutableTreeNode class to implement some specific features that we need to support in the OLAP console properties.
 class PTreeNumericFieldNode
          Extends the DefaultMutableTreeNode class to implement some specific features that we need to support in the OLAP console properties.
 class PTreePasswordFieldNode
          Extends the DefaultMutableTreeNode class to implement some specific features that we need to support in the OLAP console properties.
 class PTreeRadioButtonNode
          Extends the PTreeNode class to implement some specific features that we need to support in the OLAP console properties.
 class PTreeRootLabelNode
          Extends the DefaultMutableTreeNode class to implement some specific features that we need to support in the OLAP console properties.
 class PTreeTextAreaNode
          Extends the DefaultMutableTreeNode class to implement some specific features that we need to support in the OLAP console properties.
 class PTreeTextFieldNode
          Extends the DefaultMutableTreeNode class to implement some specific features that we need to support in the OLAP console properties.
 class PTreeTimeFieldNode
          Extends the DefaultMutableTreeNode class to implement some specific features that we need to support in the OLAP console properties.

 

Methods in com.essbase.eas.ui.ptree that return PTreeNode
 PTreeNode PTreeNode.getChildForUserObject(java.lang.Object value)
          returns the child node that has the associated user object.
 PTreeNode PTree.getRootNode()
           

 

Methods in com.essbase.eas.ui.ptree with parameters of type PTreeNode
 void PTreeNode.addSortedChild(PTreeNode child, java.text.Collator collator)
           
 void PTreeNode.addSortedChild(PTreeNode child, java.text.Collator collator, boolean notify)
           
 void PTree.removeAllChildren(PTreeNode node)
           

 


Skip navigation links


Copyright © 2001, 2007, Oracle. All rights reserved.