public static class ActorGraphFrame.InstantiateAttributeAction
extends javax.swing.AbstractAction
| Constructor and Description |
|---|
InstantiateAttributeAction(ExtendedGraphFrame graphFrame,
java.lang.String initialLastAttributeClassName)
Create a new action to instantiate an attribute.
|
| 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 InstantiateAttributeAction(ExtendedGraphFrame graphFrame, java.lang.String initialLastAttributeClassName)
graphFrame - The graph frame that will contain this attribute.initialLastAttributeClassName - The initial value of the class
name string in the instantiate attribute dialog.