classpathhelper.eclipse.ui.preferences
Class PreferencesPage

java.lang.Object
  extended byPreferencePage
      extended byclasspathhelper.eclipse.ui.preferences.PreferencesPage

public class PreferencesPage
extends PreferencePage

Creates the base preferences page for the classpath helper UI. It's primary job is to allow selection of which model will be used as the current model.

Since:
1.0
Author:
bharris
See Also:
Serialized Form

Constructor Summary
PreferencesPage()
          Default constructor.
PreferencesPage(java.lang.String title)
           
PreferencesPage(java.lang.String title, ImageDescriptor image)
           
 
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()
Default constructor.

Since:
1.0

PreferencesPage

public PreferencesPage(java.lang.String title)
Parameters:
title - The title of this page.
Since:
1.0

PreferencesPage

public PreferencesPage(java.lang.String title,
                       ImageDescriptor image)
Parameters:
title - The title of this page.
image - An icon to associate with this page.
Since:
1.0
Method Detail

createContents

protected Control createContents(Composite parent)

init

public void init(IWorkbench workbench)

performOk

public boolean performOk()