Uses of Class
org.eclipse.ocl.examples.xtext.base.ui.wizards.AbstractFileNewWizard

Packages that use AbstractFileNewWizard
org.eclipse.ocl.examples.xtext.base.ui.wizards   
org.eclipse.ocl.examples.xtext.completeocl.ui.wizards   
org.eclipse.ocl.examples.xtext.oclinecore.ui.wizards   
org.eclipse.ocl.examples.xtext.oclstdlib.ui.wizards   
 

Uses of AbstractFileNewWizard in org.eclipse.ocl.examples.xtext.base.ui.wizards
 

Fields in org.eclipse.ocl.examples.xtext.base.ui.wizards declared as AbstractFileNewWizard
protected  AbstractFileNewWizard AbstractFileDialog.wizard
           
protected  AbstractFileNewWizard AbstractFileNewWizardPage.wizard
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.ui.wizards with parameters of type AbstractFileNewWizard
AbstractFileDialog(AbstractFileNewWizard wizard, AbstractFileNewWizardPage wizardPage, org.eclipse.core.resources.IResource initialSelection)
          Creates an extended new complete OCL file creation dialog.
AbstractFileNewWizardPage(AbstractFileNewWizard wizard, org.eclipse.core.resources.IResource initialSelection)
          Creates a new complete OCL file creation wizard page.
 

Uses of AbstractFileNewWizard in org.eclipse.ocl.examples.xtext.completeocl.ui.wizards
 

Subclasses of AbstractFileNewWizard in org.eclipse.ocl.examples.xtext.completeocl.ui.wizards
 class CompleteOCLFileNewWizard
          Wizard allowing the user to create a new OCL rule file.
 

Uses of AbstractFileNewWizard in org.eclipse.ocl.examples.xtext.oclinecore.ui.wizards
 

Subclasses of AbstractFileNewWizard in org.eclipse.ocl.examples.xtext.oclinecore.ui.wizards
 class AbstractOCLinEcoreFileNewWizard
          Wizard allowing the user to create a new OCLinEcore file.
 class EcoreWithOCLFileNewWizard
          Wizard allowing the user to create a new OCLinEcore file.
 class OCLinEcoreFileNewWizard
          Wizard allowing the user to create a new OCLinEcore file.
 

Uses of AbstractFileNewWizard in org.eclipse.ocl.examples.xtext.oclstdlib.ui.wizards
 

Subclasses of AbstractFileNewWizard in org.eclipse.ocl.examples.xtext.oclstdlib.ui.wizards
 class OCLstdlibFileNewWizard
          Wizard allowing the user to create a new OCL Standard Library file.