|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BalloonTip.Orientation | |
---|---|
net.java.balloontip |
Uses of BalloonTip.Orientation in net.java.balloontip |
---|
Methods in net.java.balloontip that return BalloonTip.Orientation | |
---|---|
static BalloonTip.Orientation |
BalloonTip.Orientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BalloonTip.Orientation[] |
BalloonTip.Orientation.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.Orientation | |
---|---|
protected BalloonTipPositioner |
BalloonTip.setupPositioner(BalloonTip.Orientation orientation,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset)
|
Constructors in net.java.balloontip with parameters of type BalloonTip.Orientation | |
---|---|
BalloonTip(javax.swing.JComponent attachedComponent,
javax.swing.JComponent contents,
BalloonTipStyle style,
BalloonTip.Orientation orientation,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset,
boolean useCloseButton)
Constructor |
|
CustomBalloonTip(javax.swing.JComponent attachedComponent,
javax.swing.JComponent component,
java.awt.Rectangle offset,
BalloonTipStyle style,
BalloonTip.Orientation orientation,
BalloonTip.AttachLocation attachLocation,
int horizontalOffset,
int verticalOffset,
boolean useCloseButton)
|
|
TablecellBalloonTip(javax.swing.JTable table,
javax.swing.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 |