|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
templates.presentation.UIActions.CreateEntityAction
public static class UIActions.CreateEntityAction
Action to create a new Entity in a template design.
| Field Summary | |
|---|---|
protected TemplateEditableCanvas |
canvas
The canvas which will contain the entity. |
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
|---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
|---|---|
UIActions.CreateEntityAction(TemplateEditableCanvas canvas,
java.awt.Point location)
Construct an action to add a new Entity at the given
location. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Create a new Entity at the given location. |
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TemplateEditableCanvas canvas
| Constructor Detail |
|---|
public UIActions.CreateEntityAction(TemplateEditableCanvas canvas,
java.awt.Point location)
Entity at the given
location.
canvas - the canvas which will contain the entitylocation - the location for the new entity| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent evt)
Entity at the given location.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||