|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
org.eclipse.ui.views.markers.MarkerViewHandler
MarkerViewHandler is the abstract class of the handlers for the
MarkerSupportView
Constructor Summary | |
MarkerViewHandler()
|
Method Summary | |
void |
execute(IUndoableOperation operation,
String title,
IProgressMonitor monitor,
IAdaptable uiInfo)
Execute the specified undoable operation |
IMarker[] |
getSelectedMarkers(ExecutionEvent event)
Get the selected markers for the receiver in the view from event. |
MarkerSupportView |
getView(ExecutionEvent event)
Get the view this event occurred on. |
Methods inherited from class org.eclipse.core.commands.AbstractHandler |
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled |
Methods inherited from class org.eclipse.core.commands.common.EventManager |
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.core.commands.IHandler |
execute |
Constructor Detail |
public MarkerViewHandler()
Method Detail |
public MarkerSupportView getView(ExecutionEvent event)
event
-
MarkerSupportView
or null
public void execute(IUndoableOperation operation, String title, IProgressMonitor monitor, IAdaptable uiInfo)
operation
- title
- monitor
- uiInfo
- public IMarker[] getSelectedMarkers(ExecutionEvent event)
Display.syncExec(Runnable)
so that it can be called
outside of the UI Thread
.
event
-
IMarker
[]
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.