com.infoteria.asteria.flowbuilder2.property
Class BooleanProperty

java.lang.Object
  |
  +--com.infoteria.gui.property.AbstractProperty
        |
        +--com.infoteria.gui.property.BooleanProperty
              |
              +--com.infoteria.asteria.flowbuilder2.property.BooleanProperty
All Implemented Interfaces:
com.infoteria.gui.property.provider.ChoiceItemProvider, Cloneable, com.infoteria.gui.util.DisplayNameProvider, MetaData, Property
Direct Known Subclasses:
LoopProcessProperty, StreamPassThroughProperty

public class BooleanProperty
extends BooleanProperty

BooleanProperty


Fields inherited from class com.infoteria.gui.property.BooleanProperty
PROPERTY_TYPE
 
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
BooleanProperty(PropertyHolder owner, String name)
           
BooleanProperty(String name)
           
 
Methods inherited from class com.infoteria.gui.property.BooleanProperty
booleanValue, getAdapter, getChoiceItemDisplayNameProvider, getChoiceItems, getDisplayName, getFalseValue, getRealObject, getTrueValue, getType, isChoiceOnly, setFalseValue, setTrueValue, setup, setValue, setValue, setValue, setValueAsString
 
Methods inherited from class com.infoteria.gui.property.AbstractProperty
addPropertyChangeListener, assign, assignTo, clone, createUndoableEdit, doClone, doGetDifference, doSetValue, 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
 
Methods inherited from interface com.infoteria.gui.util.MetaData
clone
 

Constructor Detail

BooleanProperty

public BooleanProperty(PropertyHolder owner,
                       String name)

BooleanProperty

public BooleanProperty(String name)