Class SubFunctionProperty
java.lang.Object
com.infoteria.gui.property.AbstractProperty
com.infoteria.gui.property.StringProperty
com.infoteria.asteria.flowbuilder2.property.SubFunctionProperty
SubFunction関数専用プロパティ
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionSubFunctionProperty(PropertyHolder owner, String name) SubFunctionProperty(String name) -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectgetPropertyValue(List<Property> list, String name) getType()プロパティ型を返します。static voidreplaceProperties(PropertyHolder owner, List<Property> oldProps, List<Property> newProps) プロパティ値を設定します。
Undo情報を返す必要がない場合はcanUndoにfalseを指定します。Methods inherited from class com.infoteria.gui.property.StringProperty
setValueAsStringMethods inherited from class com.infoteria.gui.property.AbstractProperty
addPropertyChangeListener, assign, assignTo, clone, 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
-
Field Details
-
NONE
- See Also:
-
PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
SubFunctionProperty
-
SubFunctionProperty
-
-
Method Details
-
getType
Description copied from interface:Propertyプロパティ型を返します。- Specified by:
getTypein interfaceProperty- Overrides:
getTypein classStringProperty
-
setValue
Description copied from interface:Propertyプロパティ値を設定します。
Undo情報を返す必要がない場合はcanUndoにfalseを指定します。- Specified by:
setValuein interfaceProperty- Overrides:
setValuein classStringProperty- Throws:
PropertyException
-
getPropertyValue
-
replaceProperties
public static void replaceProperties(PropertyHolder owner, List<Property> oldProps, List<Property> newProps)
-