|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.action.Action
org.eclipse.ui.actions.CreateProjectAction
Standard action for launching the new project creation wizard.
This class may be instantiated and subclassed by clients.
Field Summary |
Fields inherited from interface org.eclipse.jface.action.IAction |
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT |
Constructor Summary | |
CreateProjectAction(IWorkbenchWindow window)
Deprecated. Creates a new action for launching the new project selection wizard. |
Method Summary | |
protected IStructuredSelection | getInitialSelection()
Deprecated. Returns the selection to initialized the wizard with |
void | run()
Deprecated. The default implementation of this IAction method does nothing. |
void | setInitialProjectCapabilities(String[] ids)
Deprecated. Sets the initial project capabilities to be selected. |
void | setInitialProjectName(String name)
Deprecated. Sets the initial project name. |
void | setInitialSelectedCategories(String[] ids)
Deprecated. Sets the initial categories to be selected. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CreateProjectAction(IWorkbenchWindow window)
Method Detail |
protected IStructuredSelection getInitialSelection()
public void setInitialSelectedCategories(String[] ids)
public void setInitialProjectCapabilities(String[] ids)
public void setInitialProjectName(String name)
public void run()
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.