de.uka.ipd.sdq.featuremodel.presentation
Class featuremodelModelWizard.featuremodelModelWizardInitialObjectCreationPage

java.lang.Object
  extended by WizardPage
      extended by de.uka.ipd.sdq.featuremodel.presentation.featuremodelModelWizard.featuremodelModelWizardInitialObjectCreationPage
Enclosing class:
featuremodelModelWizard

public class featuremodelModelWizard.featuremodelModelWizardInitialObjectCreationPage
extends WizardPage

This is the page where the type of object to create is selected.


Field Summary
protected  Combo encodingField
           
protected  List<String> encodings
           
protected  Combo initialObjectField
           
protected  ModifyListener validator
           
 
Constructor Summary
featuremodelModelWizard.featuremodelModelWizardInitialObjectCreationPage(String pageId)
          Pass in the selection.
 
Method Summary
 void createControl(Composite parent)
           
 String getEncoding()
           
protected  Collection<String> getEncodings()
           
 String getInitialObjectName()
           
protected  String getLabel(String typeName)
          Returns the label for the specified type name.
 void setVisible(boolean visible)
           
protected  boolean validatePage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initialObjectField

protected Combo initialObjectField


encodings

protected List<String> encodings

encodingField

protected Combo encodingField


validator

protected ModifyListener validator

Constructor Detail

featuremodelModelWizard.featuremodelModelWizardInitialObjectCreationPage

public featuremodelModelWizard.featuremodelModelWizardInitialObjectCreationPage(String pageId)
Pass in the selection.

Method Detail

createControl

public void createControl(Composite parent)


validatePage

protected boolean validatePage()


setVisible

public void setVisible(boolean visible)


getInitialObjectName

public String getInitialObjectName()


getEncoding

public String getEncoding()


getLabel

protected String getLabel(String typeName)
Returns the label for the specified type name.


getEncodings

protected Collection<String> getEncodings()