Uses of Class
org.eclipse.jdt.ui.wizards.NewTypeWizardPage.ImportsManager
Packages that use NewTypeWizardPage.ImportsManager
Package
Description
Application programming interfaces to implement wizards to create new JUnit testcases.
Application programming interfaces for interaction
with the Eclipse Java User Interface wizards.
-
Uses of NewTypeWizardPage.ImportsManager in org.eclipse.jdt.junit.wizards
Methods in org.eclipse.jdt.junit.wizards with parameters of type NewTypeWizardPage.ImportsManagerModifier and TypeMethodDescriptionprotected voidNewTestCaseWizardPageOne.createTypeMembers(IType type, NewTypeWizardPage.ImportsManager imports, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidNewTestSuiteWizardPage.createTypeMembers(IType type, NewTypeWizardPage.ImportsManager imports, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of NewTypeWizardPage.ImportsManager in org.eclipse.jdt.ui.wizards
Methods in org.eclipse.jdt.ui.wizards with parameters of type NewTypeWizardPage.ImportsManagerModifier and TypeMethodDescriptionprotected 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.protected IMethodNewTypeWizardPage.createMainMethod(IType type, NewTypeWizardPage.ImportsManager imports) Creates the stub for 'public static void main(String[] args)' methodprotected voidNewAnnotationWizardPage.createTypeMembers(IType newType, NewTypeWizardPage.ImportsManager imports, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidNewClassWizardPage.createTypeMembers(IType type, NewTypeWizardPage.ImportsManager imports, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidNewRecordWizardPage.createTypeMembers(IType type, NewTypeWizardPage.ImportsManager imports, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidNewTypeWizardPage.createTypeMembers(IType newType, NewTypeWizardPage.ImportsManager imports, org.eclipse.core.runtime.IProgressMonitor monitor) Hook method that gets called fromcreateTypeto support adding of unanticipated methods, fields, and inner types to the created type.