Interface IConfigablePluginInterface
-
- All Superinterfaces:
IPlugin
public interface IConfigablePluginInterface extends IPlugin
This plugin-interface is being called after creating all Setting-dialogs to create custom ASetting-configuration-dialogs inside the main SettingDialog.
It has to return a List of TreeItems which has to contain a hierarchie of Classes based on theASetting
-class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<javafx.scene.control.TreeItem<Class<? extends ASetting>>>
getSettingsList()
Returns a List of TreeItems which has to contain a hierarchie of Classes based on theASetting
-class.-
Methods inherited from interface org.teichert.databaseexplorer.pluginInterfaces.IPlugin
getPluginName, getPluginVersion
-
-