|
|||||||||
| Home >> All >> javax >> swing >> plaf >> [ basic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.swing.plaf.basic
Class BasicBorders.SplitPaneDividerBorder

java.lang.Objectjavax.swing.plaf.basic.BasicBorders.SplitPaneDividerBorder
- All Implemented Interfaces:
- javax.swing.border.Border, java.io.Serializable, javax.swing.plaf.UIResource
- Enclosing class:
- BasicBorders
- private static class BasicBorders.SplitPaneDividerBorder
- extends java.lang.Object
- implements javax.swing.border.Border, javax.swing.plaf.UIResource, java.io.Serializable
- extends java.lang.Object
A border for the divider inside a JSplitPane.
| Constructor Summary | |
BasicBorders.SplitPaneDividerBorder()
Constructs a new border for drawing the divider of a JSplitPane in the Basic look and feel. |
|
| Method Summary | |
java.awt.Insets |
getBorderInsets(java.awt.Component c)
Measures the width of this border. |
private javax.swing.JSplitPane |
getSplitPane(java.awt.Component c)
Determines the JSplitPane whose divider is being painted. |
boolean |
isBorderOpaque()
Determines whether this border fills every pixel in its area when painting. |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
Paints the border around the divider of a JSplitPane. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
BasicBorders.SplitPaneDividerBorder
public BasicBorders.SplitPaneDividerBorder()
- Constructs a new border for drawing the divider of a JSplitPane
in the Basic look and feel. The outer parts of the JSplitPane have
their own border class,
SplitPaneBorder.
| Method Detail |
paintBorder
public void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
- Paints the border around the divider of a
JSplitPane.
- Specified by:
paintBorderin interfacejavax.swing.border.Border
getBorderInsets
public java.awt.Insets getBorderInsets(java.awt.Component c)
- Measures the width of this border.
- Specified by:
getBorderInsetsin interfacejavax.swing.border.Border
isBorderOpaque
public boolean isBorderOpaque()
- Determines whether this border fills every pixel in its area
when painting.
- Specified by:
isBorderOpaquein interfacejavax.swing.border.Border
getSplitPane
private javax.swing.JSplitPane getSplitPane(java.awt.Component c)
- Determines the JSplitPane whose divider is being painted.
|
|||||||||
| Home >> All >> javax >> swing >> plaf >> [ basic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javax.swing.plaf.basic.BasicBorders.SplitPaneDividerBorder