Uses of Class
jaxx.runtime.swing.navigation.NavigationTreeModel.NavigationTreeNode

Packages that use NavigationTreeModel.NavigationTreeNode
jaxx.runtime.swing.navigation   
 

Uses of NavigationTreeModel.NavigationTreeNode in jaxx.runtime.swing.navigation
 

Fields in jaxx.runtime.swing.navigation declared as NavigationTreeModel.NavigationTreeNode
protected  NavigationTreeModel.NavigationTreeNode NavigationUtil.NodeRenderer.node
           
 

Fields in jaxx.runtime.swing.navigation with type parameters of type NavigationTreeModel.NavigationTreeNode
static JAXXContextEntryDef<NavigationTreeModel.NavigationTreeNode> NavigationTreeSelectionAdapter.NAVIGATION_SELECTED_NODE_ENTRY_DEF
           
static JAXXContextEntryDef<NavigationTreeModel.NavigationTreeNode> NavigationTreeHandler.NAVIGATION_SELECTED_NODE_ENTRY_DEF
           
 

Methods in jaxx.runtime.swing.navigation that return NavigationTreeModel.NavigationTreeNode
protected  NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.addChildNode(NavigationTreeModel.NavigationTreeNode parentNode, NavigationTreeModel.NavigationTreeNode node)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeModel.NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef entryDef, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeModel.NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef entryDef, java.lang.String entryPath, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeModel.NavigationTreeNode parentNode, Decorator<?> decorator, java.lang.String entryPath, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeModel.NavigationTreeNode parentNode, java.lang.String libelle, JAXXContextEntryDef entryDef, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeModel.NavigationTreeNode parentNode, java.lang.String libelle, JAXXContextEntryDef entryDef, java.lang.String entryPath, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeModel.NavigationTreeNode parentNode, java.lang.String libelle, java.lang.String entryPath, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
static NavigationTreeModel.NavigationTreeNode NavigationUtil.findNode(JAXXContext context, java.lang.String contextKey, java.lang.String navigationPath)
           
static NavigationTreeModel.NavigationTreeNode NavigationUtil.findNode(JAXXContext context, java.lang.String contextKey, java.lang.String navigationPath, java.util.regex.Pattern regex)
           
static NavigationTreeModel.NavigationTreeNode NavigationUtil.findNode(JAXXContext context, java.lang.String contextKey, java.lang.String navigationPath, java.util.regex.Pattern regex, java.lang.String suffix)
           
static NavigationTreeModel.NavigationTreeNode NavigationUtil.findNode(JAXXContext context, java.lang.String contextKey, java.lang.String navigationPath, java.lang.String regex)
           
