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

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

public class PasswordEditor
extends AbstractTextEditor

Simple String editor that masks the characters which are input.
id = com.ibm.std.Password


Constructor Summary
PasswordEditor()
           
 
Method Summary
protected  int getTextStyle()
           
 
Methods inherited from class com.ibm.commons.swt.data.editors.api.AbstractTextEditor
createControl, getCols, getRows, 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

PasswordEditor

public PasswordEditor()
Method Detail

getTextStyle

protected int getTextStyle()
Overrides:
getTextStyle in class AbstractTextEditor