Class EditorActions.EditSizeAction
java.lang.Object
javax.swing.AbstractAction
de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.EditSizeAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
- Enclosing class:
- EditorActions
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields 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
ConstructorsConstructorDescriptionEditSizeAction(com.mxgraph.view.mxGraph graph) Constructor for aAbstractActionto resize selected cells in themxGraph -
Method Summary
Modifier and TypeMethodDescriptionvoidListener for whenEditorActions.EditSizeActionAbstractActionis called.Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
EditSizeAction
public EditSizeAction(com.mxgraph.view.mxGraph graph) Constructor for aAbstractActionto resize selected cells in themxGraph- Parameters:
graph- activemxGraph
-
-
Method Details
-
actionPerformed
Listener for whenEditorActions.EditSizeActionAbstractActionis called. Opens aEditorSizeEditJDialog- Parameters:
e- StandardActionEvent
-