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

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

public class SubFunctionProperty
extends StringProperty

SubFunction関数専用プロパティ


フィールドの概要
static String NONE
           
static String PROPERTY_TYPE
           
 
クラス com.infoteria.gui.property.AbstractProperty から継承したフィールド
_listenerList, ATTR_DISPLAY_NAME, ATTR_NAME, ATTR_READONLY, ATTR_TYPE, ATTR_VISIBLE, ELEM_PROPERTY, PROPERTY_NSURI
 
コンストラクタの概要
SubFunctionProperty(PropertyHolder owner, String name)
           
SubFunctionProperty(String name)
           
 
メソッドの概要
 String getType()
           
 UndoableEdit setValue(Object o, boolean canUndo)
           
 
クラス com.infoteria.gui.property.StringProperty から継承したメソッド
setValueAsString
 
クラス com.infoteria.gui.property.AbstractProperty から継承したメソッド
addPropertyChangeListener, assign, assignTo, clone, 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
 

フィールドの詳細

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()
インタフェース Property の記述:
プロパティ型を返します。
オーバーライド:
クラス StringProperty 内の getType

setValue

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