| Package | Description |
|---|---|
| org.tentackle.swing |
Extended Swing layer.
|
| Modifier and Type | Method and Description |
|---|---|
TooltipDisplay |
FormDialog.getTooltipDisplay() |
TooltipDisplay |
FormWindow.getTooltipDisplay()
Gets the tooltip display for this window.
|
TooltipDisplay |
FormFrame.getTooltipDisplay() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormDialog.setTooltipDisplay(TooltipDisplay display) |
void |
FormWindow.setTooltipDisplay(TooltipDisplay tooltipDisplay)
Sets the tooltip display for this window.
If a tooltip display is set the component's tooltips will be displayed for each component receiving the keyboard focus (instead of popping up on mouse hover). |
void |
FormFrame.setTooltipDisplay(TooltipDisplay display) |
Tentackle - a domain driven enterprise framework