Modifier and Type | Method and Description |
---|---|
MappingsPanel |
InterfaceMappingsVisualizer.getMappingsPanel() |
Constructor and Description |
---|
MappingsManagementPopupMenu(MappingsPanel container,
InterfaceMappingsVisualizerListener callbackOperations) |
Constructor and Description |
---|
JTreeComponentAdapter(MappingsPanel container) |
MappingsPanelMouseListener(InterfaceMappingsVisualizerListener callbackFunctions,
MappingsManagementPopupMenu popup,
MappingsPanel container) |
MappingsPanelMouseListener(InterfaceMappingsVisualizerListener callbackFunctions,
MappingsPanel container) |
ScrollPaneComponentAdapter(MappingsPanel container) |
TreeComponentAdapter(MappingsPanel container) |
TreeExpandOrWillExpandListener(MappingsPanel container) |
Modifier and Type | Method and Description |
---|---|
static boolean |
VisualComponentConnectionUtils.connectionIsContained(MappingsPanel container,
int choice,
VisualComponentConnection connection)
Returns
true if the specified connection component is
contained in one of the VisualComponentConnection lists of container depending from choice . |
static java.util.ArrayList<VisualComponentConnection> |
VisualComponentConnectionUtils.findConnectionsWith(MappingsPanel container,
int choice,
javax.swing.tree.DefaultMutableTreeNode source,
javax.swing.tree.DefaultMutableTreeNode dest)
Finds and returns all
VisualComponentConnection components
with source as their source node and dest
as their destination node. |
static void |
VisualComponentConnectionUtils.moveBelowAncestorsConnectionsBy(MappingsPanel container,
javax.swing.tree.DefaultMutableTreeNode aNode,
int yDiff)
Moves the
connection components with source or destination
nodes to any of aNodes 's next siblings and ancestors by yDiff |
static void |
VisualComponentConnectionUtils.moveBelowConnectionsBy(MappingsPanel container,
int endPoint,
int yDiff,
javax.swing.tree.DefaultMutableTreeNode aNode)
Moves the
connection components within container with end points to the ones
specified by endPoint ) below aNode by yDiff |
static void |
VisualComponentConnectionUtils.moveDescendantsConnectionsBy(MappingsPanel container,
javax.swing.tree.DefaultMutableTreeNode aNode,
int yDiff)
Moves the
connection components with source or destination
nodes to aNode and any of its descendants by yDiff |
static void |
VisualComponentConnectionUtils.setDescendantsConnectionCollapsion(MappingsPanel container,
int endPoint,
boolean state,
javax.swing.tree.DefaultMutableTreeNode aNode)
Sets the collapsion property of all
connection components
with endPoint nodes
to any of aNode's descendant nodes to state |
static void |
VisualComponentConnectionUtils.updateConnectionsVisibility(MappingsPanel container,
int endPoint)
Updates the visibility of all
VisualComponentConnection s' sources or
destinations(depending on endPoint ) contained in
container . |
Constructor and Description |
---|
VisualComponentConnectionManagementHistory(MappingsPanel container) |