Constructor and Description |
---|
InterfaceMappingsVisualizer(java.awt.Frame owner,
boolean modal,
InterfaceMappingsVisualizerListener callbackOperations)
Creates new form InterfaceMappingsVisualizer
|
InterfaceMappingsVisualizer(java.awt.Frame owner,
boolean modal,
javax.swing.JTree sourceTree,
javax.swing.JTree destTree,
InterfaceMappingsVisualizerListener callbackOperations)
Creates new form InterfaceMappingsVisualizer with
sourceTree and destTree as the source JTree and destination of the
container mappingsPanel |
Modifier and Type | Method and Description |
---|---|
void |
MappingsPanel.complete(InterfaceMappingsVisualizerListener callbackOperations) |
Constructor and Description |
---|
MappingsManagementPopupMenu(MappingsPanel container,
InterfaceMappingsVisualizerListener callbackOperations) |
MappingsPanel(java.util.ArrayList<VisualComponentConnection> mappings,
InterfaceMappingsVisualizerListener callbackOperations)
Creates new form MappingsPanel with the specified
VisualComponentConnection s
Warning:Not fully implemented! |
MappingsPanel(InterfaceMappingsVisualizerListener callbackOperations)
Creates new form MappingsPanel
|
MappingsPanel(javax.swing.JTree sourceTree,
javax.swing.JTree destTree,
InterfaceMappingsVisualizerListener callbackOperations)
Creates new form MappingsPanel with
sourceTree as the
source JTree , at the left side of the panel and
destTree as the destination JTree ,
at the right side of the panel |
Constructor and Description |
---|
MappingsPanelMouseListener(InterfaceMappingsVisualizerListener callbackFunctions,
MappingsManagementPopupMenu popup,
MappingsPanel container) |
MappingsPanelMouseListener(InterfaceMappingsVisualizerListener callbackFunctions,
MappingsPanel container) |