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

Packages that use NavigationTreeNode
jaxx.runtime.swing.navigation JAXX - tree utilities This package contains all the classes of the navigation tree framework. 
 

Uses of NavigationTreeNode in jaxx.runtime.swing.navigation
 

Fields in jaxx.runtime.swing.navigation with type parameters of type NavigationTreeNode
protected  JAXXContextEntryDef<NavigationTreeNode> NavigationTreeContextHelper.selectedNodeContextEntry
           
 

Methods in jaxx.runtime.swing.navigation that return NavigationTreeNode
protected  NavigationTreeNode NavigationTreeModelBuilder.addChildNode(NavigationTreeNode parentNode, NavigationTreeNode node)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(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)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, java.lang.String entryPath, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, java.lang.String libelle, JAXXContextEntryDef<?> entryDef, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(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)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(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)
           
 NavigationTreeNode NavigationTreeModelBuilder.buildEmptyRoot(JAXXContextEntryDef<?> entryDef, java.lang.String contextName)
           
 NavigationTreeNode NavigationTreeHelper.findNode(JAXXContext context, java.lang.String path)
           
 NavigationTreeNode NavigationTreeHelper.findNode(JAXXContext context, java.lang.String path, java.util.regex.Pattern regex)
           
 NavigationTreeNode NavigationTreeHelper.findNode(JAXXContext context, java.lang.String path, java.util.regex.Pattern regex, java.lang.String suffix)
           
 NavigationTreeNode NavigationTreeHelper.findNode(JAXXContext context, java.lang.String path, java.lang.String regex)
           
 NavigationTreeNode NavigationTreeHelper.findNode(JAXXContext context, java.lang.String path, java.lang.String regex, java.lang.String suffix)
           
 NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeNode root, java.lang.String path)
          Search from a given root node a node named by his fully path (concatenation of nodes path valued separated by NavigationTreeModel.pathSeparator.
 NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeNode root, java.lang.String path, java.util.regex.Pattern regex)
          Apply first the regex pattern to obtain the searched node.
 NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeNode root, java.lang.String path, java.lang.String regex)
          Apply first the regex pattern to obtain the searched node.
 NavigationTreeNode NavigationTreeModel.findNode(java.lang.String path)
          Search from the root node a node named by his fully path (concatenation of nodes path valued separated by dot.
 NavigationTreeNode NavigationTreeModel.findNode(java.lang.String path, java.util.regex.Pattern regex)
          Apply first the regex pattern to obtain the searched node.
 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.
 NavigationTreeNode NavigationTreeNode.getChild(java.lang.String path)
           
 NavigationTreeNode NavigationTreeNode.getChildAt(int index)
           
protected  NavigationTreeNode NavigationTreeNode.getFirstAncestorWithDef()
           
 NavigationTreeNode NavigationTreeNode.getParent()
           
 NavigationTreeNode NavigationTreeHelper.getParentNode(NavigationTreeNode current, java.lang.Class<?> beanClass)
          Obtain the first ancestor with the matching internalClass
 NavigationTreeNode NavigationTreeModel.getRoot()
           
 NavigationTreeNode NavigationTreeContextHelper.getSelectedNode(JAXXContext context)
           
 NavigationTreeNode NavigationTreeModelBuilder.removeChildNode(NavigationTreeNode node)
           
 

Methods in jaxx.runtime.swing.navigation that return types with arguments of type NavigationTreeNode
protected  JAXXContextEntryDef<NavigationTreeNode> NavigationTreeContextHelper.getSelectedNodeContextEntry()
           
 

Methods in jaxx.runtime.swing.navigation with parameters of type NavigationTreeNode
protected  NavigationTreeNode NavigationTreeModelBuilder.addChildNode(NavigationTreeNode parentNode, NavigationTreeNode node)
           
 void NavigationTreeModelBuilder.addDecoratorNodeRenderer(NavigationTreeNode node, Decorator<?> decorator)
           
 void NavigationTreeModelBuilder.addI18nNodeRenderer(NavigationTreeNode node, java.lang.String libelle)
           
 void NavigationTreeModelBuilder.addNodeJaxxClasses(NavigationTreeNode node, java.lang.Class<? extends JAXXObject> uIClass, java.lang.Class<? extends JAXXAction> uIHandlerClass)
           
protected  void NavigationTreeHandler.addSelectedBeanInContext(NavigationTreeNode node, java.lang.Object data)
           
 void NavigationTreeModelBuilder.ChildBuilder.build(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(NavigationTreeNode parent, boolean cacheValues, java.lang.Class<? extends O> klass, O[] beans, java.lang.Class<? extends JAXXObject> ui, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(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)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, java.lang.String entryPath, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, java.lang.String libelle, JAXXContextEntryDef<?> entryDef, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(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)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(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)
           
 void NavigationContentUI.closeUI(NavigationTreeNode node)
          Clean the ui after been closed by the method NavigationTreeHandler.closeUI(java.awt.Component).
protected  java.lang.String NavigationTreeNode.computeJXPath(java.lang.String expr, NavigationTreeNode parentNode)
           
protected  java.awt.Component NavigationTreeHandlerWithCardLayout.createUI(NavigationTreeNode node)
           
protected abstract  java.awt.Component NavigationTreeHandler.createUI(NavigationTreeNode node)
          Instancie une nouvelle ui associé à un noeud de l'arbre de navigation
protected  JAXXContext NavigationTreeHandler.createUIContext(NavigationTreeNode node)
          Prepare le context a utiliser pour initialiser une nouvelle ui.
 NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeNode root, java.lang.String path)
          Search from a given root node a node named by his fully path (concatenation of nodes path valued separated by NavigationTreeModel.pathSeparator.
 NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeNode root, java.lang.String path, java.util.regex.Pattern regex)
          Apply first the regex pattern to obtain the searched node.
 NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeNode root, java.lang.String path, java.lang.String regex)
          Apply first the regex pattern to obtain the searched node.
 java.lang.Object NavigationTreeModel.getBean(NavigationTreeNode node)
          Obtain the associated bean value from context corresponding to node
abstract  java.lang.String NavigationTreeHandler.Strategy.getId(NavigationTreeNode node)
           
 NavigationTreeNode NavigationTreeHelper.getParentNode(NavigationTreeNode current, java.lang.Class<?> beanClass)
          Obtain the first ancestor with the matching internalClass
protected  java.awt.Component NavigationTreeHandlerWithCardLayout.getUI(NavigationTreeNode node)
           
protected abstract  java.awt.Component NavigationTreeHandler.getUI(NavigationTreeNode node)
           
protected  void NavigationTreeHandlerWithCardLayout.openUI(java.awt.Component newUI, NavigationTreeNode node)
           
protected abstract  void NavigationTreeHandler.openUI(java.awt.Component newUI, NavigationTreeNode node)
          Ouvre l'ui associée au noeud sélectionné dans l'arbre de navigation.
 void NavigationContentUI.openUI(NavigationTreeNode node)
          Init the ui just before been opened by the method NavigationTreeHandler.openUI(java.awt.Component, jaxx.runtime.swing.navigation.NavigationTreeNode).
 void NavigationTreeModelBuilder.printModel(NavigationTreeNode node)
           
protected  void NavigationTreeModel.reload(NavigationTreeNode node)
           
protected  void NavigationTreeModel.reload(NavigationTreeNode node, boolean deep)
           
 NavigationTreeNode NavigationTreeModelBuilder.removeChildNode(NavigationTreeNode node)
           
 void NavigationTreeHelper.repaintNode(JAXXContext context, NavigationTreeNode node)
          Demande une opération de repaint sur un noeud de l'arbre de navigation.
 void NavigationTreeHelper.repaintNode(JAXXContext context, NavigationTreeNode node, boolean deep)
          Demande une opération de repaint sur un noeud de l'arbre de navigation.
 void NavigationTreeHelper.selectNode(JAXXContext context, NavigationTreeNode node)
          Sélection d'un noeud dans l'arbre de navigation.
protected  void NavigationTreeHandler.selectNodeUI(NavigationTreeNode node)
           
 void NavigationTreeContextHelper.setSelectedNode(JAXXContext context, NavigationTreeNode node)
           
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.