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

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

public class BooleanEditor
extends AbstractComboEditor

A combo box editor that allows the user to pick either 'true' or 'false' as the value of the property.
id = com.ibm.std.Boolean


Constructor Summary
BooleanEditor()
           
 
Method Summary
 boolean isEditable()
          Returns whether or not the combo box is editable.
 
Methods inherited from class com.ibm.commons.swt.data.editors.api.AbstractComboEditor
comboAdd, comboDeselectAll, comboGetItem, comboGetItemCount, comboGetSelectionIndex, comboGetText, comboRemove, comboRemoveAll, comboSelect, comboSetText, createControl, fillCombo, getDefaultValue, getFirstLineTitle, getListActions, getLookup, getRenderedValue, initControlValue, isFirstBlankLine, isImmediateUpdate, setComboValue, setDefaultValue, setFirstBlankLine, setFirstLineTitle, setId, setListActions, setLookup, setLookup, stopEdit
 
Methods inherited from class com.ibm.commons.swt.data.editors.api.PropertyEditor
addPropertyEditorUpdateListener, addValidator, callDialog, getContextAttribute, getContextObject, getDefaultEditor, getDialogButtonAltText, getDialogButtonImage, getDialogButtonText, getEditor, 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

BooleanEditor

public BooleanEditor()
Method Detail

isEditable

public boolean isEditable()
Returns whether or not the combo box is editable. The BooleanEditor defaults to true (the values can be edited).

Overrides:
isEditable in class AbstractComboEditor
Returns:
true