Package | Description |
---|---|
net.java.balloontip | |
net.java.balloontip.examples.complete | |
net.java.balloontip.styles |
Modifier and Type | Field and Description |
---|---|
protected BalloonTipStyle |
BalloonTip.style |
Modifier and Type | Method and Description |
---|---|
BalloonTipStyle |
BalloonTip.getStyle()
Get the balloon tip's style
|
Modifier and Type | Method and Description |
---|---|
void |
BalloonTip.setStyle(BalloonTipStyle style)
Set the balloon tip's style
(Calling this method will fire a "style" property change event.)
|
protected void |
BalloonTip.setup(JComponent attachedComponent,
JComponent contents,
BalloonTipStyle style,
BalloonTipPositioner positioner,
JButton closeButton) |
Constructor and Description |
---|
BalloonTip(JComponent attachedComponent,
JComponent contents,
BalloonTipStyle style,
BalloonTip.Orientation orientation,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset,
boolean useCloseButton)
Constructor
|
BalloonTip(JComponent attachedComponent,
JComponent contents,
BalloonTipStyle style,
BalloonTipPositioner positioner,
JButton closeButton)
Constructor - the most customizable balloon tip constructor
|
BalloonTip(JComponent attachedComponent,
JComponent contents,
BalloonTipStyle style,
boolean useCloseButton)
Constructor
|
BalloonTip(JComponent attachedComponent,
String text,
BalloonTipStyle style,
boolean useCloseButton)
Constructor
A simple constructor for a balloon tip containing text, a custom look and optionally a close button
|
CustomBalloonTip(JComponent attachedComponent,
JComponent component,
Rectangle offset,
BalloonTipStyle style,
BalloonTip.Orientation orientation,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset,
boolean useCloseButton) |
CustomBalloonTip(JComponent attachedComponent,
JComponent component,
Rectangle offset,
BalloonTipStyle style,
BalloonTipPositioner positioner,
JButton closeButton) |
ListItemBalloonTip(JList<?> list,
JComponent component,
int index,
BalloonTipStyle style,
BalloonTip.Orientation alignment,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset,
boolean useCloseButton) |
ListItemBalloonTip(JList<?> list,
JComponent component,
int index,
BalloonTipStyle style,
BalloonTipPositioner positioner,
JButton closeButton) |
TableCellBalloonTip(JTable table,
JComponent component,
int row,
int column,
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,
BalloonTipPositioner positioner,
JButton closeButton) |
TreeNodeBalloonTip(JTree tree,
JComponent component,
TreePath path,
BalloonTipStyle style,
BalloonTip.Orientation alignment,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset,
boolean useCloseButton) |
TreeNodeBalloonTip(JTree tree,
JComponent component,
TreePath path,
BalloonTipStyle style,
BalloonTipPositioner positioner,
JButton closeButton) |
Modifier and Type | Method and Description |
---|---|
static BalloonTipStyle |
Utils.createBalloonTipStyle()
Retrieve an instance of the balloon tip style to be used throughout the application
|
Modifier and Type | Class and Description |
---|---|
class |
EdgedBalloonStyle
A simple rectangular balloon tip style with a one pixel border
|
class |
IsometricBalloonStyle
A balloon tip style with a depth effect
|
class |
MinimalBalloonStyle
A minimal anti-aliased balloon tip style with no border and rounded corners
|
class |
ModernBalloonStyle
A balloon tip with a vertical linear gradient background
The border's thickness can be adjusted and anti-aliased.
|
class |
RoundedBalloonStyle
A balloon tip with rounded corners and a one pixel border
|
class |
TexturedBalloonStyle
A balloon tip with rounded corners and an image as background
|
class |
ToolTipBalloonStyle
A balloon tip style that looks like a tool tip (i.e.
|