Uses of Class
com.jaxfront.swing.ui.editor.NavigationTree

Packages that use NavigationTree
com.jaxfront.swing.ui.editor   
 

Uses of NavigationTree in com.jaxfront.swing.ui.editor
 

Methods in com.jaxfront.swing.ui.editor that return NavigationTree
 NavigationTree AbstractEditorPanel.getNavigationTree()
          Returns the navigation tree.
 NavigationTree AbstractPopUpMenu.getTree()
          Returns the navigation tree.
 

Constructors in com.jaxfront.swing.ui.editor with parameters of type NavigationTree
AbstractPopUpMenu(NavigationTree tree, TreeNode treeNode)
          AbstractPopUpMenu constructor.
DefaultPopUpMenu(NavigationTree tree, TreeNode treeNode)
          DefaultPopUpMenu constructor.