public class NewInternetAction extends AbstractNewAction
| Constructor and Description |
|---|
NewInternetAction(ConfigurationGraph graph)
action for a new Internet-Object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Node |
createNode(java.awt.Point p)
Abstract Methode for adding a Node to the graph.
|
actionPerformedpublic NewInternetAction(ConfigurationGraph graph)
graph - the graph.protected Node createNode(java.awt.Point p) throws CreateNodeException
AbstractNewActioncreateNode in class AbstractNewActionp - Point, where the node should be addedCreateNodeException - Exception if the node could not be created.