| Package | Description |
|---|---|
| com.jidesoft.swing |
The package contains many based classes we added on top of Swing for JIDE Common Layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOverlayable
DefaultOverlayable is the default implementation of Overlayable using JPanel as the base
component. |
| Modifier and Type | Method and Description |
|---|---|
static Overlayable[] |
OverlayableUtils.getAllOverlayables(javax.swing.JComponent component)
Gets all overlayables associated with this component and its parents.
|
static Overlayable |
OverlayableUtils.getOverlayable(javax.swing.JComponent component)
Gets the overlayable associated with this component and its parents.
|