Interface IPlugin
-
- All Known Subinterfaces:
IAfterEditorInitPluginInterface
,IBeforeEditorPluginInterface
,IConfigablePluginInterface
,IContextMenuPluginInterface
,IContextMenuTablePluginInterface
,ILicensePluginInterface
,INewModelPluginInterface
,ITabMenuPluginInterface
,ITextEditorContextMenuPluginInterface
public interface IPlugin
This is the base-class for all Plugins.
It offers the plugin-name and the plugin-version which has to be implemented.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPluginName()
String
getPluginVersion()
-