See: Description
Interface | Description |
---|---|
FXControlAdapter.IControlFactory<T extends Control> |
The
FXControlAdapter.IControlFactory can be used in conjunction
with FXControlAdapter to create the wrapped SWT Control
when the surrounding FXCanvas changes. |
Class | Description |
---|---|
FXAdvancedLinearGradientPicker |
A picker for multi-stop
LinearGradient s. |
FXColorPicker |
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.
|
FXSimpleLinearGradientPicker |
The
FXSimpleLinearGradientPicker allows the selection of two colors
from which a gradient is constructed. |
FXControlAdapter
. It also contains
Control
s to pick different kinds of
Paint
values like Color
and LinearGradient
.Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.