classpathhelper.eclipse.basicmodel
Class PreferencesPage

java.lang.Object
  extended byPreferencePage
      extended byclasspathhelper.eclipse.basicmodel.PreferencesPage

public class PreferencesPage
extends PreferencePage

Preference page for the basic classpath model. It allows for the classpath string to be modified via the user interface.

Since:
1.0
Author:
bharris
See Also:
Serialized Form

Constructor Summary
PreferencesPage()
          Basic constructor, loads initial values from preference store.
 
Method Summary
protected  Control createContents(Composite parent)
           
 void init(IWorkbench workbench)
           
 boolean performOk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesPage

public PreferencesPage()
Basic constructor, loads initial values from preference store.

Since:
1.0
Method Detail

createContents

protected Control createContents(Composite parent)

init

public void init(IWorkbench workbench)

performOk

public boolean performOk()