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
 

Subclasses of NavigationTreeNode in jaxx.runtime.swing.navigation
 class NavigationTreeTableNode
          Node of the NavigationTreeTableModel.
 

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

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

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

Methods in jaxx.runtime.swing.navigation with parameters of type NavigationTreeNode
protected  NavigationTreeNode NavigationTreeModelBuilder.addChildNode(NavigationTreeNode parentNode, NavigationTreeNode node)
           
protected  NavigationTreeNode NavigationTreeTableModelBuilder.addChildNode(NavigationTreeNode parentNode, NavigationTreeTableNode node)
           
 void NavigationModelBuilder.addDecoratorNodeRenderer(NavigationTreeNode node, Decorator<?> decorator)
           
 void NavigationTreeModelBuilder.addDecoratorNodeRenderer(NavigationTreeNode node, Decorator<?> decorator)
           
 void NavigationTreeTableModelBuilder.addDecoratorNodeRenderer(NavigationTreeNode node, Decorator<?> decorator)
           
 void NavigationModelBuilder.addI18nNodeRenderer(NavigationTreeNode node, String libelle)
           
 void NavigationTreeModelBuilder.addI18nNodeRenderer(NavigationTreeNode node, String libelle)
           
 void NavigationTreeTableModelBuilder.addI18nNodeRenderer(NavigationTreeNode node, String libelle)
           
 void NavigationModelBuilder.addNodeJaxxClasses(NavigationTreeNode node, Class<? extends JAXXObject> uIClass, Class<? extends JAXXAction> uIHandlerClass)
           
 void NavigationTreeModelBuilder.addNodeJaxxClasses(NavigationTreeNode node, Class<? extends JAXXObject> uIClass, Class<? extends JAXXAction> uIHandlerClass)
           
 void NavigationTreeTableModelBuilder.addNodeJaxxClasses(NavigationTreeNode node, Class<? extends JAXXObject> uIClass, Class<? extends JAXXAction> uIHandlerClass)
           
