Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<VisualComponentConnection> |
VisualComponentConnectionsProducerImplV1.produceVisualComponentConnectionsFromMapping(java.lang.Object mapping) |
java.util.ArrayList<VisualComponentConnection> |
VisualComponentConnectionsProducer.produceVisualComponentConnectionsFromMapping(java.lang.Object mapping) |
java.util.ArrayList<VisualComponentConnection> |
VisualComponentConnectionsProducerImplV1.produceVisualComponentConnectionsFromMappings(java.util.ArrayList<java.lang.Object> mappings) |
java.util.ArrayList<VisualComponentConnection> |
VisualComponentConnectionsProducer.produceVisualComponentConnectionsFromMappings(java.util.ArrayList<java.lang.Object> mappings) |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceMappingsVisualizer.addExistingConnections(java.util.ArrayList<VisualComponentConnection> connections)
|
Modifier and Type | Method and Description |
---|---|
VisualComponentConnection |
MappingsPanel.createNewMapping(javax.swing.tree.TreePath source,
javax.swing.tree.TreePath dest)
Creates and returns a new default
VisualComponentConnection component with source's TreePath
last compomonent as source and with dest's TreePath
last compomonent as destination. |
VisualComponentConnection |
MappingsPanel.getExistingMapping(int mappingIndex) |
VisualComponentConnection |
MappingMenuItem.getMapping() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<VisualComponentConnection> |
MappingsPanel.getAddedMappings() |
java.util.ArrayList<VisualComponentConnection> |
MappingsPanel.getDeletedMappings() |
java.util.ArrayList<VisualComponentConnection> |
MappingsPanel.getExistingMappings()
Returns the
VisualComponentConnection components of this Container. |
java.util.ArrayList<VisualComponentConnection> |
MappingsPanel.getMappingsFromHistory() |
Modifier and Type | Method and Description |
---|---|
void |
MappingsPanel.addMapping(VisualComponentConnection newMapping)
|
void |
MappingsPanel.addToAddedMappings(VisualComponentConnection mapping) |
void |
MappingsPanel.addToDeletedMappings(VisualComponentConnection mapping) |
void |
MappingsPanel.removeMapping(VisualComponentConnection mapping)
Removes a
VisualComponentConnection component from the existing Mappings ArrayList
of this Container. |
void |
MappingMenuItem.setConnection(VisualComponentConnection mapping) |
Modifier and Type | Method and Description |
---|---|
void |
MappingsPanel.setExistingMappings(java.util.ArrayList<VisualComponentConnection> mappings)
|
Constructor and Description |
---|
MappingMenuItem(VisualComponentConnection mapping,
java.lang.String text)
Creates a
MappingMenuItem with the specified VisualComponentConnection
and text |
Constructor and Description |
---|
MappingsInfoDialog(java.awt.Dialog parent,
java.util.ArrayList<VisualComponentConnection> existingConnections,
java.util.ArrayList<VisualComponentConnection> addedConnections,
java.util.ArrayList<VisualComponentConnection> deletedConnections) |
MappingsInfoDialog(java.awt.Dialog parent,
java.util.ArrayList<VisualComponentConnection> existingConnections,
java.util.ArrayList<VisualComponentConnection> addedConnections,
java.util.ArrayList<VisualComponentConnection> deletedConnections) |
MappingsInfoDialog(java.awt.Dialog parent,
java.util.ArrayList<VisualComponentConnection> existingConnections,
java.util.ArrayList<VisualComponentConnection> addedConnections,
java.util.ArrayList<VisualComponentConnection> deletedConnections) |
MappingsPanel(java.util.ArrayList<VisualComponentConnection> mappings,
InterfaceMappingsVisualizerListener callbackOperations)
Creates new form MappingsPanel with the specified
VisualComponentConnection s
Warning:Not fully implemented! |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceMappingsVisualizerListener.addMapping(VisualComponentConnection mapping) |
void |
InterfaceMappingsVisualizerListener.deleteMapping(VisualComponentConnection mapping) |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceMappingsVisualizerListener.deleteMappings(java.util.ArrayList<VisualComponentConnection> mappings) |
Modifier and Type | Method and Description |
---|---|
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. |
java.util.ArrayList<VisualComponentConnection> |
VisualComponentConnectionManagementHistory.getCanceledAndDeletedConnections() |
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 . |
void |
VisualComponentConnectionManagementHistory.pushIntoRedo(int iD,
VisualComponentConnection connection) |
void |
VisualComponentConnectionManagementHistory.pushIntoUndo(int iD,
VisualComponentConnection connection) |