Package com.openindex.openestate.tool
Class ImmoToolSetupExtension
- java.lang.Object
-
- com.openindex.openestate.tool.extensions.SetupAdapter
-
- com.openindex.openestate.tool.ImmoToolSetupExtension
-
- All Implemented Interfaces:
BasicExtension
,SetupExtension
,org.pf4j.ExtensionPoint
@Extension(points=SetupExtension.class) public class ImmoToolSetupExtension extends SetupAdapter
ImmoToolSetupExtension.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description ImmoToolSetupExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImmoToolSetupDialog.AbstractForm[]
getForms(ImmoToolProject project)
String
getTitle()
-
Methods inherited from class com.openindex.openestate.tool.extensions.SetupAdapter
getRequiredPluginIds
-
-
-
-
Method Detail
-
getForms
public ImmoToolSetupDialog.AbstractForm[] getForms(ImmoToolProject project)
- Specified by:
getForms
in interfaceSetupExtension
- Specified by:
getForms
in classSetupAdapter
-
getTitle
public String getTitle()
- Specified by:
getTitle
in interfaceSetupExtension
- Specified by:
getTitle
in classSetupAdapter
-
-