Class | Description |
---|---|
BalloonTip |
A balloon tip Swing component that is attached to a JComponent and uses another JComponent as contents
|
CustomBalloonTip |
Provides the same functionality as a BalloonTip, but you can add a certain offset to its position (, which can come in handy if attached to custom components)
|
ListItemBalloonTip |
A balloon tip that can attach itself to an item in a JList
|
TableCellBalloonTip |
Provides similar functionality as a CustomBalloonTip, but attaches itself to a cell in a JTable
|
TreeNodeBalloonTip |
A balloon tip that can attach itself to a node in a JTree
|
Enum | Description |
---|---|
BalloonTip.AttachLocation |
Where should the balloon's tip be located, relative to the attached component
; ALIGNED makes sure the balloon's edge is aligned with the attached component
|
BalloonTip.Orientation |
Should the balloon be placed above, below, right or left of the attached component?
|