public abstract class AActionPlugin extends APluginImplementation implements IPluginActionInfo
All subclasses must implement a public non-argument constructor!
EMPTY_ARRAY| Constructor and Description |
|---|
AActionPlugin() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisabledIconFilename(org.pfsw.odem.IExplorationModelObject object)
Returns the name of an icon file that should be shown in the UI when the
plug-in cannot be used.
|
java.lang.String |
getEnabledIconFilename(org.pfsw.odem.IExplorationModelObject object)
Returns the filename of an icon image to that should be shown if the
plug-in can be used.
|
java.lang.String |
getToolTipText(java.util.Locale locale,
org.pfsw.odem.IExplorationModelObject object)
Returns the text that should be shown as tooltip for this plug-in.
|
getPluginId, setPluginIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActionText, getConfigurationgetPluginId, getPluginProvider, getPluginVersionpublic java.lang.String getToolTipText(java.util.Locale locale,
org.pfsw.odem.IExplorationModelObject object)
getToolTipText in interface IPluginActionInfolocale - Represents the language the text is required forobject - An object from the data model CDA is working onpublic java.lang.String getEnabledIconFilename(org.pfsw.odem.IExplorationModelObject object)
getEnabledIconFilename in interface IPluginActionInfoobject - An object from the data model CDA is working onpublic java.lang.String getDisabledIconFilename(org.pfsw.odem.IExplorationModelObject object)
getDisabledIconFilename in interface IPluginActionInfoobject - An object from the data model CDA is working on