org.csstudio.logging.ui
Class PreferencePage

java.lang.Object
  extended by FieldEditorPreferencePage
      extended by org.csstudio.logging.ui.PreferencePage

public class PreferencePage
extends FieldEditorPreferencePage

Preference page for Logging

Author:
Kay Kasemir

Constructor Summary
PreferencePage()
          Constructor
 
Method Summary
protected  void createFieldEditors()
          Creates the field editors.
 void init(IWorkbench workbench)
          {@inheritDoc
protected  void performApply()
          
 boolean performOk()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencePage

public PreferencePage()
Constructor

Method Detail

init

public void init(IWorkbench workbench)
{@inheritDoc


createFieldEditors

protected void createFieldEditors()
Creates the field editors. Each one knows how to save and restore itself.


performOk

public boolean performOk()


performApply

protected void performApply()