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 Insets
getBorderInsets(Component c)
boolean
isBorderOpaque()
void
paintBorder(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:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
isBorderOpaque
in interfaceBorder
-
paintBorder
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
- Specified by:
paintBorder
in interfaceBorder
-
-