com.ibm.commons.swt.data.editors
Class BooleanCheckBoxEditor

java.lang.Object
  extended by com.ibm.commons.swt.data.editors.api.PropertyEditor
      extended by com.ibm.commons.swt.data.editors.api.AbstractCheckBoxEditor
          extended by com.ibm.commons.swt.data.editors.BooleanCheckBoxEditor
All Implemented Interfaces:
IPropertyEditor

public class BooleanCheckBoxEditor
extends AbstractCheckBoxEditor

An editor that presents itself as a checkbox. The values set for this property by the editor will be either 'true' or 'false'.
id = com.ibm.std.BooleanCheckBox


Constructor Summary
BooleanCheckBoxEditor(java.lang.String text)
           
 
Method Summary
 
Methods inherited from class com.ibm.commons.swt.data.editors.api.AbstractCheckBoxEditor
createControl, getCheckbox, getCheckedValue, getDefaultValue, getText, getUncheckedValue, initControlValue, setCheckedValue, setDefaultValue, setId, setText, setUncheckedValue, stopEdit
 
Methods inherited from class com.ibm.commons.swt.data.editors.api.PropertyEditor
addPropertyEditorUpdateListener, addValidator, callDialog, getContextAttribute, getContextObject, getDefaultEditor, getDialogButtonAltText, getDialogButtonImage, getDialogButtonText, getEditor, getRenderedValue, getScriptMode, getTextValidator, getValidator, getWorkBenchPart, hasDialogButton, isScriptModeFixed, postModelUpdate, preModelUpdate, removePropertyEditorUpdateListener, setContextAttribute, setContextObject, setScriptMode, setValidator, setWorkBenchPart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanCheckBoxEditor

public BooleanCheckBoxEditor(java.lang.String text)
Parameters:
text -