| Package | Description |
|---|---|
| com.jidesoft.hints |
The package contains classes for IntelliHints for JIDE Common Layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIntelliHints
AbstractIntelliHints is an abstract implementation of IntelliHints. |
class |
AbstractListIntelliHints
AbstractListIntelliHints extends AbstractIntelliHints and further implement most of the methods in
interface IntelliHints. |
class |
FileIntelliHints
FileIntelliHints is a concrete implementation of IntelliHints. |
class |
ListDataIntelliHints<T>
ListDataIntelliHints is a concrete implementation of IntelliHints. |
| Modifier and Type | Method and Description |
|---|---|
static IntelliHints |
AbstractIntelliHints.getIntelliHints(javax.swing.JComponent component)
Gets the IntelliHints object if it was installed on the component before.
|