public class EditIconAction extends FigureAction
| Red (johnr) |
| Red (eal) |
FigureAction.SourceTypeCANVAS_TYPE, CONTEXTMENU_TYPE, HOTKEY_TYPE, MENUBAR_TYPE, PASTE_OFFSET, TOOLBAR_TYPE| Constructor and Description |
|---|
EditIconAction()
Create an action to edit an icon.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Process the edit icon command.
|
void |
setConfiguration(Configuration configuration)
Specify the configuration.
|
getFigure, getFrame, getSourceType, getTarget, getX, getY, offsetFigurepublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class FigureActione - The event.public void setConfiguration(Configuration configuration)
configuration - The configuration.