Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.ui.preferences
Class VerifierPreferencePage

java.lang.Object
  extended by FieldEditorPreferencePage
      extended by com.ibm.etools.iseries.edit.ui.preferences.VerifierPreferencePage

public class VerifierPreferencePage
extends FieldEditorPreferencePage

Preference page for IBM i verifier.


Field Summary
static String copyright
           
static String PREF_REFRESH_CACHE
          the name of the refresh cache preference
 
Constructor Summary
VerifierPreferencePage()
           
 
Method Summary
protected  void createFieldEditors()
          Create the field editors to put on the preference page.
 void init(IWorkbench arg0)
           
static void initDefaults(IPreferenceStore store)
          Method initDefaults.
protected  void initialize()
           
protected  void performDefaults()
           
 boolean performOk()
           
static void setAllTheseEnabled(Control control, boolean bEnable)
           
 void widgetDefaultSelected(SelectionEvent event)
           
 void widgetSelected(SelectionEvent event)
          Remember the selected text (AS400 connection string)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright

PREF_REFRESH_CACHE

public static String PREF_REFRESH_CACHE
the name of the refresh cache preference

Constructor Detail

VerifierPreferencePage

public VerifierPreferencePage()
Method Detail

init

public void init(IWorkbench arg0)
See Also:
IWorkbenchPreferencePage#init(IWorkbench)

createFieldEditors

protected void createFieldEditors()
Create the field editors to put on the preference page.


initialize

protected void initialize()

initDefaults

public static void initDefaults(IPreferenceStore store)
Method initDefaults. Initializes the defaults for the preferences on this preference page.

Parameters:
store - the preference store to add the default values to.

performDefaults

protected void performDefaults()

performOk

public boolean performOk()

setAllTheseEnabled

public static void setAllTheseEnabled(Control control,
                                      boolean bEnable)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent event)

widgetSelected

public void widgetSelected(SelectionEvent event)
Remember the selected text (AS400 connection string)


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 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.