|
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.SelectionProviderAction
org.eclipse.ui.views.navigator.ShowInNavigatorAction
An action which shows the current selection in the Navigator view.
For each element in the selection, if it is an IResource
it uses it directly, otherwise if it is an IMarker
it uses the marker's resource,
otherwise if it is an IAdaptable
, it tries to get the IResource.class
adapter.
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 | |
ShowInNavigatorAction(IWorkbenchPage page,
ISelectionProvider viewer)
|
Method Summary | |
void |
run()
Shows the Navigator view and sets its selection to the resources selected in this action's selection provider. |
void |
selectionChanged(IStructuredSelection selection)
Notifies this action that the given structured selection has changed in the selection provider. |
Methods inherited from class org.eclipse.ui.actions.SelectionProviderAction |
dispose, getSelection, getSelectionProvider, getStructuredSelection, selectionChanged, selectionChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShowInNavigatorAction(IWorkbenchPage page, ISelectionProvider viewer)
Method Detail |
public void run()
run
in interface IAction
run
in class Action
public void selectionChanged(IStructuredSelection selection)
SelectionProviderAction
The SelectionProviderAction
implementation of this method
does nothing. Subclasses may reimplement to react to this selection change.
selectionChanged
in class SelectionProviderAction
selection
- the new selection
|
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.