public final class DeleteAction extends AbstractConfigurationGraphAction
| Modifier and Type | Class and Description |
|---|---|
private class |
DeleteAction.VisitorForDeletingEdges
Visitor for removing Edges.
|
private class |
DeleteAction.VisitorForRemovingDevices
Visitor for removing Devices.
|
private class |
DeleteAction.VisitorMarkAdapterAsNotConnected
Visitor for marking a slot or a adapter as not connected.
|
| Constructor and Description |
|---|
DeleteAction(java.lang.String name,
ConfigurationGraph graph)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
private void |
deleteEdges()
method for deleting the connecting edges for all selected nodes.
|
private void |
deleteNode()
Delete the selected Nodes.
|
getGraphpublic DeleteAction(java.lang.String name,
ConfigurationGraph graph)
name - the name.graph - the graph.