| org.eclipse.ui.views.markers.internal.MarkerViewPreferenceDialog
MarkerViewPreferenceDialog | public class MarkerViewPreferenceDialog extends ViewSettingsDialog (Code) | | The MarkerViewPreferenceDialog is the dialog that is used for preference
settings in a markers view.
since: 3.1 |
MarkerViewPreferenceDialog | public MarkerViewPreferenceDialog(Shell parentShell, String enablementPreference, String limitPreference, String title)(Code) | | Create a new instance of the receiver.
Parameters: parentShell - Parameters: enablementPreference - The key for the enablement preference. Parameters: limitPreference - The key for the limit preference. Parameters: title - The title for the dialog. |
configureShell | protected void configureShell(Shell newShell)(Code) | | |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | |
okPressed | protected void okPressed()(Code) | | |
performDefaults | protected void performDefaults()(Code) | | |
|
|