| org.eclipse.ui.examples.undo.preferences.UndoPreferencePage
UndoPreferencePage | public class UndoPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage(Code) | | This class is used to define preferences that control how
undo occurs. It demonstrates the use of preferences to configure
the operation history in different ways.
|
Method Summary | |
public void | createFieldEditors() Creates the field editors. | public void | init(IWorkbench workbench) |
UndoPreferencePage | public UndoPreferencePage()(Code) | | |
createFieldEditors | public void createFieldEditors()(Code) | | Creates the field editors.
|
init | public void init(IWorkbench workbench)(Code) | | |
|
|