Uses of Interface
p3j.gui.panels.projections.IProjectionTree

Packages that use IProjectionTree
p3j.gui.dialogs   
p3j.gui.misc   
p3j.gui.panels.dboverview   
p3j.gui.panels.projections   
p3j.gui.panels.results   
 

Uses of IProjectionTree in p3j.gui.dialogs
 

Methods in p3j.gui.dialogs that return IProjectionTree
 IProjectionTree AbstractProjectionTreeDialog.getProjectionTree()
           
 

Methods in p3j.gui.dialogs with parameters of type IProjectionTree
 void AbstractProjectionTreeDialog.setProjectionTree(IProjectionTree projectionTree)
           
 

Constructors in p3j.gui.dialogs with parameters of type IProjectionTree
AbstractProjectionTreeDialog(N projNode, IProjectionTree projTree, int width, int height, String okButtonText)
          Default constructor.
MoveAssignmentToSetDialog(ParameterAssignment parameterAssignment, IProjectionTree projTree, Set assignmentSet, SetType currentSetType)
          Instantiates a new move assignment to set dialog.
NewSetDialog(SetTypeNode stNode, IProjectionTree projTree)
          Default constructor.
NewSetTypeDialog(ProjectionNode projNode, IProjectionTree projTree)
          Default constructor.
 

Uses of IProjectionTree in p3j.gui.misc
 

Constructors in p3j.gui.misc with parameters of type IProjectionTree
SubNodeSummary(ProjectionTreeNode<?> node, IProjectionTree projTree, Class<E> desiredClass)
          Default constructor.
 

Uses of IProjectionTree in p3j.gui.panels.dboverview
 

Methods in p3j.gui.panels.dboverview with parameters of type IProjectionTree
 JPanel OverviewProjectionNode.selected(TreePath selectionPath, IProjectionTree projTree)
           
 

Uses of IProjectionTree in p3j.gui.panels.projections
 

Classes in p3j.gui.panels.projections that implement IProjectionTree
 class ProjectionTreePanel
          Panel that displays a JTree in a ScrollPane and initializes them properly.
 

Methods in p3j.gui.panels.projections with parameters of type IProjectionTree
 JPanel SetTypeNode.selected(TreePath selectionPath, IProjectionTree projTree)
           
 JPanel SetNode.selected(TreePath selectionPath, IProjectionTree projTree)
           
 JPanel ProjectionTreeNode.selected(TreePath selectionPath, IProjectionTree projTree)
          Method that is called by ProjectionTreeNode#selected(TreePath, JPanel, DefaultTreeModel, javax.swing.JTree) originally.
 JPanel ProjectionNode.selected(TreePath selectionPath, IProjectionTree projTree)
           
 JPanel PopulationNode.selected(TreePath selectionPath, IProjectionTree projTree)
           
 JPanel ParameterInstanceNode.selected(TreePath selectionPath, IProjectionTree projTree)
           
 JPanel ParameterAssignmentNode.selected(TreePath selectionPath, IProjectionTree projTree)
           
 JPanel GenerationNode.selected(TreePath selectionPath, IProjectionTree projTree)
           
 void ProjectionTreeNode.selected(TreePath selectionPath, JPanel generalPanel, IProjectionTree projTree)
          Method that is called by the TreeSelectionListener when this node gets selected.
 

Constructors in p3j.gui.panels.projections with parameters of type IProjectionTree
ProjectionTreeSelectionListener(JPanel content, IProjectionTree tree)
          Instantiates a new projection tree selection listener.
 

Uses of IProjectionTree in p3j.gui.panels.results
 

Classes in p3j.gui.panels.results that implement IProjectionTree
 class ResultTreePanel
          Panel that displays and controls the result tree.
 

Methods in p3j.gui.panels.results with parameters of type IProjectionTree
 JPanel ResultTreeRoot.selected(TreePath selectionPath, IProjectionTree projTree)
           
 JPanel ResultTreeNode.selected(TreePath selectionPath, IProjectionTree projTree)
           
 



Copyright © 2012. All Rights Reserved.