Class ToolboxPlugInV2

    • Constructor Detail

      • ToolboxPlugInV2

        public ToolboxPlugInV2()
    • Method Detail

      • getToolbox

        public ToolboxDialog getToolbox()
                                 throws Exception
        Returns:
        the toolbox for this plug-in class.
        Throws:
        Exception - if an Exception occurs during Toolbox initialization
      • execute

        public boolean execute​(PlugInContext context)
                        throws Exception
        Toolbox subclasses can override this method to implement their own behaviour when the plug-in is called. Remember to call super.execute to make the toolbox visible.
        Specified by:
        execute in interface PlugIn
        Overrides:
        execute in class AbstractPlugIn
        Parameters:
        context - context of this PlugIn
        Returns:
        true if the PlugIn has been executed
        Throws:
        Exception - if an Exception occurs during execution
        See Also:
        ThreadedPlugIn