| java.lang.Object javax.swing.border.AbstractBorder workbench.gui.components.DividerBorder
BOTTOM | final public static int BOTTOM(Code) | | |
HORIZONTAL_MIDDLE | final public static int HORIZONTAL_MIDDLE(Code) | | |
LEFT | final public static int LEFT(Code) | | |
LEFT_RIGHT | final public static int LEFT_RIGHT(Code) | | |
RIGHT | final public static int RIGHT(Code) | | |
TOP | final public static int TOP(Code) | | |
VERTICAL_MIDDLE | final public static int VERTICAL_MIDDLE(Code) | | |
thickness | protected int thickness(Code) | | |
DividerBorder | public DividerBorder(int type)(Code) | | |
DividerBorder | public DividerBorder(int aType, int aThickness)(Code) | | Creates a divider border with the specified type and thickness
Parameters: aType - (LEFT, RIGHT, TOP, BOTTOM) Parameters: aThickness - the thickness of the border |
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)
|
|
|