com.infoteria.asteria.flowbuilder2.property
クラス ExceptionProperty

java.lang.Object
  |
  +--com.infoteria.gui.property.AbstractProperty
        |
        +--com.infoteria.gui.property.StringProperty
              |
              +--com.infoteria.asteria.flowbuilder2.property.SubFlowProperty
                    |
                    +--com.infoteria.asteria.flowbuilder2.property.ExceptionProperty
すべての実装インタフェース:
Cloneable, EventListener, MetaData, Property, PropertyChangeListener

public class ExceptionProperty
extends SubFlowProperty

エラー処理プロパティです。


フィールドの概要
static String PROPERTY_TYPE
           
 
クラス com.infoteria.asteria.flowbuilder2.property.SubFlowProperty から継承したフィールド
EXCEPTION_HANDLER_PREFIX, NONE
 
クラス com.infoteria.gui.property.AbstractProperty から継承したフィールド
_listenerList, ATTR_DISPLAY_NAME, ATTR_NAME, ATTR_READONLY, ATTR_TYPE, ATTR_VISIBLE, ELEM_PROPERTY, PROPERTY_NSURI
 
コンストラクタの概要
ExceptionProperty(PropertyHolder owner, String name)
           
ExceptionProperty(String name)
           
 
メソッドの概要
 Object[] getAdditions()
           
static String getHandlerDisplayName(String s)
           
static String getHandlerSerializeName(String s)
           
 String getType()
           
 UndoableEdit setValue(Object o, boolean canUndo)
           
 
クラス com.infoteria.asteria.flowbuilder2.property.SubFlowProperty から継承したメソッド
clone, getConnector, getParamProperty, getParamPropertyName, getRelatedFlow, getRelatedFlow, propertyChanged, propertyChanging, replaceParam, replaceStream, setRelatedFlow, setup
 
クラス com.infoteria.gui.property.StringProperty から継承したメソッド
setValueAsString
 
クラス com.infoteria.gui.property.AbstractProperty から継承したメソッド
addPropertyChangeListener, assign, assignTo, createUndoableEdit, doClone, doSetValue, getAdapter, getDisplayName, getEditor, getName, getOwner, getRenderer, getTooltip, getValue, getValueAsString, isEditable, isVisible, removePropertyChangeListener, setDisplayName, setEditable, setEditor, setOwner, setRenderer, setTooltip, setValue, setValueAsString, setVisible
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

PROPERTY_TYPE

public static final String PROPERTY_TYPE
コンストラクタの詳細

ExceptionProperty

public ExceptionProperty(PropertyHolder owner,
                         String name)

ExceptionProperty

public ExceptionProperty(String name)
メソッドの詳細

getType

public String getType()
インタフェース Property の記述:
プロパティ型を返します。
オーバーライド:
クラス SubFlowProperty 内の getType

getHandlerDisplayName

public static String getHandlerDisplayName(String s)

getHandlerSerializeName

public static String getHandlerSerializeName(String s)

setValue

public UndoableEdit setValue(Object o,
                             boolean canUndo)
                      throws PropertyException
インタフェース Property の記述:
プロパティ値を設定します。
Undo情報を返す必要がない場合はcanUndoにfalseを指定します。
オーバーライド:
クラス StringProperty 内の setValue

getAdditions

public Object[] getAdditions()
オーバーライド:
クラス SubFlowProperty 内の getAdditions