iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.editor.preferences
Class TBooleanFieldEditor

java.lang.Object
  extended byorg.eclipse.jface.preference.FieldEditor
      extended byorg.eclipse.jface.preference.BooleanFieldEditor
          extended bycom.ibm.etools.iseries.editor.preferences.TBooleanFieldEditor

public class TBooleanFieldEditor
extends BooleanFieldEditor

a version of BooleanFieldEditor which allows you to set the tooltip help and infopop can be configures

See Also:
BooleanFieldEditor

Field Summary
static String Copyright
           
 
Fields inherited from class org.eclipse.jface.preference.BooleanFieldEditor
DEFAULT, SEPARATE_LABEL
 
Fields inherited from class org.eclipse.jface.preference.FieldEditor
HORIZONTAL_GAP, IS_VALID, VALUE
 
Constructor Summary
TBooleanFieldEditor(String name, String label, Composite parent)
           
TBooleanFieldEditor(String name, String labelText, int style, Composite parent)
           
 
Method Summary
 void setEnabled(boolean enablement)
          Method setEnabled
 void setHelp(String contextId)
          Method setHelp.
 void setToolTipText(String tip)
          Method setToolTipText.
 
Methods inherited from class org.eclipse.jface.preference.BooleanFieldEditor
adjustForNumColumns, doFillIntoGrid, doLoad, doLoadDefault, doStore, getBooleanValue, getChangeControl, getNumberOfControls, setEnabled, setFocus, setLabelText, valueChanged
 
Methods inherited from class org.eclipse.jface.preference.FieldEditor
applyFont, checkParent, clearErrorMessage, clearMessage, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, createControl, dispose, fillIntoGrid, fireStateChanged, fireValueChanged, getFieldEditorFontName, getLabelControl, getLabelControl, getLabelText, getPreferenceName, getPreferencePage, getPreferenceStore, init, isValid, load, loadDefault, presentsDefaultValue, refreshValidState, setButtonLayoutData, setPreferenceName, setPreferencePage, setPreferenceStore, setPresentsDefaultValue, setPropertyChangeListener, showErrorMessage, showMessage, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

TBooleanFieldEditor

public TBooleanFieldEditor(String name,
                           String labelText,
                           int style,
                           Composite parent)
See Also:
BooleanFieldEditor.BooleanFieldEditor(String, String, int, Composite)

TBooleanFieldEditor

public TBooleanFieldEditor(String name,
                           String label,
                           Composite parent)
See Also:
FieldEditor.FieldEditor(String, String, Composite)
Method Detail

setToolTipText

public void setToolTipText(String tip)
Method setToolTipText. Sets the tooltip text for this field editor.

Parameters:
tip - the tool tip

setHelp

public void setHelp(String contextId)
Method setHelp. Sets the info pop help for this field editor

Parameters:
contextId - the context ID for the help

setEnabled

public void setEnabled(boolean enablement)
Method setEnabled

Parameters:
enablement - state

iSeries Remote Systems
v6.0.0

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