| org.eclipse.ui.dialogs.MarkerResolutionSelectionDialog
MarkerResolutionSelectionDialog | public class MarkerResolutionSelectionDialog extends SelectionDialog (Code) | | Dialog to allow the user to select from a list of marker
resolutions.
This dialog may be instantiated, it is not intented to
be subclassed.
since: 2.0 |
MarkerResolutionSelectionDialog | public MarkerResolutionSelectionDialog(Shell shell, IMarkerResolution[] markerResolutions)(Code) | | Creates an instance of this dialog to display
the given resolutions.
There must be at least one resolution.
Parameters: shell - the parent shell Parameters: markerResolutions - the resolutions to display |
configureShell | protected void configureShell(Shell newShell)(Code) | | |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | |
okPressed | protected void okPressed()(Code) | | |
|
|