com.infoteria.asteria.flowbuilder2.property
Class SubFunctionProperty
java.lang.Object
|
+--com.infoteria.gui.property.AbstractProperty
|
+--com.infoteria.gui.property.StringProperty
|
+--com.infoteria.asteria.flowbuilder2.property.SubFunctionProperty
- All Implemented Interfaces:
- Cloneable, Property
- public class SubFunctionProperty
- extends StringProperty
SubFunction関数専用プロパティ
Methods 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 |
NONE
public static final String NONE
PROPERTY_TYPE
public static final String PROPERTY_TYPE
SubFunctionProperty
public SubFunctionProperty(PropertyHolder owner,
String name)
SubFunctionProperty
public SubFunctionProperty(String name)
getType
public String getType()
- Description copied from interface:
Property
- プロパティ型を返します。
- Overrides:
getType
in class StringProperty
setValue
public UndoableEdit setValue(Object o,
boolean canUndo)
throws PropertyException
- Description copied from interface:
Property
- プロパティ値を設定します。
Undo情報を返す必要がない場合はcanUndoにfalseを指定します。
- Overrides:
setValue
in class StringProperty
getPropertyValue
public static Object getPropertyValue(List list,
String name)
replaceProperties
public static void replaceProperties(PropertyHolder owner,
List oldProps,
List newProps)