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:
- 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 interface com.infoteria.gui.util.MetaData |
clone |
PROPERTY_TYPE
public static final String PROPERTY_TYPE
PasswordProperty
public PasswordProperty(PropertyHolder owner,
String name)
PasswordProperty
public PasswordProperty(String name)
getType
public String getType()
- Description copied from interface:
Property
- プロパティ型を返します。
- Overrides:
getType
in class StringProperty
setup
public void setup(Element el)
- Description copied from interface:
MetaData
- 定義情報のある要素から設定情報を自身に反映します。
- Specified by:
setup
in interface MetaData
assign
public void assign(Element el)
- Description copied from interface:
Property
- XMLの要素からプロパティ値を設定します。
- Overrides:
assign
in class AbstractProperty
assignTo
public void assignTo(Element el)
- Description copied from interface:
Property
- XMLの要素にプロパティ値を設定します。
- Overrides:
assignTo
in class AbstractProperty
getEncryptValue
public String getEncryptValue()
setEncryptValue
public void setEncryptValue(String s)
doGetDifference
protected com.infoteria.gui.diff.Difference doGetDifference(Property prop)
- Overrides:
doGetDifference
in class AbstractProperty