class Effect.EffectInputProperty extends ObjectPropertyBase<Effect>
Modifier and Type | Field and Description |
---|---|
private Effect.EffectInputChangeListener |
effectChangeListener |
private java.lang.String |
propertyName |
private Effect |
validInput |
Constructor and Description |
---|
EffectInputProperty(java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
void |
invalidated()
The method
invalidated() can be overridden to receive
invalidation notifications. |
addListener, addListener, bind, fireValueChangedEvent, get, isBound, removeListener, removeListener, set, toString, unbind
bindBidirectional, setValue, unbindBidirectional
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
getValue
private final java.lang.String propertyName
private Effect validInput
private final Effect.EffectInputChangeListener effectChangeListener
public void invalidated()
ObjectPropertyBase
invalidated()
can be overridden to receive
invalidation notifications. This is the preferred option in
Objects
defining the property, because it requires less memory.
The default implementation is empty.invalidated
in class ObjectPropertyBase<Effect>
public java.lang.Object getBean()
ReadOnlyProperty
Object
that contains this property. If this property
is not contained in an Object
, null
is returned.Object
or null
public java.lang.String getName()
ReadOnlyProperty
String
.String