org.eclipse.gmt.modisco.infra.query.runtime.editor.presentation
Class RuntimeModelWizard.RuntimeModelWizardInitialObjectCreationPage

java.lang.Object
  extended by WizardPage
      extended by org.eclipse.gmt.modisco.infra.query.runtime.editor.presentation.RuntimeModelWizard.RuntimeModelWizardInitialObjectCreationPage
Enclosing class:
RuntimeModelWizard

public class RuntimeModelWizard.RuntimeModelWizardInitialObjectCreationPage
extends WizardPage

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


Constructor Summary
RuntimeModelWizard.RuntimeModelWizardInitialObjectCreationPage(java.lang.String pageId)
          Pass in the selection.
 
Method Summary
 void createControl(Composite parent)
           
 java.lang.String getEncoding()
           
 java.lang.String getInitialObjectName()
           
 void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeModelWizard.RuntimeModelWizardInitialObjectCreationPage

public RuntimeModelWizard.RuntimeModelWizardInitialObjectCreationPage(java.lang.String pageId)
Pass in the selection.

Method Detail

createControl

public void createControl(Composite parent)


setVisible

public void setVisible(boolean visible)


getInitialObjectName

public java.lang.String getInitialObjectName()


getEncoding

public java.lang.String getEncoding()