Package org.jdesktop.swingx.plaf.basic
Class BasicTaskPaneUI.ContentPaneBorder
- java.lang.Object
-
- org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI.ContentPaneBorder
-
- All Implemented Interfaces:
Border,UIResource
- Enclosing class:
- BasicTaskPaneUI
protected static class BasicTaskPaneUI.ContentPaneBorder extends Object implements Border, UIResource
The border around the content pane
-
-
Constructor Summary
Constructors Constructor Description ContentPaneBorder(Color color)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsetsgetBorderInsets(Component c)booleanisBorderOpaque()voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height)
-
-
-
Constructor Detail
-
ContentPaneBorder
public ContentPaneBorder(Color color)
-
-
Method Detail
-
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
getBorderInsetsin interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
isBorderOpaquein interfaceBorder
-
paintBorder
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
- Specified by:
paintBorderin interfaceBorder
-
-