classpathhelper.eclipse.jdt.preferences
Class PreferencesPage
java.lang.Object
PreferencePage
classpathhelper.eclipse.jdt.preferences.PreferencesPage
- public class PreferencesPage
- extends PreferencePage
Preference page that provides options for how the Java Classpath Listener will obtain
a Java project to use. The two options are to Use Package Explorer (or Resource Navigator),
this was the 1.0 behavior. The second option was to manually select a single project.
This dialog adds a check box to determine which approach is to be used and a combo
box to select the project if package explorer is not being used.
- Since:
- 1.1
- Author:
- bharris
- See Also:
- Serialized Form
Constructor Summary |
PreferencesPage()
Basic constructor, loads initial values from preference store. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferencesPage
public PreferencesPage()
- Basic constructor, loads initial values from preference store.
- Since:
- 1.1
createContents
protected Control createContents(Composite parent)
init
public void init(IWorkbench workbench)
performOk
public boolean performOk()