Klasse ElementWizardComposite

Alle implementierten Schnittstellen:
EventListener, IListener, Drawable
Bekannte direkte Unterklassen:
ElementWizardComposite.WithCombo, ElementWizardComposite.WithRadios

public abstract class ElementWizardComposite extends Composite implements IListener
Seit:
3.1
Autor:
Eike Stepper
  • Konstruktordetails

  • Methodendetails

    • getProductGroup

      public String getProductGroup()
    • getLabel

      public String getLabel()
    • setValidationContext

      public void setValidationContext(ValidationContext validationContext)
    • getDefaultFactoryType

      public String getDefaultFactoryType()
      Seit:
      3.2
    • getDefaultDescription

      public String getDefaultDescription(String factoryType)
      Can be overridden by subclasses.
    • setDefaultDescription

      @Deprecated public void setDefaultDescription(String factoryType, String value)
      Veraltet.
    • init

      protected void init()
    • notifyEvent

      public void notifyEvent(IEvent event)
      Angegeben von:
      notifyEvent in Schnittstelle IListener
      Seit:
      3.2
    • getFactoryTypes

      protected List<String> getFactoryTypes()
    • create

      protected void create()
    • factoryTypeChanged

      protected void factoryTypeChanged()
    • layout

      public void layout()
      Setzt außer Kraft:
      layout in Klasse Composite
    • harvestControls

      protected void harvestControls(IElementWizard wizard)
    • getContainer

      protected IManagedContainer getContainer()
    • getNotifier

      public final INotifier getNotifier()
      Seit:
      3.2
    • getDescription

      public String getDescription()
    • getFactoryType

      public abstract String getFactoryType()
    • setFactoryType

      protected abstract void setFactoryType(String factoryType)
    • createFactoryTypeControl

      protected abstract void createFactoryTypeControl()