Uses of Class
com.extentech.ExtenBean.swing.ExtenBeanTreeNode

Packages that use ExtenBeanTreeNode
com.extentech.ExtenBean.swing The ExtenBean swing package contains user interface components for the ExtenBean DataObjects. 
com.extentech.ExtenXLS.eventui.swing The ExtenXLS UI package contains swing UI spreadsheet components. 
com.extentech.ExtenXLS.ui The ExtenXLS UI package contains swing UI spreadsheet components. 
com.extentech.ExtenXLS.ui.swing The ExtenXLS UI package contains swing UI spreadsheet components. 
 

Uses of ExtenBeanTreeNode in com.extentech.ExtenBean.swing
 

Subclasses of ExtenBeanTreeNode in com.extentech.ExtenBean.swing
 class XMLBeanNode
          TreeNode backed by an XML DataObject
 

Fields in com.extentech.ExtenBean.swing declared as ExtenBeanTreeNode
 ExtenBeanTreeNode ExtenBeanTreeModel.thisNode
           
 

Methods in com.extentech.ExtenBean.swing that return ExtenBeanTreeNode
 ExtenBeanTreeNode ExtenBeanTreeModel.addObject(ExtenBeanTreeNode parent, java.lang.Object child)
           
 ExtenBeanTreeNode ExtenBeanTreeModel.addObject(ExtenBeanTreeNode parent, java.lang.Object child, boolean shouldBeVisible)
          You can either add ExtenBeanTreeNodes or DataObjects to this TreeModel
 ExtenBeanTreeNode ExtenBeanTreeModel.addObject(java.lang.Object child)
          Add child to the currently selected node.
 ExtenBeanTreeNode ExtenBeanTreeNode.getCategoryNode(PersistenceEngine factory, java.lang.String nodetype)
          pass a factory and a node type this method will look up node values in properties file and populate TreeNode particulars such as icons etc.
 ExtenBeanTreeNode ExtenBeanTreeNode.getExtenBeanTreeNode(int idx)
           
 ExtenBeanTreeNode ExtenBeanTreeNode.getNewChildNode(ExtenBeanTreeNode newnode, java.lang.String nodetype)
           
 ExtenBeanTreeNode XMLBeanNode.getNewChildNode(java.lang.String nodetype)
          create a new child node which conforms to the type of node contained by this node.
 ExtenBeanTreeNode ExtenBeanTreeNode.getNewChildNode(java.lang.String nodetype)
          create a new child node which conforms to the type of node contained by this node.
 ExtenBeanTreeNode ExtenBeanTreeNode.getNewDefaultChildNode()
           
 

Methods in com.extentech.ExtenBean.swing with parameters of type ExtenBeanTreeNode
 void ExtenBeanTreeNode.add(ExtenBeanTreeNode node)
           
 ExtenBeanTreeNode ExtenBeanTreeModel.addObject(ExtenBeanTreeNode parent, java.lang.Object child)
           
 ExtenBeanTreeNode ExtenBeanTreeModel.addObject(ExtenBeanTreeNode parent, java.lang.Object child, boolean shouldBeVisible)
          You can either add ExtenBeanTreeNodes or DataObjects to this TreeModel
 ExtenBeanTreeNode ExtenBeanTreeNode.getNewChildNode(ExtenBeanTreeNode newnode, java.lang.String nodetype)
           
static void ExtenBeanTreeNode.getNodeFromResources(ExtenBeanTreeNode node, java.lang.String nodetype)
          fills node with info from resources/extenbean given nodetype looks up do__cols do__defaults do__table do__keycol
 void ExtenBeanTreeNode.initNode(int idx, ExtenBeanTreeNode dobj)
          more or less clone this node, except as a singleton
 void ExtenBeanTreeChangeListener.nodeChanged(ExtenBeanTreeNode node)
           
 void ExtenBeanTreeModel.notifyNodeListeners(ExtenBeanTreeNode n, javax.swing.event.TreeSelectionEvent e)
           
 void ExtenBeanTreeModel.scrollToNode(ExtenBeanTreeNode nd)
           
 void ExtenBeanTreeModel.setTopNode(ExtenBeanTreeNode t)
          Set a handle to the root of the tree.
 

Constructors in com.extentech.ExtenBean.swing with parameters of type ExtenBeanTreeNode
ExtenBeanTreeNode(ExtenBeanTreeNode dobj)
          init with an alternate DataObject type
 

Uses of ExtenBeanTreeNode in com.extentech.ExtenXLS.eventui.swing
 

