|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BalloonTip.AttachLocation | |
|---|---|
| net.java.balloontip | |
| Uses of BalloonTip.AttachLocation in net.java.balloontip |
|---|
| Methods in net.java.balloontip that return BalloonTip.AttachLocation | |
|---|---|
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. |
| Methods in net.java.balloontip with parameters of type BalloonTip.AttachLocation | |
|---|---|
protected BalloonTipPositioner |
BalloonTip.setupPositioner(BalloonTip.Orientation orientation,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset)
|
| Constructors in net.java.balloontip with parameters of type BalloonTip.AttachLocation | |
|---|---|
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)
|
|
TablecellBalloonTip(JTable table,
JComponent component,
int row,
int column,
BalloonTipStyle style,
BalloonTip.Orientation alignment,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset,
boolean useCloseButton)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||