Package de.xima.fc.plugin.config
Interface IDescriptionProvidingPlugin
-
- All Superinterfaces:
IFCPlugin
,INamedUiElement
,INameProviding
,ITransferable
,Serializable
@Deprecated public interface IDescriptionProvidingPlugin extends IFCPlugin
Deprecated.ImplementIFCPlugin
instead and useIFCPlugin.getDescription(java.util.Locale)
.Interface for plugins that can provide a human readable description that is shown on the UI.- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
CONFIG_FILENAME
-
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getDescription()
Deprecated.useIFCPlugin.getDescription()
Eine allgemeine Beschreibung zur Funktionsweise des Plugins, welche dem Nutzer in der formcycle Oberfläche angezeigt wird.-
Methods inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
getDescription, getDisplayName, getName, initialize, initPlugin, install, shutdown, shutdown, uninstall, validateConfigurationData
-
-
-
-
Method Detail
-
getDescription
@Deprecated String getDescription()
Deprecated.useIFCPlugin.getDescription()
Eine allgemeine Beschreibung zur Funktionsweise des Plugins, welche dem Nutzer in der formcycle Oberfläche angezeigt wird. Hinweis: Um eine Formtierung des Bescheibungstextes zu ermöglichen, kann der Text mit HTML-Tags versehen werden.- Specified by:
getDescription
in interfaceIFCPlugin
- Returns:
- eine Zeichenkette oder null
-
-