javax.swing.plaf.metal
public static class MetalBorders.TableHeaderBorder extends AbstractBorder
Since: 1.3
Field Summary | |
---|---|
protected Insets | editorBorderInsets
The insets of this border. |
Constructor Summary | |
---|---|
TableHeaderBorder()
Creates a new instance of TableHeaderBorder . |
Method Summary | |
---|---|
Insets | getBorderInsets(Component c)
Return the insets of this border.
|
void | paintBorder(Component c, Graphics g, int x, int y, int w, int h)
Paints the border.
|
TableHeaderBorder
.Returns: the insets of this border
Parameters: c the component for which to paint the border g the graphics context to use x the x cooridinate of the border rectangle y the y cooridinate of the border rectangle w the width of the border rectangle h the height of the border rectangle