Interface ITabMenuPluginInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<javafx.scene.control.MenuItem>
createTabMenuItems(FilteredTreeView<?> tree, javafx.scene.control.TabPane tabFolderEditors)
Returns a list of custom MenuItems for the Menu where all plugins can be assigned to at the top of the application,-
Methods inherited from interface org.teichert.databaseexplorer.pluginInterfaces.IPlugin
getPluginName, getPluginVersion
-
-
-
-
Method Detail
-
createTabMenuItems
List<javafx.scene.control.MenuItem> createTabMenuItems(FilteredTreeView<?> tree, javafx.scene.control.TabPane tabFolderEditors)
Returns a list of custom MenuItems for the Menu where all plugins can be assigned to at the top of the application,- Parameters:
tree
- the treeview of the left side of the application.tabFolderEditors
- the TabPane which holds allSQLTextEditor
inside aMyTab
on the right side of the main-gui. This can be cached inside the plugin to adjust everything new inside the TabPane- Returns:
-
-