java.lang.Object
org.tentackle.fx.translate.AbstractValueTranslator<T,T>
org.tentackle.fx.translate.IdentityTranslator<javafx.scene.paint.Color>
org.tentackle.fx.translate.ColorColorTranslator
- All Implemented Interfaces:
ValueTranslator<javafx.scene.paint.Color,javafx.scene.paint.Color>
@ValueTranslatorService(modelClass=javafx.scene.paint.Color.class,
viewClass=javafx.scene.paint.Color.class)
public class ColorColorTranslator
extends IdentityTranslator<javafx.scene.paint.Color>
A color/color identity translator.
- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.translate.IdentityTranslator
toModelFunction, toViewFunctionMethods inherited from class org.tentackle.fx.translate.AbstractValueTranslator
getComponent, isLenient, isMappingIncomplete, isModelModified, saveModelValue, setLenientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.tentackle.fx.ValueTranslator
bindingPropertiesUpdated, needsToModelTwice, toModel, toView
-
Constructor Details
-
ColorColorTranslator
Creates the translator.- Parameters:
component- the component
-