uic.themes
Class UICToolBarUI.Border

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by uic.themes.UICToolBarUI.Border
All Implemented Interfaces:
Serializable, Border, UIResource
Enclosing class:
UICToolBarUI

public static class UICToolBarUI.Border
extends AbstractBorder
implements UIResource

See Also:
Serialized Form

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

Constructor Detail

UICToolBarUI.Border

public UICToolBarUI.Border()
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

getBorderInsets

public Insets getBorderInsets(Component c,
                              Insets newInsets)
Overrides:
getBorderInsets in class AbstractBorder


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence