Uses of Class
net.java.balloontip.styles.BalloonTipStyle

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(javax.swing.JComponent attachedComponent, javax.swing.JComponent contents, BalloonTipStyle style, BalloonTipPositioner positioner, javax.swing.JButton closeButton)
           
 

Constructors in net.java.balloontip with parameters of type BalloonTipStyle
BalloonTip(javax.swing.JComponent attachedComponent, javax.swing.JComponent contents, BalloonTipStyle style, BalloonTip.Orientation orientation, BalloonTip.AttachLocation attachLocation, int horizontalOffset, int verticalOffset, boolean useCloseButton)
          Constructor
BalloonTip(javax.swing.JComponent attachedComponent, javax.swing.JComponent contents, BalloonTipStyle style, BalloonTipPositioner positioner, javax.swing.JButton closeButton)
          Constructor - the most customizable balloon tip constructor
BalloonTip(javax.swing.JComponent attachedComponent, javax.swing.JComponent contents, BalloonTipStyle style, boolean useCloseButton)
          Constructor
BalloonTip(javax.swing.JComponent attachedComponent, java.lang.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(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)
           
CustomBalloonTip(javax.swing.JComponent attachedComponent, javax.swing.JComponent component, java.awt.Rectangle offset, BalloonTipStyle style, BalloonTipPositioner positioner, javax.swing.JButton closeButton)
           
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)
           
TablecellBalloonTip(javax.swing.JTable table, javax.swing.JComponent component, int row, int column, BalloonTipStyle style, BalloonTipPositioner positioner, javax.swing.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)
 



http://balloontip.java.net/