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 the ASetting-class.
    • Method Detail

      • getSettingsList

        List<javafx.scene.control.TreeItem<Class<? extends ASetting>>> getSettingsList()
        Returns a List of TreeItems which has to contain a hierarchie of Classes based on the ASetting-class.
        Returns: