Uses of Class
p3j.gui.panels.projections.ProjectionTreeNode

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

Uses of ProjectionTreeNode in p3j.gui.dialogs
 

Classes in p3j.gui.dialogs with type parameters of type ProjectionTreeNode
 class AbstractProjectionTreeDialog<E,N extends ProjectionTreeNode<E>>
          Super class for all dialogs that need to modify an IProjectionTree.
 

Uses of ProjectionTreeNode in p3j.gui.misc
 

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

Uses of ProjectionTreeNode in p3j.gui.panels.dboverview
 

Subclasses of ProjectionTreeNode in p3j.gui.panels.dboverview
 class DatabaseNode
          Node to display database information.
 class OverviewProjectionNode
          This node delivers an overview of a projections and options to remove or load it.
 

Uses of ProjectionTreeNode in p3j.gui.panels.projections
 

Subclasses of ProjectionTreeNode in p3j.gui.panels.projections
 class GenerationNode
          Represents a set of instances that belongs to the same generation.
 class ParameterAssignmentNode
          Node that represents a ParameterAssignment.
 class ParameterInstanceNode
          Node that represents a ParameterInstance.
 class PopulationNode
          Node that represents a Population.
 class ProjectionNode
          Node that represents a projection.
 class SetNode
          A node in the projection tree that represents a Set.
 class SetTypeNode
          Node in the projection tree.
 

Methods in p3j.gui.panels.projections that return ProjectionTreeNode
 ProjectionTreeNode<?> ProjectionTreeNode.getChildWithEntity(Object childEntity)
          Looks for a certain object associated with a child node of type ProjectionTreeNode.
 

Methods in p3j.gui.panels.projections that return types with arguments of type ProjectionTreeNode
 List<ProjectionTreeNode<?>> ProjectionTreeNode.getChilds()
          Retrieves list of child nodes.
<X> List<ProjectionTreeNode<X>>
ProjectionTreeNode.getChildsByType(Class<X> entityType)
          Retrieves all children of a given type.
protected
<X> List<ProjectionTreeNode<X>>
ProjectionTreeNode.getChildsByType(List<ProjectionTreeNode<X>> list, Class<X> entityType)
           
 

Methods in p3j.gui.panels.projections with parameters of type ProjectionTreeNode
protected  void ProjectionTreePanel.addPopulationsSubTree(ProjectionTreeNode<?> root, Set set, List<ParameterInstance> instances)
          Adds sub tree for populations.
protected  void ProjectionTreePanel.cleanTree(ProjectionTreeNode<?> node)
          Recursively cleans up the tree.
<T> T
ProjectionTreeNode.getProjectionEntity(Class<T> targetClass, ProjectionTreeNode<?> sourceNode)
          Traverses a JTree towards its root.
 void ProjectionTreePanel.recursiveRefresh(ProjectionTreeNode<?> node)
           
 void IProjectionTree.recursiveRefresh(ProjectionTreeNode<?> node)
          Recursively refreshes the node names of node in the sub-tree below the given node.
 void ProjectionTreePanel.refreshNode(ProjectionTreeNode<?> node)
           
 void IProjectionTree.refreshNode(ProjectionTreeNode<?> node)
          Refresh a single node in the tree.
 void ProjectionTreePanel.refreshNodeSubStructure(ProjectionTreeNode<?> node)
           
 void IProjectionTree.refreshNodeSubStructure(ProjectionTreeNode<?> node)
          Refreshed the sub-structures of the node in the tree.
 void ProjectionTreePanel.removeNode(ProjectionTreeNode<?> node)
           
 void IProjectionTree.removeNode(ProjectionTreeNode<?> node)
          Removes given node.
 void ProjectionTreePanel.removeNodes(ProjectionTreeNode<?> node, Collection<? extends Object> repRemovObjects)
           
 void IProjectionTree.removeNodes(ProjectionTreeNode<?> node, Collection<? extends Object> repRemovObjects)
          Removes all nodes that represent the objects given in the collection.
 void ProjectionTreePanel.selectNode(ProjectionTreeNode<?> node)
           
 void IProjectionTree.selectNode(ProjectionTreeNode<?> node)
          Selects a given node.
 

Method parameters in p3j.gui.panels.projections with type arguments of type ProjectionTreeNode
protected
<X> List<ProjectionTreeNode<X>>
ProjectionTreeNode.getChildsByType(List<ProjectionTreeNode<X>> list, Class<X> entityType)
           
 

Uses of ProjectionTreeNode in p3j.gui.panels.results
 

Subclasses of ProjectionTreeNode in p3j.gui.panels.results
 class ResultTreeNode
          Represents a node for a single predicted trajectory.
 class ResultTreeRoot
          Represents the root of the results tree.
 



Copyright © 2012. All Rights Reserved.