Methods in com.extentech.ExtenXLS.eventui.swing that return ExtenBeanTreeNode
 ExtenBeanTreeNode DataObjectTableControllerPanel.getCurrentNode()
           
 ExtenBeanTreeNode PropertiesPanel.getNewChildNode(java.lang.String nodetype)
           
 ExtenBeanTreeNode ExtenBeanPopupTree.getNewTreeNode(java.lang.String nodename)
          responsible for figuring out what new node can be created, as well as creating the new menu, etc.
 ExtenBeanTreeNode PropertiesPanel.getRangeNode()
           
 

Methods in com.extentech.ExtenXLS.eventui.swing with parameters of type ExtenBeanTreeNode
 void ExtenXLSMapperFrame.initDataObject(ExtenBeanTreeNode b)
          KSC: init is a wrapper for setDataObject that allows setting of the UI as well
 void XMLBeanEditorPanel.initFromRootNode(ExtenBeanTreeNode rt)
           
 void ExtenDataObjectPanel.initFromRootNode(ExtenBeanTreeNode rn)
          Initialize the JDBC Connections and the shared parameters
 void DataObjectPanel.initFromRootNode(ExtenBeanTreeNode rootnode)
          Initialize the JDBC Connections and the shared parameters
 void ExtenXLSMapPanel.nodeChanged(ExtenBeanTreeNode node)
           
 void ExtenDataObjectPanel.nodeChanged(ExtenBeanTreeNode node)
           
 void DataObjectPanel.nodeChanged(ExtenBeanTreeNode node)
           
 void ExtenDataObjectPanel.refreshFromNode(ExtenBeanTreeNode node)
          init this panel from a do *&
 void DataObjectPanel.refreshFromNode(ExtenBeanTreeNode node)
          init this panel from a do *&
 void DataObjectTableControllerPanel.setCurrentNode(ExtenBeanTreeNode n)
           
 void ExtenXLSMapperFrame.setDataObject(ExtenBeanTreeNode b, boolean bInitUI)
          KSC: sets data objects and intializes ui if necessary rather ugly but the UI is too tightly coupled for clean removal ...
 

Uses of ExtenBeanTreeNode in com.extentech.ExtenXLS.ui
 

Methods in com.extentech.ExtenXLS.ui with parameters of type ExtenBeanTreeNode
 void WorkBookPanel.nodeChanged(ExtenBeanTreeNode node)
           
 

Uses of ExtenBeanTreeNode in com.extentech.ExtenXLS.ui.swing
 

Methods in com.extentech.ExtenXLS.ui.swing that return ExtenBeanTreeNode
 ExtenBeanTreeNode DataObjectTableControllerPanel.getCurrentNode()
           
 ExtenBeanTreeNode PropertiesPanel.getNewChildNode(java.lang.String nodetype)
           
 ExtenBeanTreeNode ExtenBeanPopupTree.getNewTreeNode(java.lang.String nodename)
          responsible for figuring out what new node can be created, as well as creating the new menu, etc.
 ExtenBeanTreeNode PropertiesPanel.getRangeNode()
           
 

Methods in com.extentech.ExtenXLS.ui.swing with parameters of type ExtenBeanTreeNode
 void ExtenXLSMapperFrame.initDataObject(ExtenBeanTreeNode b)
          KSC: init is a wrapper for setDataObject that allows setting of the UI as well
 void XMLBeanEditorPanel.initFromRootNode(ExtenBeanTreeNode rt)
           
 void ExtenDataObjectPanel.initFromRootNode(ExtenBeanTreeNode rn)
          Initialize the JDBC Connections and the shared parameters
 void DataObjectPanel.initFromRootNode(ExtenBeanTreeNode rootnode)
          Initialize the JDBC Connections and the shared parameters
 void ExtenXLSMapPanel.nodeChanged(ExtenBeanTreeNode node)
           
 void ExtenDataObjectPanel.nodeChanged(ExtenBeanTreeNode node)
           
 void DataObjectPanel.nodeChanged(ExtenBeanTreeNode node)
           
 void ExtenDataObjectPanel.refreshFromNode(ExtenBeanTreeNode node)
          init this panel from a do *&
 void DataObjectPanel.refreshFromNode(ExtenBeanTreeNode node)
          init this panel from a do *&
 void DataObjectTableControllerPanel.setCurrentNode(ExtenBeanTreeNode n)
           
 void ExtenXLSMapperFrame.setDataObject(ExtenBeanTreeNode b, boolean bInitUI)
          KSC: sets data objects and intializes ui if necessary rather ugly but the UI is too tightly coupled for clean removal ...
 



Copyright © 2011 Extentech Inc. All Rights Reserved.