@OpenApiAll public class DefaultActiveDiagramAction extends DefaultDiagramAction
ACTION_SHORTCUTS, BELONGS_TO_SEPARATE_GROUP_IN_UI, DO_NO_SHOW_ACTION_NAME_IN_UI, GENERATED_ID_PREFIX, GROUP, ID, LARGE_ICON, MENU_SHORTCUT_MASK, TINY_ICON| Constructor and Description |
|---|
DefaultActiveDiagramAction(java.lang.String actionID,
java.lang.String actionName,
javax.swing.KeyStroke stroke,
java.lang.String group) |
DefaultActiveDiagramAction(java.lang.String actionID,
java.lang.String actionName,
javax.swing.KeyStroke stroke,
java.lang.String group,
boolean useSchema) |
| Modifier and Type | Method and Description |
|---|---|
DiagramPresentationElement |
getDiagram()
Returns diagram of this action.
|
getFirstSelected, getSelected, setDiagramactionPerformed, isUseShortcutSchema, updateStateaccept, addAction, addPropertyChangeListener, addShortcut, addShotcut, addWeakPropertyChangeListener, clone, compareTo, createMenuItem, equals, firePropertyChange, forEach, forEachIncludingSelf, getActions, getCommandKey, getDescription, getGroup, getIcon, getID, getLargeIcon, getLargeOrSmallIcon, getMenuShortcutMaskAsString, getMnemonicKey, getName, getPropertyChangeListeners, getShortcuts, getSmallIcon, getSmallOrLargeIcon, getTinyIcon, hashCode, hasMenuShortcutMask, isIDGenerated, removeAction, removeIf, removePropertyChangeListener, removeShortcut, removeWeakPropertyChangeListener, setActions, setDescription, setGroup, setIcon, setLargeIcon, setMnemonicKey, setName, setShortcuts, setSmallIcon, setTinyIcon, shallowClone, toStringpublic DefaultActiveDiagramAction(@CheckForNull
java.lang.String actionID,
@CheckForNull
java.lang.String actionName,
@CheckForNull
javax.swing.KeyStroke stroke,
@CheckForNull
java.lang.String group)
public DefaultActiveDiagramAction(@CheckForNull
java.lang.String actionID,
@CheckForNull
java.lang.String actionName,
@CheckForNull
javax.swing.KeyStroke stroke,
@CheckForNull
java.lang.String group,
boolean useSchema)
@CheckForNull public DiagramPresentationElement getDiagram()
getDiagram in class DefaultDiagramAction