|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BalloonTipStyle | |
|---|---|
| net.java.balloontip | |
| net.java.balloontip.styles | |
| Uses of BalloonTipStyle in net.java.balloontip |
|---|
| Fields in net.java.balloontip declared as BalloonTipStyle | |
|---|---|
protected BalloonTipStyle |
BalloonTip.style
|
| Methods in net.java.balloontip that return BalloonTipStyle | |
|---|---|
BalloonTipStyle |
BalloonTip.getStyle()
Get the balloon tip's style |
| Methods in net.java.balloontip with parameters of type BalloonTipStyle | |
|---|---|
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)
|
| Constructors in net.java.balloontip with parameters of type BalloonTipStyle | |
|---|---|
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)
|
|
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)
|
|
| Uses of BalloonTipStyle in net.java.balloontip.styles |
|---|
| Subclasses of BalloonTipStyle in net.java.balloontip.styles | |
|---|---|
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. just a plain old rectangle) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||