swingx
Version 2005-08-19

org.jdesktop.swingx.plaf.basic
Class BasicTaskPaneUI.ContentPaneBorder

java.lang.Object
  extended by org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI.ContentPaneBorder
All Implemented Interfaces:
Border
Enclosing class:
BasicTaskPaneUI

protected static class BasicTaskPaneUI.ContentPaneBorder
extends Object
implements Border

The border around the content pane


Constructor Summary
BasicTaskPaneUI.ContentPaneBorder(Color color)
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 boolean isBorderOpaque()
           
 void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicTaskPaneUI.ContentPaneBorder

public BasicTaskPaneUI.ContentPaneBorder(Color color)
Method Detail

getBorderInsets

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

isBorderOpaque

public boolean isBorderOpaque()
Specified by:
isBorderOpaque in interface Border

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
Specified by:
paintBorder in interface Border

swingx
Version 2005-08-19