Class ITPlugin
- java.lang.Object
-
- org.pf4j.Plugin
-
- com.openindex.openestate.tool.ImmoToolPlugin
-
- com.openindex.openestate.tool.ImmoToolLanguagePlugin
-
- com.openindex.openestate.tool.i18n.ITPlugin
-
public final class ITPlugin extends ImmoToolLanguagePlugin
ITPlugin.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description ITPlugin(org.pf4j.PluginWrapper wrapper)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()ImageIcongetIcon()StringgetId()static ITPlugingetInstance()StringgetTitle()-
Methods inherited from class com.openindex.openestate.tool.ImmoToolPlugin
getAuthor, getAuthorWebsite, getDescriptor, getLicense, getProperty, getProperty, getRequiredPlugins, getResourcePath, getVersion, getWebsite, isAllowed, isLicensed, isUsable
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDescription
public String getDescription()
- Overrides:
getDescriptionin classImmoToolPlugin
-
getIcon
public ImageIcon getIcon()
- Overrides:
getIconin classImmoToolPlugin
-
getId
public String getId()
- Specified by:
getIdin classImmoToolPlugin
-
getInstance
public static ITPlugin getInstance()
-
getTitle
public String getTitle()
- Overrides:
getTitlein classImmoToolPlugin
-
-