Eclipse JDT
Release 3.0

Uses of Class
org.eclipse.jdt.ui.wizards.NewTypeWizardPage.ImportsManager

Packages that use NewTypeWizardPage.ImportsManager
org.eclipse.jdt.ui.wizards Application programming interfaces for interaction with the Eclipse Java User Interface wizards.  
 

Uses of NewTypeWizardPage.ImportsManager in org.eclipse.jdt.ui.wizards
 

Methods in org.eclipse.jdt.ui.wizards with parameters of type NewTypeWizardPage.ImportsManager
protected  void NewClassWizardPage.createTypeMembers(IType type, NewTypeWizardPage.ImportsManager imports, org.eclipse.core.runtime.IProgressMonitor monitor)
           
protected  void NewTypeWizardPage.createTypeMembers(IType newType, NewTypeWizardPage.ImportsManager imports, org.eclipse.core.runtime.IProgressMonitor monitor)
          Hook method that gets called from createType to support adding of unanticipated methods, fields, and inner types to the created type.
protected  IMethod[] NewTypeWizardPage.createInheritedMethods(IType type, boolean doConstructors, boolean doUnimplementedMethods, NewTypeWizardPage.ImportsManager imports, org.eclipse.core.runtime.IProgressMonitor monitor)
          Creates the bodies of all unimplemented methods and constructors and adds them to the type.
 


Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.