| java.lang.Object javax.swing.border.AbstractBorder org.netbeans.swing.plaf.winvista.StatusLineBorder
StatusLineBorder | class StatusLineBorder extends AbstractBorder (Code) | | (copy & paste of XP StatusLineBorder)
author: S. Aubrecht |
Field Summary | |
final public static int | LEFT | final public static int | RIGHT | final public static int | TOP |
Constructor Summary | |
public | StatusLineBorder(int type) Constructs new status line border of specified type. |
LEFT | final public static int LEFT(Code) | | Constants for sides of status line border
|
RIGHT | final public static int RIGHT(Code) | | |
TOP | final public static int TOP(Code) | | |
StatusLineBorder | public StatusLineBorder(int type)(Code) | | Constructs new status line border of specified type. Type is bit
mask specifying which sides of border should be visible
|
Methods inherited from javax.swing.border.AbstractBorder | public int getBaseline(Component c, int width, int height)(Code)(Java Doc) public Component.BaselineResizeBehavior getBaselineResizeBehavior(Component c)(Code)(Java Doc) public Insets getBorderInsets(Component c)(Code)(Java Doc) public Insets getBorderInsets(Component c, Insets insets)(Code)(Java Doc) public Rectangle getInteriorRectangle(Component c, int x, int y, int width, int height)(Code)(Java Doc) public static Rectangle getInteriorRectangle(Component c, Border b, int x, int y, int width, int height)(Code)(Java Doc) public boolean isBorderOpaque()(Code)(Java Doc) public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)(Code)(Java Doc)
|
|
|