| Package | Description |
|---|---|
| net.java.balloontip |
| Modifier and Type | Method and Description |
|---|---|
static BalloonTip.AttachLocation |
BalloonTip.AttachLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BalloonTip.AttachLocation[] |
BalloonTip.AttachLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected BalloonTipPositioner |
BalloonTip.setupPositioner(BalloonTip.Orientation orientation,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset) |
| Constructor and Description |
|---|
BalloonTip(JComponent attachedComponent,
JComponent contents,
BalloonTipStyle style,
BalloonTip.Orientation orientation,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset,
boolean useCloseButton)
Constructor
|
CustomBalloonTip(JComponent attachedComponent,
JComponent component,
Rectangle offset,
BalloonTipStyle style,
BalloonTip.Orientation orientation,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset,
boolean useCloseButton) |
ListItemBalloonTip(JList<?> list,
JComponent component,
int index,
BalloonTipStyle style,
BalloonTip.Orientation alignment,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset,
boolean useCloseButton) |
TableCellBalloonTip(JTable table,
JComponent component,
int row,
int column,
BalloonTipStyle style,
BalloonTip.Orientation alignment,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset,
boolean useCloseButton) |
TreeNodeBalloonTip(JTree tree,
JComponent component,
TreePath path,
BalloonTipStyle style,
BalloonTip.Orientation alignment,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset,
boolean useCloseButton) |