net.refractions.udig.ui.preferences
Class RunntimePreferences

java.lang.Object
  extended by FieldEditorPreferencePage
      extended by net.refractions.udig.ui.preferences.RunntimePreferences

public class RunntimePreferences
extends FieldEditorPreferencePage


Constructor Summary
RunntimePreferences()
           
 
Method Summary
 void createFieldEditors()
          Creates the field editors.
 void init(IWorkbench workbench)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunntimePreferences

public RunntimePreferences()
Method Detail

createFieldEditors

public void createFieldEditors()
Creates the field editors. Field editors are abstractions of the common GUI blocks needed to manipulate various types of preferences. Each field editor knows how to save and restore itself.


init

public void init(IWorkbench workbench)