Class ProjectPluginChooser

All Implemented Interfaces:
Drawable

public class ProjectPluginChooser extends Composite
Component to display plug-ins to choose for a project as check boxes.
Author:
Christopher Mindus
  • Constructor Details

    • ProjectPluginChooser

      public ProjectPluginChooser(Composite parent, ModuleModel model)
      The plug-in chooser component for Module project.
      Parameters:
      parent - The parent composite.
      model - The Module model.
  • Method Details

    • checkSubclass

      protected void checkSubclass()
      Overrides:
      checkSubclass in class Composite
    • setApplyButton

      public void setApplyButton(Button b)
      Sets the apply button.
    • getPlugins

      public PluginDescriptor[] getPlugins()
      Gets the plug-ins chosen.
    • apply

      public boolean apply()
      Applies the changes.
      Returns:
      true for success, false for failure.