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

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.IntegerEditor
All Implemented Interfaces:
IPropertyEditor

public class IntegerEditor
extends AbstractTextEditor

An editor for editing integers. Only integers will be accepted for input.
id = com.ibm.std.Integer


Constructor Summary
IntegerEditor()
           
 
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

IntegerEditor

public IntegerEditor()