public static class ActorGraphFrame.InstantiateEntityAction
extends javax.swing.AbstractAction
| Constructor and Description |
|---|
InstantiateEntityAction(ExtendedGraphFrame graphFrame,
java.lang.String initialLastEntityClassName)
Create a new action to instantiate an entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Instantiate a class by first opening a dialog to get a class name and
then issuing a change request.
|
public InstantiateEntityAction(ExtendedGraphFrame graphFrame, java.lang.String initialLastEntityClassName)
graphFrame - The graph frame that will contain this attribute.initialLastEntityClassName - The initial value of the class
name string in the instantiate entity dialog.