Interface ITabMenuPluginInterface

  • All Superinterfaces:
    IPlugin

    public interface ITabMenuPluginInterface
    extends IPlugin
    This plugin-interface is being called when creating the Tab inside the main gui.
    • 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 all SQLTextEditor inside a MyTab on the right side of the main-gui. This can be cached inside the plugin to adjust everything new inside the TabPane
        Returns: