Class ExtensionEdit

    • Constructor Detail

      • ExtensionEdit

        public ExtensionEdit()
    • Method Detail

      • hook

        public void hook​(ExtensionHook extensionHook)
        Description copied from interface: Extension
        Called during extension's initialisation to allow to add new functionality to core components.
        Specified by:
        hook in interface Extension
        Overrides:
        hook in class ExtensionAdaptor
        Parameters:
        extensionHook - the hook to add the components.
      • getFindDefaultKeyStroke

        public static javax.swing.KeyStroke getFindDefaultKeyStroke()
        Gets the default keyboard shortcut for find functionality.

        Should be called/used only when in view mode.

        Returns:
        the keyboard shortcut, never null.
        Since:
        2.7.0
      • getAuthor

        public java.lang.String getAuthor()
        Description copied from interface: Extension
        Gets the author of the extension.

        Since 2.9.0 defaults to the author of the add-on, if set, otherwise an empty string.

        Returns:
        the author of the extension, might be null.
      • supportsDb

        public boolean supportsDb​(java.lang.String type)
        No database tables used, so all supported
        Specified by:
        supportsDb in interface Extension
        Overrides:
        supportsDb in class ExtensionAdaptor
        Parameters:
        type - the db type
        Returns:
        true if the specified db type is supported by the extension (or if it doesn't use any db)
        See Also:
        Database.getType()