Method Summary |
|
protected void | createButtons(Composite composite) Create the buttons at the top of the preference page. |
protected static Combo | createCombo(Composite parent) |
protected Composite | createComposite(Composite parent) Creates the composite which will contain all the preference controls for
this page. |
protected Control | createContents(Composite parent) |
protected void | createHeapStatusPref(Composite composite) Create the widget for the heap status preference. |
protected static Label | createLabel(Composite parent, String text) Utility method that creates a label instance and sets the default layout
data. |
protected void | createOpenModeGroup(Composite composite) |
protected static Button | createRadioButton(Composite parent, String label) Utility method that creates a radio button instance and sets the default
layout data. |
protected void | createShowUserDialogPref(Composite composite) Create the widget for the user dialog preference. |
protected static void | createSpace(Composite parent) Creates a tab of one horizontal spans. |
protected void | createStickyCyclePref(Composite composite) |
protected IPreferenceStore | doGetPreferenceStore() Returns preference store that belongs to the our plugin. |
public void | init(IWorkbench aWorkbench) |
protected void | performDefaults() The default button has been pressed. |
public boolean | performOk() The user has pressed Ok. |