Package | Description |
---|---|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
org.eclipse.ui.views.markers |
Utility classes for working with markers in views
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMarkerResolution2
Extends
IMarkerResolution . |
Modifier and Type | Method and Description |
---|---|
IMarkerResolution[] |
IMarkerHelpRegistry.getResolutions(IMarker marker)
Returns an array of resolutions for the given marker.
|
IMarkerResolution[] |
IMarkerResolutionGenerator.getResolutions(IMarker marker)
Returns resolutions for the given marker (may
be empty).
|
Constructor and Description |
---|
MarkerResolutionSelectionDialog(Shell shell,
IMarkerResolution[] markerResolutions)
Creates an instance of this dialog to display
the given resolutions.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkbenchMarkerResolution
WorkbenchMarkerResolution is the resolution that can be grouped
with others that are similar to allow multi selection.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.