public interface PluginElementTypes
Plugin.getPluginProperty(String)
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OPEN_ACTIONS
The key menu for open MDIActions.
|
static java.lang.String |
PLUGIN_MENU
The key menu for plugin menus.
|
static java.lang.String |
PROPERTY_DATE
The date of build of the Plugin, which will be presented in the About menu.
|
static java.lang.String |
PROPERTY_DEPEND
The Plugins on which the Plugin depends.
|
static java.lang.String |
PROPERTY_DESC
The description of the Plugin, which will be presented in the About menu.
|
static java.lang.String |
PROPERTY_UNSUPPORTED
The value for properties found in MetaData, that are unsupported by the Plugin.
|
static java.lang.String |
PROPERTY_VERSION
The version of the Plugin, which will be presented in the About menu.
|
static java.lang.String |
SAVEAS_ACTIONS
The key menu for saveAs MDIActions.
|
static java.lang.String |
SETTINGS
The plugin settings property.
|
static java.lang.String |
SETTINGS_MENU
The key menu for the settings menus.
|
static java.lang.String |
TOOLBAR
The plugin Toolbar property.
|
static final java.lang.String OPEN_ACTIONS
static final java.lang.String SAVEAS_ACTIONS
static final java.lang.String PLUGIN_MENU
static final java.lang.String SETTINGS_MENU
static final java.lang.String SETTINGS
static final java.lang.String TOOLBAR
AbstractButton
(or a single
AbstractButton) in the MDIPlugin.getStaticMenuElements(java.lang.String)
for this key will add a new Button
in the Plugins Toolbar.static final java.lang.String PROPERTY_DESC
static final java.lang.String PROPERTY_DATE
static final java.lang.String PROPERTY_VERSION
static final java.lang.String PROPERTY_DEPEND
static final java.lang.String PROPERTY_UNSUPPORTED