protected  void NavigationTreeHandler.addSelectedBeanInContext(NavigationTreeNode node, Object data)
           
 void NavigationTreeModelBuilder.ChildBuilder.build(NavigationTreeNode parent, boolean cacheValues, Class<? extends O> klass, Collection<? extends O> beans, Class<? extends JAXXObject> ui, Class<? extends JAXXAction> actionClass)
           
 void NavigationTreeTableModelBuilder.ChildBuilder.build(NavigationTreeNode parent, boolean cacheValues, Class<? extends O> klass, Collection<? extends O> beans, Class<? extends JAXXObject> ui, Class<? extends JAXXAction> actionClass)
           
 void NavigationTreeModelBuilder.ChildBuilder.build(NavigationTreeNode parent, boolean cacheValues, Class<? extends O> klass, O[] beans, Class<? extends JAXXObject> ui, Class<? extends JAXXAction> actionClass)
           
 void NavigationTreeTableModelBuilder.ChildBuilder.build(NavigationTreeNode parent, boolean cacheValues, Class<? extends O> klass, O[] beans, Class<? extends JAXXObject> ui, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeTableModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeTableModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeTableModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationModelBuilder.build(NavigationTreeNode parentNode, String libelle, JAXXContextEntryDef<?> entryDef, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, String libelle, JAXXContextEntryDef<?> entryDef, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeTableModelBuilder.build(NavigationTreeNode parentNode, String libelle, JAXXContextEntryDef<?> entryDef, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationModelBuilder.build(NavigationTreeNode parentNode, String libelle, JAXXContextEntryDef<?> entryDef, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, String libelle, JAXXContextEntryDef<?> entryDef, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeTableModelBuilder.build(NavigationTreeNode parentNode, String libelle, JAXXContextEntryDef<?> entryDef, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationModelBuilder.build(NavigationTreeNode parentNode, String libelle, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, String libelle, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeTableModelBuilder.build(NavigationTreeNode parentNode, String libelle, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 void NavigationContentUI.closeUI(NavigationTreeNode node)
          Clean the ui after been closed by the method NavigationTreeHandler.closeUI(java.awt.Component).
protected  String NavigationTreeNode.computeJXPath(String expr, NavigationTreeNode parentNode)
           
protected  Component NavigationTreeHandlerWithCardLayout.createUI(NavigationTreeNode node)
           
protected abstract  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 NavigationModel.findNode(NavigationTreeNode root, String path)
          Search from a given root node a node named by his fully path (concatenation of nodes path valued separated by NavigationModel.getPathSeparator().
 NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeNode root, String path)
           
 NavigationTreeNode NavigationTreeTableModel.findNode(NavigationTreeNode root, String path)
           
 NavigationTreeNode NavigationModel.findNode(NavigationTreeNode root, String path, Pattern regex)
          Apply first the regex pattern to obtain the searched node.
 NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeNode root, String path, Pattern regex)
           
 NavigationTreeNode NavigationTreeTableModel.findNode(NavigationTreeNode root, String path, Pattern regex)
           
 NavigationTreeNode NavigationModel.findNode(NavigationTreeNode root, String path, String regex)
          Apply first the regex pattern to obtain the searched node.
 NavigationTreeNode NavigationTreeModel.findNode(NavigationTreeNode root, String path, String regex)
           
 NavigationTreeNode NavigationTreeTableModel.findNode(NavigationTreeNode root, String path, String regex)
           
 Object NavigationModel.getBean(NavigationTreeNode node)
          Obtain the associated bean value from context corresponding to node
 Object NavigationTreeModel.getBean(NavigationTreeNode node)
           
 Object NavigationTreeTableModel.getBean(NavigationTreeNode node)
           
abstract  String NavigationTreeHandler.Strategy.getId(NavigationTreeNode node)
           
 NavigationTreeNode NavigationTreeHelper.getParentNode(NavigationTreeNode current, Class<?> beanClass)
          Obtain the first ancestor with the matching internalClass
protected  Component NavigationTreeHandlerWithCardLayout.getUI(NavigationTreeNode node)
           
protected abstract  Component NavigationTreeHandler.getUI(NavigationTreeNode node)
           
protected  void NavigationTreeHandlerWithCardLayout.openUI(Component newUI, NavigationTreeNode node)
           
protected abstract  void NavigationTreeHandler.openUI(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 NavigationModelBuilder.printModel(NavigationTreeNode node)
           
 void NavigationTreeModelBuilder.printModel(NavigationTreeNode node)
           
 void NavigationTreeTableModelBuilder.printModel(NavigationTreeNode node)
           
protected  void NavigationTreeModel.reload(NavigationTreeNode node)
           
protected  void NavigationTreeModel.reload(NavigationTreeNode node, boolean deep)
           
 NavigationTreeNode NavigationModelBuilder.removeChildNode(NavigationTreeNode node)
           
 NavigationTreeNode NavigationTreeModelBuilder.removeChildNode(NavigationTreeNode node)
           
 NavigationTreeNode NavigationTreeTableModelBuilder.removeChildNode(NavigationTreeNode node)
           
 void NavigationTreeTableModel.removeNodeFromParent(NavigationTreeNode node)
          Message this to remove node from its parent.
 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)
           
 

Method parameters in jaxx.runtime.swing.navigation with type arguments of type NavigationTreeNode
 void NavigationMultiContentUI.closeUI(List<NavigationTreeNode> nodes)
          Clean the ui after been closed by the method NavigationTreeHandler.closeUI(Component).
protected abstract  Component NavigationMultiTreeHandler.createUI(List<NavigationTreeNode> nodes)
          Instancie une nouvelle ui associé à des noeuds de l'arbre de navigation
 List<String> NavigationMultiTreeHandler.getPaths(List<NavigationTreeNode> nodes)
           
protected abstract  Component NavigationMultiTreeHandler.getUI(List<NavigationTreeNode> nodes)
           
protected abstract  void NavigationMultiTreeHandler.openUI(Component newUI, List<NavigationTreeNode> nodes)
          Ouvre l'ui associée aux noeuds sélectionnés dans l'arbre de navigation.
 void NavigationMultiContentUI.openUI(List<NavigationTreeNode> nodes)
          Init the ui just before been opened by the method NavigationMultiTreeHandler.openUI(Component, List).
protected  void NavigationMultiTreeHandler.selectNodeUI(List<NavigationTreeNode> nodes)
           
 void NavigationTreeContextHelper.setSelectedNodes(JAXXContext context, List<NavigationTreeNode> nodes)
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.