com.infoteria.asteria.flowbuilder2.property
Class 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
All Implemented Interfaces:
Cloneable, EventListener, MetaData, Property, PropertyChangeListener

public class ExceptionProperty
extends SubFlowProperty

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


Field Summary
static String PROPERTY_TYPE
           
 
Fields inherited from class com.infoteria.asteria.flowbuilder2.property.SubFlowProperty
EXCEPTION_HANDLER_PREFIX, NONE
 
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
ExceptionProperty(PropertyHolder owner, String name)
           
ExceptionProperty(String name)
           
 
Method Summary
 Object[] getAdditions()
           
static String getHandlerDisplayName(String s)
           
static String getHandlerSerializeName(String s)
           
 String getType()
           
 UndoableEdit setValue(Object o, boolean canUndo)
           
 
Methods inherited from class com.infoteria.asteria.flowbuilder2.property.SubFlowProperty
clone, getConnector, getParamProperty, getParamPropertyName, getRelatedFlow, getRelatedFlow, propertyChanged, propertyChanging, replaceParam, replaceStream, setRelatedFlow, setup
 
Methods inherited from class com.infoteria.gui.property.StringProperty
setValueAsString
 
Methods inherited from class com.infoteria.gui.property.AbstractProperty
addPropertyChangeListener, assign, assignTo, createUndoableEdit, doClone, doGetDifference, 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
 

Field Detail

PROPERTY_TYPE

public static final String PROPERTY_TYPE
Constructor Detail

ExceptionProperty

public ExceptionProperty(PropertyHolder owner,
                         String name)

ExceptionProperty

public ExceptionProperty(String name)
Method Detail

getType

public String getType()
Description copied from interface: Property
プロパティ型を返します。
Overrides:
getType in class SubFlowProperty

getHandlerDisplayName

public static String getHandlerDisplayName(String s)

getHandlerSerializeName

public static String getHandlerSerializeName(String s)

setValue

public UndoableEdit setValue(Object o,
                             boolean canUndo)
                      throws PropertyException
Description copied from interface: Property
プロパティ値を設定します。
Undo情報を返す必要がない場合はcanUndoにfalseを指定します。
Overrides:
setValue in class StringProperty

getAdditions

public Object[] getAdditions()
Overrides:
getAdditions in class SubFlowProperty