Class ColorSchemeProperty
java.lang.Object
org.glavo.monetfx.beans.binding.ColorSchemeExpression
org.glavo.monetfx.beans.property.ReadOnlyColorSchemeProperty
org.glavo.monetfx.beans.property.ColorSchemeProperty
- 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:
ColorSchemePropertyBase
public abstract class ColorSchemeProperty
extends ReadOnlyColorSchemeProperty
implements javafx.beans.property.Property<ColorScheme>, WritableColorSchemeValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbindBidirectional(javafx.beans.property.Property<ColorScheme> other) voidtoString()voidunbindBidirectional(javafx.beans.property.Property<ColorScheme> other) Methods 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
addListener, removeListener, subscribeMethods inherited from interface javafx.beans.value.ObservableObjectValue
getMethods inherited from interface javafx.beans.value.ObservableValue
addListener, flatMap, getValue, map, orElse, removeListener, subscribe, subscribe, whenMethods inherited from interface javafx.beans.property.Property
bind, isBound, unbindMethods inherited from interface javafx.beans.property.ReadOnlyProperty
getBean, getNameMethods inherited from interface javafx.beans.value.WritableObjectValue
get, setMethods inherited from interface javafx.beans.value.WritableValue
getValue
-
Constructor Details
-
ColorSchemeProperty
public ColorSchemeProperty()
-
-
Method Details
-
setValue
- Specified by:
setValuein interfacejavafx.beans.value.WritableValue<ColorScheme>
-
bindBidirectional
- Specified by:
bindBidirectionalin interfacejavafx.beans.property.Property<ColorScheme>
-
unbindBidirectional
- Specified by:
unbindBidirectionalin interfacejavafx.beans.property.Property<ColorScheme>
-
toString
- Overrides:
toStringin classReadOnlyColorSchemeProperty
-