Package | Description |
---|---|
p3j.gui.dialogs | |
p3j.gui.misc | |
p3j.gui.panels.dboverview | |
p3j.gui.panels.projections | |
p3j.gui.panels.results |
Modifier and Type | Method and Description |
---|---|
IProjectionTree |
AbstractProjectionTreeDialog.getProjectionTree() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProjectionTreeDialog.setProjectionTree(IProjectionTree projectionTree) |
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
SubNodeSummary(ProjectionTreeNode<?> node,
IProjectionTree projTree,
Class<E> desiredClass)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
JPanel |
OverviewProjectionNode.selected(TreePath selectionPath,
IProjectionTree projTree) |
Modifier and Type | Class and Description |
---|---|
class |
ProjectionTreePanel
Panel that displays a
JTree in a ScrollPane and
initializes them properly. |
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
ProjectionTreeSelectionListener(JPanel content,
IProjectionTree tree)
Instantiates a new projection tree selection listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultTreePanel
Panel that displays and controls the result tree.
|
Modifier and Type | Method and Description |
---|---|
JPanel |
ResultTreeRoot.selected(TreePath selectionPath,
IProjectionTree projTree) |
JPanel |
ResultTreeNode.selected(TreePath selectionPath,
IProjectionTree projTree) |
Copyright © 2012. All Rights Reserved.