Class ColorSchemePropertyBase
java.lang.Object
org.glavo.monetfx.beans.binding.ColorSchemeExpression
org.glavo.monetfx.beans.property.ReadOnlyColorSchemeProperty
org.glavo.monetfx.beans.property.ColorSchemeProperty
org.glavo.monetfx.beans.property.ColorSchemePropertyBase
- All Implemented Interfaces:
javafx.beans.Observable,javafx.beans.property.Property<ColorScheme>,javafx.beans.property.ReadOnlyProperty<ColorScheme>,javafx.beans.value.ObservableObjectValue<ColorScheme>,javafx.beans.value.ObservableValue<ColorScheme>,javafx.beans.value.WritableObjectValue<ColorScheme>,javafx.beans.value.WritableValue<ColorScheme>,ObservableColorSchemeValue,WritableColorSchemeValue
- Direct Known Subclasses:
SimpleColorSchemeProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(javafx.beans.InvalidationListener listener) voidaddListener(javafx.beans.value.ChangeListener<? super ColorScheme> listener) voidbind(javafx.beans.value.ObservableValue<? extends ColorScheme> newObservable) protected voidget()protected voidbooleanisBound()voidremoveListener(javafx.beans.InvalidationListener listener) voidremoveListener(javafx.beans.value.ChangeListener<? super ColorScheme> listener) voidset(ColorScheme newValue) toString()voidunbind()Methods inherited from class org.glavo.monetfx.beans.property.ColorSchemeProperty
bindBidirectional, setValue, unbindBidirectionalMethods inherited from class org.glavo.monetfx.beans.binding.ColorSchemeExpression
getBackground, getColor, getError, getErrorContainer, getInverseOnSurface, getInversePrimary, getInverseSurface, getOnBackground, getOnError, getOnErrorContainer, getOnPrimary, getOnPrimaryContainer, getOnPrimaryFixed, getOnPrimaryFixedVariant, getOnSecondary, getOnSecondaryContainer, getOnSecondaryFixed, getOnSecondaryFixedVariant, getOnSurface, getOnSurfaceVariant, getOnTertiary, getOnTertiaryContainer, getOnTertiaryFixed, getOnTertiaryFixedVariant, getOutline, getOutlineVariant, getPrimary, getPrimaryContainer, getPrimaryFixed, getPrimaryFixedDim, getScrim, getSecondary, getSecondaryContainer, getSecondaryFixed, getSecondaryFixedDim, getShadow, getSurface, getSurfaceBright, getSurfaceContainer, getSurfaceContainerHigh, getSurfaceContainerHighest, getSurfaceContainerLow, getSurfaceContainerLowest, getSurfaceDim, getSurfaceTint, getSurfaceVariant, getTertiary, getTertiaryContainer, getTertiaryFixed, getTertiaryFixedDim, getValue, isNotNull, isNull, toStyleSheetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javafx.beans.Observable
subscribeMethods inherited from interface javafx.beans.value.ObservableValue
flatMap, getValue, map, orElse, subscribe, subscribe, whenMethods inherited from interface javafx.beans.property.ReadOnlyProperty
getBean, getNameMethods inherited from interface javafx.beans.value.WritableValue
getValue
-
Constructor Details
-
ColorSchemePropertyBase
public ColorSchemePropertyBase() -
ColorSchemePropertyBase
-
-
Method Details
-
addListener
public void addListener(javafx.beans.InvalidationListener listener) -
removeListener
public void removeListener(javafx.beans.InvalidationListener listener) -
addListener
-
removeListener
-
fireValueChangedEvent
protected void fireValueChangedEvent() -
invalidated
protected void invalidated() -
get
-
set
-
isBound
public boolean isBound() -
bind
-
unbind
public void unbind() -
toString
- Overrides:
toStringin classColorSchemeProperty
-