| 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 | Description |
|---|---|---|
MultiThumbModel<E> |
JXMultiThumbSlider.getModel() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
JXMultiThumbSlider.setModel(MultiThumbModel<E> model) |
| Modifier and Type | Method | Description |
|---|---|---|
MultiThumbModel |
GradientPreviewPanel.getMultiThumbModel() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GradientPreviewPanel.setMultiThumbModel(MultiThumbModel model) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractMultiThumbModel<E> |
|
class |
DefaultMultiThumbModel<E> |
| Constructor | Description |
|---|---|
Thumb(MultiThumbModel<E> model) |
Creates a new instance of Thumb
|
Copyright © 2018. All rights reserved.