com.togethersoft.openapi.ide.inspector.util.editors
Class SwingPasswordEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
              |
              +--com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
                    |
                    +--com.togethersoft.openapi.ide.inspector.util.editors.SwingPasswordEditor

public class SwingPasswordEditor
extends SwingStringEditor

Represents editor for password properties as a textField.

Author:
TogetherSoft

Fields inherited from class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
MEDIUM_DIMENSION, panel, SMALL_DIMENSION

Method Summary
 protected JTextFieldcreateTextField()
           Creates TextField.

Methods inherited from class com.togethersoft.openapi.ide.inspector.util.editors.SwingStringEditor
getCustomEditor, getValue, setFireOnFocusLost, setValue

Methods inherited from class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
addCellEditorListener, fireEditingCanceled, fireEditingStopped, init, removeCellEditorListener, setAlignment, supportsCustomEditor

Methods inherited from class java.beans.PropertyEditorSupport
isPaintable, paintValue, getJavaInitializationString, getAsText, setAsText, getTags, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize

Method Detail

createTextField

protected JTextField createTextField()
Creates TextField.