| Package | Description |
|---|---|
| oracle.javatools.ui.infotip | |
| oracle.javatools.ui.infotip.templates | |
| oracle.jdeveloper.vcs.historygraph |
| Modifier and Type | Method and Description |
|---|---|
static InfoTipHover |
InfoTipHoverFactory.forTable(javax.swing.JTable table,
InfoTipHoverFactory.TableInfoTipProvider tableInfoTipProvider)
Create an InfoTipHover for cells in a table.
|
static InfoTipHover |
InfoTipHoverFactory.fromComponent(javax.swing.JComponent parent,
javax.swing.JComponent content)
Create an InfoTipHover.
|
static InfoTipHover |
InfoTipHoverFactory.fromComponent(javax.swing.JComponent parent,
javax.swing.JComponent content,
java.awt.Rectangle location)
Create an InfoTipHover.
|
static InfoTipHover |
InfoTipHoverFactory.fromTemplate(javax.swing.JComponent parent,
Template template)
Create an InfoTipHover.
|
static InfoTipHover |
InfoTipHoverFactory.fromTemplate(javax.swing.JComponent parent,
Template template,
java.awt.Rectangle location)
Create an InfoTipHover.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleItemTemplate.setHover(InfoTipHover hover)
Deprecated.
There is no need to supply the InfoTipHover to the template directly. Request to the info tip are now
handled through action listeners in
ActionTemplate. |
void |
ColorTemplate.setHover(InfoTipHover hover) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoryGraphHover |