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

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

public class DoubleEditor
extends AbstractTextEditor

An editor for editing doubles.
id = com.ibm.std.Double


Constructor Summary
DoubleEditor()
           
 
Method Summary
 
Methods inherited from class com.ibm.commons.swt.data.editors.api.AbstractTextEditor
createControl, getCols, getRows, getTextStyle, initControlValue, isImmediateUpdate, setCols, setId, setRows, 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

DoubleEditor

public DoubleEditor()