| org.eclipse.ui.views.markers.internal.MarkerResolutionDialog
MarkerResolutionDialog | public class MarkerResolutionDialog extends TitleAreaDialog (Code) | | The MarkerResolutionDialog is the dialog used to select a marker resolution.
since: 3.2 |
MarkerResolutionDialog | public MarkerResolutionDialog(Shell shell, IMarker marker, IMarkerResolution[] newResolutions, MarkerView view)(Code) | | Create a new instance of the receiver with the given resolutions.
Parameters: shell - Parameters: marker - the marker to show Parameters: newResolutions - Parameters: view - the viewer that is showing these errors |
addMatchingMarkers | protected boolean addMatchingMarkers(WorkbenchMarkerResolution resolution)(Code) | | Add all of the markers that have resolutions compatible with the
receiver.
boolean true if the operation completed. |
cancelPressed | protected void cancelPressed()(Code) | | |
configureShell | protected void configureShell(Shell newShell)(Code) | | |
create | public void create()(Code) | | |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | |
getResolutions | public IMarkerResolution[] getResolutions()(Code) | | Return all of the resolutions to choose from in the receiver.
IMarkerResolution[] |
isResizable | protected boolean isResizable()(Code) | | |
okPressed | protected void okPressed()(Code) | | |
setComplete | protected void setComplete(boolean complete)(Code) | | Set the dialog to be complete.
Parameters: complete - |
|
|