com.jtattoo.plaf
Class BaseBorders.ScrollPaneBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by com.jtattoo.plaf.BaseBorders.ScrollPaneBorder
All Implemented Interfaces:
Serializable, Border, UIResource
Enclosing class:
BaseBorders

public static class BaseBorders.ScrollPaneBorder
extends AbstractBorder
implements UIResource

See Also:
Serialized Form

Constructor Summary
BaseBorders.ScrollPaneBorder(boolean tableBorder)
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
           
 
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseBorders.ScrollPaneBorder

public BaseBorders.ScrollPaneBorder(boolean tableBorder)
Method Detail

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
Specified by:
paintBorder in interface Border
Overrides:
paintBorder in class AbstractBorder

getBorderInsets

public Insets getBorderInsets(Component c)
Specified by:
getBorderInsets in interface Border
Overrides:
getBorderInsets in class AbstractBorder


Copyright © 2011. All Rights Reserved.