Interface IEditorToolOptionExtensionPluginInterface
-
public interface IEditorToolOptionExtensionPluginInterface
This plugin-interface is being called while adding allToolOption
s to a new createdSQLTextEditor
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ToolOption<Object>>
createListOfToolOptions(javafx.scene.control.TabPane tabFolderEditors)
Returns a list of customToolOption
for a newSQLTextEditor
.
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 thisSQLTextEditor
.
-
-
-
Method Detail
-
createListOfToolOptions
List<ToolOption<Object>> createListOfToolOptions(javafx.scene.control.TabPane tabFolderEditors)
Returns a list of customToolOption
for a newSQLTextEditor
.
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 thisSQLTextEditor
.- Parameters:
tabFolderEditors
-- Returns:
-
-