Interface IEditorToolOptionExtensionPluginInterface


  • public interface IEditorToolOptionExtensionPluginInterface
    This plugin-interface is being called while adding all ToolOptions to a new created SQLTextEditor.
    • Method Detail

      • createListOfToolOptions

        List<ToolOption<Object>> createListOfToolOptions​(javafx.scene.control.TabPane tabFolderEditors)
        Returns a list of custom ToolOption for a new SQLTextEditor.
        For example: it is used for the Hibernate-plugin to provide the new toggle-button and the button when clicking the toggle-button to set the hibernate-configuration for this SQLTextEditor.
        Parameters:
        tabFolderEditors -
        Returns: