-
preferredMenu
String preferredMenu
The name describing the preferred menu for the action.
-
menuGravity
float menuGravity
The float value placing the action within the menu.
Value of 0.0 is the beginning and -1.0 means to sort alphabetically.
App developers are strongly encouraged to set specific gravities
within your own menus.
-
toolbarGravity
float toolbarGravity
The float value placing the action within the toolbar.
Value of 0.0 is the beginning and -1.0 means to sort alphabetically.
App developers are strongly encouraged to set specific gravities
within your own menus.
-
acceleratorSet
boolean acceleratorSet
Indicates whether accelerator keys have been set for the action.
-
acceleratorKeyStroke
KeyStroke acceleratorKeyStroke
The accelerator keystroke, if set.
-
useCheckBoxMenuItem
boolean useCheckBoxMenuItem
Indicates whether to use a checkbox menu item.
-
inToolBar
boolean inToolBar
Indicates whether the action is in the toolbar.
-
inMenuBar
boolean inMenuBar
Indicates whether the action is in a menu.
-
insertSeparatorBefore
boolean insertSeparatorBefore
Indicates whether a separator should be inserted before this item
-
insertSeparatorAfter
boolean insertSeparatorAfter
Indicates whether a separator should be inserted after this item
-
name
String name
The name of the action.
-
configurationProperties
Map<K,V> configurationProperties
The configuration properties. Adding it here allows extensions of
this class to pass their own properties.
-
enabler
org.cytoscape.application.swing.AbstractEnableSupport enabler
A support class for deciding whether the action should be enabled.