|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BalloonTipPositioner | |
|---|---|
| net.java.balloontip | |
| net.java.balloontip.positioners | |
| Uses of BalloonTipPositioner in net.java.balloontip |
|---|
| Fields in net.java.balloontip declared as BalloonTipPositioner | |
|---|---|
protected BalloonTipPositioner |
BalloonTip.positioner
|
| Methods in net.java.balloontip that return BalloonTipPositioner | |
|---|---|
BalloonTipPositioner |
BalloonTip.getPositioner()
Retrieve the BalloonTipPositioner that is used by this balloon tip |
protected BalloonTipPositioner |
BalloonTip.setupPositioner(BalloonTip.Orientation orientation,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset)
|
| Methods in net.java.balloontip with parameters of type BalloonTipPositioner | |
|---|---|
void |
BalloonTip.setPositioner(BalloonTipPositioner positioner)
Set a new BalloonTipPositioner, repsonsible for the balloon tip's positioning (Calling this method will fire a "positioner" 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 BalloonTipPositioner | |
|---|---|
BalloonTip(JComponent attachedComponent,
JComponent contents,
BalloonTipStyle style,
BalloonTipPositioner positioner,
JButton closeButton)
Constructor - the most customizable balloon tip constructor |
|
CustomBalloonTip(JComponent attachedComponent,
JComponent component,
Rectangle offset,
BalloonTipStyle style,
BalloonTipPositioner positioner,
JButton closeButton)
|
|
TablecellBalloonTip(JTable table,
JComponent component,
int row,
int column,
BalloonTipStyle style,
BalloonTipPositioner positioner,
JButton closeButton)
|
|
| Uses of BalloonTipPositioner in net.java.balloontip.positioners |
|---|
| Subclasses of BalloonTipPositioner in net.java.balloontip.positioners | |
|---|---|
class |
BasicBalloonTipPositioner
Provides common functionality for the positioner classes LeftAbovePositioner, LeftBelowPositioner, RightAbovePositioner and RightBelowPositioner |
class |
CenteredPositioner
A positioner that horizontally centers a balloon tip relative to its attached component |
class |
LeftAbovePositioner
This class positions a balloon tip above the component it's attached to, with the tip on the left |
class |
LeftBelowPositioner
This class positions a balloon tip below the component it's attached to, with the tip on the left |
class |
RightAbovePositioner
This class positions a balloon tip above the component it's attached to, with the tip on the right |
class |
RightBelowPositioner
This class positions a balloon tip below the component it's attached to, with the tip on the right |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||