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

java.lang.Object
  |
  +--com.infoteria.gui.property.AbstractProperty
        |
        +--com.infoteria.gui.property.BooleanProperty
              |
              +--com.infoteria.asteria.flowbuilder2.property.BooleanProperty
すべての実装インタフェース:
com.infoteria.gui.property.provider.ChoiceItemProvider, Cloneable, com.infoteria.gui.util.DisplayNameProvider, MetaData, Property
直系の既知のサブクラス:
LoopProcessProperty, StreamPassThroughProperty

public class BooleanProperty
extends BooleanProperty

BooleanProperty


クラス com.infoteria.gui.property.BooleanProperty から継承したフィールド
PROPERTY_TYPE
 
クラス com.infoteria.gui.property.AbstractProperty から継承したフィールド
_listenerList, ATTR_DISPLAY_NAME, ATTR_NAME, ATTR_READONLY, ATTR_TYPE, ATTR_VISIBLE, ELEM_PROPERTY, PROPERTY_NSURI
 
コンストラクタの概要
BooleanProperty(PropertyHolder owner, String name)
           
BooleanProperty(String name)
           
 
クラス com.infoteria.gui.property.BooleanProperty から継承したメソッド
booleanValue, getAdapter, getChoiceItemDisplayNameProvider, getChoiceItems, getDisplayName, getFalseValue, getRealObject, getTrueValue, getType, isChoiceOnly, setFalseValue, setTrueValue, setup, setValue, setValue, setValue, setValueAsString
 
クラス com.infoteria.gui.property.AbstractProperty から継承したメソッド
addPropertyChangeListener, assign, assignTo, clone, createUndoableEdit, doClone, doSetValue, 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
 
インタフェース com.infoteria.gui.util.MetaData から継承したメソッド
clone
 

コンストラクタの詳細

BooleanProperty

public BooleanProperty(PropertyHolder owner,
                       String name)

BooleanProperty

public BooleanProperty(String name)