Class SkeletonKit

    • Constructor Summary

      Constructors 
      Constructor Description
      SkeletonKit()
      Creates a new plug-in wizard kit for creating basic plug-ins.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WizardModel createModel​(Task task)
      Creates a new WizardModel that provides the pages needed to complete the steps of this kit.
      void createTask​(WizardModel model, Task task)
      Fills in an empty task folder using the information filled in by the user in the pages of the provided model.
      java.lang.String getDescription()
      Returns a longer description of the kind of plug-in project that is created with the kit.
      java.lang.String getName()
      Returns the short name of the kit that should be displayed in the list of available kits (plug-in project types).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SkeletonKit

        public SkeletonKit()
        Creates a new plug-in wizard kit for creating basic plug-ins.
    • Method Detail

      • createTask

        public void createTask​(WizardModel model,
                               Task task)
                        throws java.lang.Exception
        Description copied from interface: PluginWizardDialog.WizardKit
        Fills in an empty task folder using the information filled in by the user in the pages of the provided model. This will be called when the user finishes the wizard while this kit is active.
        Specified by:
        createTask in interface PluginWizardDialog.WizardKit
        Parameters:
        model - the previously created model that was presented to the user
        task - the empty task folder to be filled in
        Throws:
        java.lang.Exception - if an error occurs while the task is being created that prevents creation of the task