Package org.eclipse.gef.fx.swt.controls
package org.eclipse.gef.fx.swt.controls
This package provides a counterpart to the JavaFX/SWT integration, i.e.
embedding SWT Controls into a JavaFX scene graph:
FXControlAdapter
. It also contains
Control
s to pick different kinds of
Paint
values like Color
and LinearGradient
.-
ClassDescriptionA picker for multi-stop
LinearGradient
s.An SWT control that can be used to select a JavaFX color (and indicates the selected color via an image).FXControlAdapter<T extends Control>The FXControlAdapter can be used to embed SWT controls into a JavaFX scene graph.FXControlAdapter.IControlFactory<T extends Control>TheFXControlAdapter.IControlFactory
can be used in conjunction withFXControlAdapter
to create the wrapped SWTControl
when the surroundingFXCanvas
changes.TheFXSimpleLinearGradientPicker
allows the selection of two colors from which a gradient is constructed.