Class PrototypeFolder

All Implemented Interfaces:
AutoConfigurable, Buildable, Configurable, PropertyNameSource, ComponentDescription, ValidityChecker, Translatable, Auditable, ImageSearchTarget, SearchTarget

public class PrototypeFolder extends AbstractFolder
  • Constructor Details

    • PrototypeFolder

      public PrototypeFolder()
  • Method Details

    • getAllowableConfigureComponents

      public Class<?>[] getAllowableConfigureComponents()
      Returns:
      a list of valid sub-component Classes. If a Class appears in this list, then instances of that class may be added to this component from the Editor's ConfigureTree window by right-clicking on the component and selecting the appropriate "Add" option.
    • add

      public void add(Buildable b)
      Description copied from class: AbstractConfigurable
      Set the owning translatable of this component
      Specified by:
      add in interface Buildable
      Overrides:
      add in class AbstractConfigurable
      Parameters:
      b - Child to attach to this buildable as a subcomponent