Interface BundledPlugInInfo


public interface BundledPlugInInfo
This interface binds a PlugIn to a PlugInBundle. Every PlugInBundle contains a list of BundledPlugInInfos that may also be PlugIns. These BundledPlugInInfos can be run by specifying an index of the PlugInBundle's run(int index) method.
Author:
mccreedy
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the menu structure of a particular plug-in.
    Returns the name of the plug-in.
  • Method Details

    • getCategory

      String[] getCategory()
      Specifies the menu structure of a particular plug-in. This menu structure is, by default, displayed as a sub-menu of a given PlugInBundle.
    • getName

      String getName()
      Returns the name of the plug-in. This could possibly be used for scripting purposes.