Interface IAfterEditorInitPluginInterface

  • All Superinterfaces:
    IPlugin

    public interface IAfterEditorInitPluginInterface
    extends IPlugin
    This plugin-interface is being called after the a SQLTextEditor is created.
    So it can be used to modify the new created SQLTextEditor with some further functions.
    For example: The Hibernate-Plugin uses this interface to hide "HQLSession"-ToolOption at startup, which is initialized inside the Hibernate-plugin inside another Interface.
    • Method Detail

      • init

        void init​(SQLTextEditor<?> editor)
        Initializes additional configurations for the new created SQLTextEditor.
        Parameters:
        editor -