com.infoteria.asteria.flowbuilder2.plugin
Class SimplePropertyController
java.lang.Object
|
+--com.infoteria.asteria.flowbuilder2.plugin.SimplePropertyController
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.EventListener, MetaData, PropertyChangeListener
- public class SimplePropertyController
- extends java.lang.Object
- implements PropertyChangeListener, MetaData, java.lang.Cloneable
Property値の変更に連動して他の状態を変更するPropertyListenerです。
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimplePropertyController
public SimplePropertyController()
setup
public void setup(org.w3c.dom.Element el)
- Description copied from interface:
MetaData
- 定義情報のある要素から設定情報を自身に反映します。
- Specified by:
setup in interface MetaData
propertyChanged
public void propertyChanged(PropertyChangeEvent e)
- Description copied from interface:
PropertyChangeListener
- プロパティ値が変更された直後に発生するイベント
- Specified by:
propertyChanged in interface PropertyChangeListener
propertyChanging
public void propertyChanging(PropertyChangeEvent e)
throws PropertyChangeVetoException
- Description copied from interface:
PropertyChangeListener
- プロパティ値が変更された直前に発生するイベント
PropertyChangeVetoExceptionをthrowするとプロパティ値の設定がキャンセルされます。
- Specified by:
propertyChanging in interface PropertyChangeListener
clone
public java.lang.Object clone()
- Description copied from interface:
MetaData
- 自身の複製を返します。
MetaDataを実装クラスでも必ずしも複製可能である必要はありません。
(CloneNotSupportedExceptionを投げても構いません。)
- Specified by:
clone in interface MetaData- Overrides:
clone in class java.lang.Object