org.eclipse.gmt.modisco.infra.query.editor.presentation
Class QueryModelWizard.QueryModelWizardInitialObjectCreationPage

java.lang.Object
  extended by WizardPage
      extended by org.eclipse.gmt.modisco.infra.query.editor.presentation.QueryModelWizard.QueryModelWizardInitialObjectCreationPage
Enclosing class:
QueryModelWizard

public class QueryModelWizard.QueryModelWizardInitialObjectCreationPage
extends WizardPage

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


Constructor Summary
QueryModelWizard.QueryModelWizardInitialObjectCreationPage(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

QueryModelWizard.QueryModelWizardInitialObjectCreationPage

public QueryModelWizard.QueryModelWizardInitialObjectCreationPage(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()