Interface IContextMenuPluginInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<javafx.scene.control.MenuItem>
createMenuItems(FilteredTreeView<? extends IFilteredTreeItem> tree, javafx.scene.control.TabPane tabFolderEditors)
Returns a List of MenuItems for the ContextMenu of the tree in the main-gui.-
Methods inherited from interface org.teichert.databaseexplorer.pluginInterfaces.IPlugin
getPluginName, getPluginVersion
-
-
-
-
Method Detail
-
createMenuItems
List<javafx.scene.control.MenuItem> createMenuItems(FilteredTreeView<? extends IFilteredTreeItem> tree, javafx.scene.control.TabPane tabFolderEditors)
Returns a List of MenuItems for the ContextMenu of the tree in the main-gui.- Parameters:
tree
-IFilteredTreeItem
in the main-guitabFolderEditors
- 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:
-
-