Class DistributiontypeModelWizard.DistributiontypeModelWizardInitialObjectCreationPage

java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
tools.mdsd.probdist.distributiontype.presentation.DistributiontypeModelWizard.DistributiontypeModelWizardInitialObjectCreationPage
All Implemented Interfaces:
IDialogPage, IMessageProvider, IWizardPage
Enclosing class:
DistributiontypeModelWizard

public class DistributiontypeModelWizard.DistributiontypeModelWizardInitialObjectCreationPage extends WizardPage
This is the page where the type of object to create is selected.
Generated class or method.
  • Field Details

    • initialObjectField

      protected Combo initialObjectField
      Generated class or method.
    • encodings

      protected List<String> encodings
      Generated class or method.
    • encodingField

      protected Combo encodingField
      Generated class or method.
    • validator

      protected ModifyListener validator
      Generated class or method.
  • Constructor Details

    • DistributiontypeModelWizardInitialObjectCreationPage

      public DistributiontypeModelWizardInitialObjectCreationPage(String pageId)
      Pass in the selection.
      Generated class or method.
  • Method Details

    • createControl

      public void createControl(Composite parent)
      Generated class or method.
    • validatePage

      protected boolean validatePage()
      Generated class or method.
    • setVisible

      public void setVisible(boolean visible)
      Specified by:
      setVisible in interface IDialogPage
      Overrides:
      setVisible in class DialogPage
      Generated class or method.
    • getInitialObjectName

      public String getInitialObjectName()
      Generated class or method.
    • getEncoding

      public String getEncoding()
      Generated class or method.
    • getLabel

      protected String getLabel(String typeName)
      Returns the label for the specified type name.
      Generated class or method.
    • getEncodings

      protected Collection<String> getEncodings()
      Generated class or method.