Class PasswordProperty
java.lang.Object
com.infoteria.gui.property.AbstractProperty
com.infoteria.gui.property.StringProperty
com.infoteria.asteria.flowbuilder2.property.PasswordProperty
パスワードを入力するためのプロパティです。
-
Field Summary
FieldsFields inherited from class com.infoteria.gui.property.AbstractProperty
_listenerList, ATTR_DISPLAY_NAME, ATTR_NAME, ATTR_READONLY, ATTR_TYPE, ATTR_VISIBLE, ELEM_PROPERTY, PROPERTY_NSURI -
Constructor Summary
ConstructorsConstructorDescriptionPasswordProperty(PropertyHolder owner, String name) PasswordProperty(String name) -
Method Summary
Modifier and TypeMethodDescriptionvoidXMLの要素からプロパティ値を設定します。voidXMLの要素にプロパティ値を設定します。protected com.infoteria.gui.diff.DifferencedoGetDifference(Property prop) getType()プロパティ型を返します。voidvoid定義情報のある要素から設定情報を自身に反映します。Methods inherited from class com.infoteria.gui.property.StringProperty
setValue, setValueAsStringMethods 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
-
Field Details
-
PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
PasswordProperty
-
PasswordProperty
-
-
Method Details
-
getType
Description copied from interface:Propertyプロパティ型を返します。- Specified by:
getTypein interfaceProperty- Overrides:
getTypein classStringProperty
-
setup
Description copied from interface:MetaData定義情報のある要素から設定情報を自身に反映します。 -
assign
Description copied from interface:PropertyXMLの要素からプロパティ値を設定します。- Specified by:
assignin interfaceProperty- Overrides:
assignin classAbstractProperty
-
assignTo
Description copied from interface:PropertyXMLの要素にプロパティ値を設定します。- Specified by:
assignToin interfaceProperty- Overrides:
assignToin classAbstractProperty
-
getEncryptValue
-
setEncryptValue
-
doGetDifference
- Overrides:
doGetDifferencein classAbstractProperty
-