public abstract class EncryptedAbstractMenuAction extends AbstractMenuAction implements RequiresEncryptedHTTP
AbstractMenuAction implementing RequiresEncryptedHTTP, so plugins do not have
to create this subclass themselves to have this capability. The default implementation of
the interface is used here, but may be overridden in subclasses of this class.ACCELERATOR_KEY, ACTION_COMMAND_KEY, BUTTON_GROUP_NAME, DISPLAYED_MNEMONIC_INDEX_KEY, enabled, LARGE_ICON_KEY, LOCALIZED_MENU_HIERARCHY, LONG_DESCRIPTION, MENU_PRIORITY, MNEMONIC_KEY, NAME, NOT_VOICE_COMMAND, PERMITTED, PRE_LOCALIZE_MENU_TAG_NAME, PRE_LOCALIZED_MENU_HIERARCHY, properties, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON, UI_TYPE, WARNING_IF_REMOVED| Modifier | Constructor and Description |
|---|---|
protected |
EncryptedAbstractMenuAction(java.lang.String name)
Defines an
AbstractMenuAction object with the specified
description string and a default icon. |
protected |
EncryptedAbstractMenuAction(java.lang.String nameTag,
java.lang.String[] menuPositionNames)
Construct an AbstractMenuAction with the specified
ResourceBundle lookup tag for the name, and hierarchical position in
the menus.
|
protected |
EncryptedAbstractMenuAction(java.lang.String nameTag,
java.lang.String[] menuPositionNames,
int priority)
Construct an AbstractMenuAction with the specified
ResourceBundle lookup tag for the name, and hierarchical position in
the menus.
|
protected |
EncryptedAbstractMenuAction(java.lang.String nameTag,
java.lang.String[] menuPositionNames,
int priority,
boolean initialState)
Construct an AbstractMenuAction with the specified
ResourceBundle lookup tag for the name, and hierarchical position in
the menus.
|
protected |
EncryptedAbstractMenuAction(java.lang.String nameTag,
java.lang.String[] menuPositionNames,
int priority,
java.lang.String buttonGroupName)
Construct an AbstractMenuAction with the specified
ResourceBundle lookup tag for the name, and hierarchical position in
the menus.
|
protected |
EncryptedAbstractMenuAction(java.lang.String nameTag,
java.lang.String[] menuPositionNames,
java.lang.String buttonGroupName)
Construct an AbstractMenuAction with the specified
ResourceBundle lookup tag for the name, and hierarchical position in
the menus.
|
actionPerformed, addPropertyListener, firePropertyChange, getPropertyListener, getPropertyListener, getValue, init, isEnabled, parseMnemonics, putValue, removePropertyListener, setEnabled, setPropertyListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisEncryptedHTTPNeededprotected EncryptedAbstractMenuAction(java.lang.String name)
AbstractMenuAction object with the specified
description string and a default icon.name - already localized String name of action (to appear on menu element)protected EncryptedAbstractMenuAction(java.lang.String nameTag,
java.lang.String[] menuPositionNames)
nameTag - lookup String for the name of this action in ResourceBundlesmenuPositionNames - array of Strings identifying the ResourceBundle tags for the parent menu name stringsprotected EncryptedAbstractMenuAction(java.lang.String nameTag,
java.lang.String[] menuPositionNames,
int priority)
nameTag - lookup String for the above name in ResourceBundlesmenuPositionNames - array of Strings identifying the ResourceBundle tags for the menu name strings
of the parent menus to contain the generated menuItempriority - int relative priority of this menu item relative to otherprotected EncryptedAbstractMenuAction(java.lang.String nameTag,
java.lang.String[] menuPositionNames,
int priority,
boolean initialState)
nameTag - lookup String for the above name in ResourceBundlesmenuPositionNames - array of Strings identifying the ResourceBundle tags for the menu name strings
of the parent menus to contain the generated menuItempriority - int relative priority of this menu item relative to otherinitialState - initial state of check box menu item to be createdprotected EncryptedAbstractMenuAction(java.lang.String nameTag,
java.lang.String[] menuPositionNames,
java.lang.String buttonGroupName)
nameTag - lookup String for the above name in ResourceBundlesmenuPositionNames - array of Strings identifying the ResourceBundle tags for the menu name strings
of the parent menus to contain the generated radio button menu itembuttonGroupName - String name of ButtonGroup this radio button menu itemprotected EncryptedAbstractMenuAction(java.lang.String nameTag,
java.lang.String[] menuPositionNames,
int priority,
java.lang.String buttonGroupName)
nameTag - lookup String for the above name in ResourceBundlesmenuPositionNames - array of Strings identifying the ResourceBundle tags for the menu name strings
of the parent menus to contain the generated radio button menu itempriority - int relative priority of this menu item relative to other
menu items on its lowest menubuttonGroupName - String name of ButtonGroup for this radio button menu item