LPEX
4.4.0

com.ibm.lpex.alef.preferences
Class FindTextPreferencePage

java.lang.Object
  extended by FieldEditorPreferencePage
      extended by com.ibm.lpex.alef.preferences.LpexFieldEditorPreferencePage
          extended by com.ibm.lpex.alef.preferences.FindTextPreferencePage

public final class FindTextPreferencePage
extends LpexFieldEditorPreferencePage

Preference page for LPEX's default find-text settings.


Constructor Summary
FindTextPreferencePage()
          Constructor.
 
Method Summary
protected  Control createContents(Composite parent)
          Creates and returns the SWT control for the customized body of this preference page.
protected  void createFieldEditors()
          Creates the field editors of this preference page.
protected  void performDefaults()
          "Restore Defaults" button pressed.
 boolean performOk()
          "OK" / "Apply" button pressed.
protected  void performReset()
          "Reset" button pressed.
 void propertyChange(PropertyChangeEvent event)
          Intercepts selection changes to the "Column restricted search" checkbox.
 
Methods inherited from class com.ibm.lpex.alef.preferences.LpexFieldEditorPreferencePage
contributeButtons, fieldEditorsCreated, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindTextPreferencePage

public FindTextPreferencePage()
Constructor.

Method Detail

createContents

protected Control createContents(Composite parent)
Creates and returns the SWT control for the customized body of this preference page. Overridden in order to set the context help.


createFieldEditors

protected void createFieldEditors()
Creates the field editors of this preference page.


propertyChange

public void propertyChange(PropertyChangeEvent event)
Intercepts selection changes to the "Column restricted search" checkbox.


performOk

public boolean performOk()
"OK" / "Apply" button pressed. Commits any new updated values.


performDefaults

protected void performDefaults()
"Restore Defaults" button pressed. Sets all the values and the dialog fields to the editor install settings.


performReset

protected void performReset()
"Reset" button pressed. Sets all the values and the dialog fields to the initial preference-page settings.

Overrides:
performReset in class LpexFieldEditorPreferencePage
See Also:
LpexFieldEditorPreferencePage.contributeButtons(Composite)

LPEX
4.4.0

Copyright � 2016 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.