com.infoteria.asteria.flowbuilder2.plugin
クラス SimplePropertyController

java.lang.Object
  |
  +--com.infoteria.asteria.flowbuilder2.plugin.SimplePropertyController
すべての実装インタフェース:
Cloneable, EventListener, com.infoteria.gui.util.MetaData, PropertyChangeListener

public class SimplePropertyController
extends Object
implements PropertyChangeListener, com.infoteria.gui.util.MetaData, Cloneable

Property値の変更に連動して他の状態を変更するPropertyListenerです。


内部クラスの概要
static class SimplePropertyController.ChangeAction
           
static class SimplePropertyController.OutputChangeAction
           
 
コンストラクタの概要
SimplePropertyController()
           
 
メソッドの概要
 Object clone()
           
 void propertyChanged(PropertyChangeEvent e)
           
 void propertyChanging(PropertyChangeEvent e)
           
 void setup(Element el)
           
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SimplePropertyController

public SimplePropertyController()
メソッドの詳細

setup

public void setup(Element el)
定義:
インタフェース com.infoteria.gui.util.MetaData 内の setup

propertyChanged

public void propertyChanged(PropertyChangeEvent e)
インタフェース PropertyChangeListener の記述:
プロパティ値が変更された直後に発生するイベント
定義:
インタフェース PropertyChangeListener 内の propertyChanged

propertyChanging

public void propertyChanging(PropertyChangeEvent e)
                      throws PropertyChangeVetoException
インタフェース PropertyChangeListener の記述:
プロパティ値が変更された直前に発生するイベント
PropertyChangeVetoExceptionをthrowするとプロパティ値の設定がキャンセルされます。
定義:
インタフェース PropertyChangeListener 内の propertyChanging

clone

public Object clone()
定義:
インタフェース com.infoteria.gui.util.MetaData 内の clone
オーバーライド:
クラス Object 内の clone