| Package | Description |
|---|---|
| com.jidesoft.hints |
The package contains classes for IntelliHints for JIDE Common Layer.
|
| com.jidesoft.plaf.basic |
The package contains basic ComponentUI implementation for most of the JIDE components.
|
| com.jidesoft.popup |
The package contains JidePopup class 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 JidePopup |
AbstractIntelliHints.createPopup() |
| Modifier and Type | Field and Description |
|---|---|
protected JidePopup |
BasicJidePopupUI._popup |
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.JComponent |
BasicJidePopupUI.createEastPane(JidePopup w) |
protected javax.swing.JComponent |
BasicJidePopupUI.createNorthPane(JidePopup w) |
protected javax.swing.JComponent |
BasicJidePopupUI.createSouthPane(JidePopup w) |
protected javax.swing.JComponent |
BasicJidePopupUI.createWestPane(JidePopup w) |
| Constructor and Description |
|---|
BasicJidePopupUI(JidePopup f) |
| Modifier and Type | Method and Description |
|---|---|
JidePopup |
JidePopupFactory.createPopup() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
JidePopup.isPopupAncestorOf(JidePopup popup,
java.awt.Component c) |
| Modifier and Type | Class and Description |
|---|---|
class |
Searchable.DefaultSearchPopup
The popup panel for search label and search text field.
|
class |
Searchable.SearchPopup |
| Modifier and Type | Method and Description |
|---|---|
protected JidePopup |
JideTabbedPane.createTabListPopup()
Creates tab list popup.
|