|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.jface.action.Action | +--org.eclipse.ui.actions.SelectionListenerAction | +--org.eclipse.ui.actions.ImportResourcesAction
Action representing the initiation of an Import operation by the user.
This class may be instantiated. It is not intended to be subclassed.
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, TEXT, TOOL_TIP_TEXT |
Constructor Summary | |
ImportResourcesAction(IWorkbench workbench)
Deprecated. use the constructor ImportResourcesAction(IWorkbenchWindow) |
|
ImportResourcesAction(IWorkbenchWindow window)
Create a new instance of this class |
Method Summary | |
void |
run()
Invoke the Import wizards selection Wizard. |
void |
setSelection(IStructuredSelection selection)
Deprecated. |
Methods inherited from class org.eclipse.ui.actions.SelectionListenerAction |
getSelectedNonResources, getSelectedResources, getStructuredSelection, resourceIsType, selectionChanged, selectionChanged, selectionIsOfType, updateSelection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImportResourcesAction(IWorkbenchWindow window)
public ImportResourcesAction(IWorkbench workbench)
ImportResourcesAction(IWorkbenchWindow)
Method Detail |
public void run()
run
in class Action
browser
- Windowpublic void setSelection(IStructuredSelection selection)
selection
- the new selection
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |