| Package | Description |
|---|---|
| com.jidesoft.dialog |
The package contains classes related to JDialog for JIDE Common Layer.
|
| com.jidesoft.swing |
The package contains many based classes we added on top of Swing for JIDE Common Layer.
|
| Modifier and Type | Method and Description |
|---|---|
protected JideButton |
MultiplePageDialog.createIconButton(java.lang.String title,
javax.swing.Icon icon)
Creates the button for each icon.
|
protected JideButton |
MultiplePageDialogPane.createIconButton(java.lang.String title,
javax.swing.Icon icon)
Creates the button for each icon.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CornerScroller |
class |
HeaderBox
HeaderBox is a special component that is used in JIDE Pivot Grid product to mimic a button with table header style.
|
class |
JideToggleButton
An implementation of a two-state JideButton.
|
class |
NullJideButton
This is part of the null-components.
|
class |
SimpleScrollPane.ScrollButton
The scroll button for SimpleScrollPane.
|