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

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

public class StringEditor
extends AbstractTextEditor

Simple String editor.
id = com.ibm.std.String


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

StringEditor

public StringEditor()