org.eclipse.emf.ecore.presentation
Class EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage

org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
Enclosing class:
EcoreModelWizard

public class EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage

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


Field Summary
protected  java.lang.String initialEClassName
           
protected  org.eclipse.swt.custom.CCombo initialObjectField
          
 
Constructor Summary
EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage(java.lang.String pageId)
          Pass in the selection.
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
          
 java.lang.String getInitialEClassName()
          
 boolean isPageComplete()
          The framework calls this to see if the file is correct.
 boolean performFinish()
          Store the dialog field settings upon completion.
 

Field Detail

initialEClassName

protected java.lang.String initialEClassName

initialObjectField

protected org.eclipse.swt.custom.CCombo initialObjectField
Constructor Detail

EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage

public EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage(java.lang.String pageId)
Pass in the selection.
Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)

isPageComplete

public boolean isPageComplete()
The framework calls this to see if the file is correct.

performFinish

public boolean performFinish()
Store the dialog field settings upon completion.

getInitialEClassName

public java.lang.String getInitialEClassName()

Copyright 2001-2002 IBM Corporation and others.
All Rights Reserved.