Uses of Class
net.java.balloontip.BalloonTip.AttachLocation

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(java.lang.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(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)
           
 



http://balloontip.java.net/