| Package | Description |
|---|---|
| org.jdesktop.swingx |
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
|
| org.jdesktop.swingx.color |
Contains classes and interfaces used by the
JXGradientChooser
component. |
| org.jdesktop.swingx.multislider |
Contains classes used by slider classes, such as
JXMultiThumbSlider. |
| Modifier and Type | Method and Description |
|---|---|
MultiThumbModel<E> |
JXMultiThumbSlider.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
JXMultiThumbSlider.setModel(MultiThumbModel<E> model) |
| Modifier and Type | Method and Description |
|---|---|
MultiThumbModel |
GradientPreviewPanel.getMultiThumbModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
GradientPreviewPanel.setMultiThumbModel(MultiThumbModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiThumbModel<E> |
class |
DefaultMultiThumbModel<E> |
| Constructor and Description |
|---|
Thumb(MultiThumbModel<E> model)
Creates a new instance of Thumb
|
Copyright © 2019. All rights reserved.