com.infoteria.asteria.flowbuilder2.property
Class PasswordProperty
java.lang.Object
|
+--com.infoteria.gui.property.AbstractProperty
|
+--com.infoteria.gui.property.StringProperty
|
+--com.infoteria.asteria.flowbuilder2.property.PasswordProperty
- All Implemented Interfaces:
- java.lang.Cloneable, MetaData, Property
- public class PasswordProperty
- extends StringProperty
- implements MetaData
パスワードを入力するためのプロパティです。
| Methods inherited from class com.infoteria.gui.property.AbstractProperty |
addPropertyChangeListener, clone, createUndoableEdit, doClone, doSetValue, getAdapter, getDifference, getDisplayName, getEditor, getName, getOwner, getPropertyChangeListeners, getRenderer, getTooltip, getValue, getValueAsString, isEditable, isVisible, removePropertyChangeListener, setDisplayName, setEditable, setEditor, setOwner, setRenderer, setTooltip, setValue, setValueAsString, setVisible, valueEquals |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.infoteria.gui.util.MetaData |
clone |
PROPERTY_TYPE
public static final java.lang.String PROPERTY_TYPE
PasswordProperty
public PasswordProperty(PropertyHolder owner,
java.lang.String name)
PasswordProperty
public PasswordProperty(java.lang.String name)
getType
public java.lang.String getType()
- Description copied from interface:
Property
- プロパティ型を返します。
- Overrides:
getType in class StringProperty
setup
public void setup(org.w3c.dom.Element el)
- Description copied from interface:
MetaData
- 定義情報のある要素から設定情報を自身に反映します。
- Specified by:
setup in interface MetaData
assign
public void assign(org.w3c.dom.Element el)
- Description copied from interface:
Property
- XMLの要素からプロパティ値を設定します。
- Overrides:
assign in class AbstractProperty
assignTo
public void assignTo(org.w3c.dom.Element el)
- Description copied from interface:
Property
- XMLの要素にプロパティ値を設定します。
- Overrides:
assignTo in class AbstractProperty
getEncryptValue
public java.lang.String getEncryptValue()
setEncryptValue
public void setEncryptValue(java.lang.String s)
doGetDifference
protected com.infoteria.gui.diff.Difference doGetDifference(Property prop)
- Overrides:
doGetDifference in class AbstractProperty