Package org.praxislive.ide.core.ui.api
Class Actions
java.lang.Object
org.praxislive.ide.core.ui.api.Actions
Utility class for working with global actions.
For action keys, register the performer action with the key into the active
component's ActionMap to link to the globally registered action.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDuplicate action (key).static final StringSelect All action (key).static final StringSelect None action (key).static final StringZoom In action (key).static final StringZoom Out action (key).static final StringZoom Reset action (key). -
Method Summary
-
Field Details
-
DUPLICATE_KEY
Duplicate action (key).- See Also:
-
SELECT_ALL_KEY
Select All action (key).- See Also:
-
SELECT_NONE_KEY
Select None action (key).- See Also:
-
ZOOM_IN_KEY
Zoom In action (key).- See Also:
-
ZOOM_OUT_KEY
Zoom Out action (key).- See Also:
-
ZOOM_RESET_KEY
Zoom Reset action (key).- See Also:
-