Package | Description |
---|---|
p3j.gui.dialogs | |
p3j.gui.misc | |
p3j.gui.panels.dboverview | |
p3j.gui.panels.projections | |
p3j.gui.panels.results |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProjectionTreeDialog<E,N extends ProjectionTreeNode<E>>
Super class for all dialogs that need to modify an
IProjectionTree . |
Constructor and Description |
---|
SubNodeSummary(ProjectionTreeNode<?> node,
IProjectionTree projTree,
Class<E> desiredClass)
Default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseNode
Node to display database information.
|
class |
OverviewProjectionNode
This node delivers an overview of a projections and options to remove or load
it.
|
Modifier and Type | Class and Description |
---|---|
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 |
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.
|
class |
SubPopulationNode
Node that represents a
Population . |
Modifier and Type | Method and Description |
---|---|
ProjectionTreeNode<?> |
ProjectionTreeNode.getChildWithEntity(Object childEntity)
Looks for a certain object associated with a child node of type
ProjectionTreeNode . |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected <X> List<ProjectionTreeNode<X>> |
ProjectionTreeNode.getChildsByType(List<ProjectionTreeNode<X>> list,
Class<X> entityType) |
Modifier and Type | Class and Description |
---|---|
class |
ResultTreeNode
Represents a node for a single predicted trajectory.
|
class |
ResultTreeRoot
Represents the root of the results tree.
|
Copyright © 2013. All Rights Reserved.