| Package | Description |
|---|---|
| oracle.javatools.ui.infotip.templates |
| Modifier and Type | Class and Description |
|---|---|
class |
BalloonTemplate
Template for a 'balloon' like infotip that can float next to a component until
the user hits the built in close button, or an optional timer is hit, or the InfoTip is programatically closed.
|
class |
SingleItemTemplate
A standard template to show one item in an InfoTip.
|
| Constructor and Description |
|---|
MultiItemTemplate(java.util.List<? extends ItemTemplate> templates)
Create a MultiItemTemplate by combining multiple
ItemTemplates. |