public class CustomizeDocumentationAction extends FigureAction
| Red (johnr) |
| Red (eal) |
FigureAction.SourceTypeCANVAS_TYPE, CONTEXTMENU_TYPE, HOTKEY_TYPE, MENUBAR_TYPE, PASTE_OFFSET, TOOLBAR_TYPE| Constructor and Description |
|---|
CustomizeDocumentationAction()
Construct an instance of this action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Perform the action by first ensuring that the target has an
instance of DocAttribute, and then opening an edit parameters
dialog on that attribute.
|
getFigure, getFrame, getSourceType, getTarget, getX, getY, offsetFigurepublic CustomizeDocumentationAction()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class FigureActione - The event.