static NavigationTreeModel.NavigationTreeNode NavigationUtil.findNode(JAXXContext context, java.lang.String contextKey, java.lang.String navigationPath, java.lang.String regex, java.lang.String suffix)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeModel.NavigationTreeNode root, java.lang.String path)
          Search from a given root node a node named by his fully path (concatenation of nodes navigationPath valued separated by NavigationTreeModel.navigationPathSeparator.
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeModel.NavigationTreeNode root, java.lang.String path, java.util.regex.Pattern regex)
          Apply first the regex pattern to obtain the searched node.
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeModel.NavigationTreeNode root, java.lang.String path, java.lang.String regex)
          Apply first the regex pattern to obtain the searched node.
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.findNode(java.lang.String path)
          Search from the root node a node named by his fully path (concatenation of nodes navigationPath valued separated by dot.
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.findNode(java.lang.String path, java.util.regex.Pattern regex)
          Apply first the regex pattern to obtain the searched node.
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.findNode(java.lang.String path, java.lang.String regex)
          Apply first the regex pattern to obtain the searched node fi the given regex is not null.
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.NavigationTreeNode.getChild(java.lang.String navigationPath)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.NavigationTreeNode.getChildAt(int index)
           
protected  NavigationTreeModel.NavigationTreeNode NavigationTreeModel.NavigationTreeNode.getFirstAncestorWithDef()
           
protected  NavigationTreeModel.NavigationTreeNode NavigationTreeCellRenderer.getNode(java.lang.Object value)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.NavigationTreeNode.getParent()
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.getRoot()
           
static NavigationTreeModel.NavigationTreeNode NavigationUtil.getSelectedNode(JAXXContext context)
           
protected  NavigationTreeModel.NavigationTreeNode NavigationTreeHandler.prepareNode(NavigationTreeModel.NavigationTreeNode node)
          Prepare le nouveau noeud sélectionné.
protected  NavigationTreeModel.NavigationTreeNode NavigationTreeSelectionAdapter.prepareNode(javax.swing.event.TreeSelectionEvent event)
          Prepare le nouveau noeud sélectionné.
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.removeChildNode(NavigationTreeModel.NavigationTreeNode node)
           
 

Methods in jaxx.runtime.swing.navigation with parameters of type NavigationTreeModel.NavigationTreeNode
protected  NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.addChildNode(NavigationTreeModel.NavigationTreeNode parentNode, NavigationTreeModel.NavigationTreeNode node)
           
protected  void NavigationTreeSelectionAdapter.addSelectedBeanInContext(NavigationTreeModel.NavigationTreeNode node, java.lang.Object data)
           
protected  void NavigationTreeHandler.addSelectedBeanInContext(NavigationTreeModel.NavigationTreeNode node, java.lang.Object data)
           
 void NavigationTreeModelBuilder.ChildBuilder.build(NavigationTreeModel.NavigationTreeNode parent, boolean cacheValues, java.lang.Class<? extends O> klass, java.util.Collection<? extends O> beans, java.lang.Class<? extends JAXXObject> ui, java.lang.Class<? extends JAXXAction> actionClass)
           
 void NavigationTreeModelBuilder.ChildBuilder.build(NavigationTreeModel.NavigationTreeNode parent, boolean cacheValues, java.lang.Class<? extends O> klass, O[] beans, java.lang.Class<? extends JAXXObject> ui, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeModel.NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef entryDef, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeModel.NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef entryDef, java.lang.String entryPath, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeModel.NavigationTreeNode parentNode, Decorator<?> decorator, java.lang.String entryPath, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeModel.NavigationTreeNode parentNode, java.lang.String libelle, JAXXContextEntryDef entryDef, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeModel.NavigationTreeNode parentNode, java.lang.String libelle, JAXXContextEntryDef entryDef, java.lang.String entryPath, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeModel.NavigationTreeNode parentNode, java.lang.String libelle, java.lang.String entryPath, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
protected  java.lang.String NavigationTreeModel.NavigationTreeNode.computeJXPath(java.lang.String expr, NavigationTreeModel.NavigationTreeNode parentNode)
           
protected abstract  java.awt.Component NavigationTreeSelectionAdapter.createUI(NavigationTreeModel.NavigationTreeNode node)
          Instancie une nouvelle ui associé à un noeud de l'arbre de navigation
protected  java.awt.Component NavigationTreeHandlerWithCardLayout.createUI(NavigationTreeModel.NavigationTreeNode node)
           
protected  java.awt.Component NavigationTreeSelectionAdapterWithCardLayout.createUI(NavigationTreeModel.NavigationTreeNode node)
           
protected abstract  java.awt.Component NavigationTreeHandler.createUI(NavigationTreeModel.NavigationTreeNode node)
          Instancie une nouvelle ui associé à un noeud de l'arbre de navigation
protected  JAXXContext NavigationTreeHandlerWithCardLayout.createUIContext(NavigationTreeModel.NavigationTreeNode node)
           
protected abstract  JAXXContext NavigationTreeHandler.createUIContext(NavigationTreeModel.NavigationTreeNode node)
           
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeModel.NavigationTreeNode root, java.lang.String path)
          Search from a given root node a node named by his fully path (concatenation of nodes navigationPath valued separated by NavigationTreeModel.navigationPathSeparator.
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeModel.NavigationTreeNode root, java.lang.String path, java.util.regex.Pattern regex)
          Apply first the regex pattern to obtain the searched node.
 NavigationTreeModel.NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeModel.NavigationTreeNode root, java.lang.String path, java.lang.String regex)
          Apply first the regex pattern to obtain the searched node.
 java.lang.Object NavigationTreeModel.getJAXXContextValue(JAXXContext context, NavigationTreeModel.NavigationTreeNode node)
          Obtain the associated bean value from context corresponding to node
protected  java.lang.String NavigationTreeSelectionAdapter.getNodeConstraints(NavigationTreeModel.NavigationTreeNode node)
           
protected  java.lang.String NavigationTreeHandler.getNodeConstraints(NavigationTreeModel.NavigationTreeNode node)
           
protected abstract  java.awt.Component NavigationTreeSelectionAdapter.getUI(NavigationTreeModel.NavigationTreeNode node)
           
protected  java.awt.Component NavigationTreeHandlerWithCardLayout.getUI(NavigationTreeModel.NavigationTreeNode node)
           
protected  java.awt.Component NavigationTreeSelectionAdapterWithCardLayout.getUI(NavigationTreeModel.NavigationTreeNode node)
           
protected abstract  java.awt.Component NavigationTreeHandler.getUI(NavigationTreeModel.NavigationTreeNode node)
           
protected abstract  void NavigationTreeSelectionAdapter.openUI(java.awt.Component newUI, NavigationTreeModel.NavigationTreeNode node)
          Ouvre l'ui associée au noeud sélectionné dans l'arbre de navigation.
protected  void NavigationTreeHandlerWithCardLayout.openUI(java.awt.Component newUI, NavigationTreeModel.NavigationTreeNode node)
           
protected  void NavigationTreeSelectionAdapterWithCardLayout.openUI(java.awt.Component newUI, NavigationTreeModel.NavigationTreeNode node)
           
protected abstract  void NavigationTreeHandler.openUI(java.awt.Component newUI, NavigationTreeModel.NavigationTreeNode node)
          Ouvre l'ui associée au noeud sélectionné dans l'arbre de navigation.
protected  NavigationTreeModel.NavigationTreeNode NavigationTreeHandler.prepareNode(NavigationTreeModel.NavigationTreeNode node)
          Prepare le nouveau noeud sélectionné.
 NavigationTreeModel.NavigationTreeNode NavigationTreeModelBuilder.removeChildNode(NavigationTreeModel.NavigationTreeNode node)
           
 void NavigationTreeHandler.selectNodeUI(NavigationTreeModel.NavigationTreeNode node)
           
 void NavigationUtil.NodeRenderer.setNode(NavigationTreeModel.NavigationTreeNode node)
           
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.