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

パスワードを入力するためのプロパティです。


Field Summary
static String PROPERTY_TYPE
           
 
Fields 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
PasswordProperty(PropertyHolder owner, String name)
           
PasswordProperty(String name)
           
 
Method Summary
 void assign(Element el)
           
 void assignTo(Element el)
           
protected  com.infoteria.gui.diff.Difference doGetDifference(Property prop)
           
 String getEncryptValue()
           
 String getType()
           
 void setEncryptValue(String s)
           
 void setup(Element el)
           
 
Methods inherited from class com.infoteria.gui.property.StringProperty
setValue, setValueAsString
 
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
 

Field Detail

PROPERTY_TYPE

public static final String PROPERTY_TYPE
Constructor Detail

PasswordProperty

public PasswordProperty(PropertyHolder owner,
                        String name)

PasswordProperty

public PasswordProperty(String name)
Method Detail

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