Class BasicBorders


public class BasicBorders
extends Object

Factory object that can vend Borders appropriate for the basic L & F.

Nested Classes

Modifier and Type Class and Description
static class  BasicBorders.ButtonBorder
static class  BasicBorders.FieldBorder
static class  BasicBorders.MarginBorder
static class  BasicBorders.MenuBarBorder
static class  BasicBorders.RadioButtonBorder
static class  BasicBorders.RolloverButtonBorder

Special thin border for rollover toolbar buttons.

static class  BasicBorders.SplitPaneBorder

Draws the border around the splitpane.

static class  BasicBorders.ToggleButtonBorder

Constructors

Constructor and Description
BasicBorders()

Methods

Modifier and Type Method and Description
static Border getButtonBorder()
static Border getInternalFrameBorder()
static Border getMenuBarBorder()
static Border getProgressBarBorder()
static Border getRadioButtonBorder()
static Border getSplitPaneBorder()
static Border getSplitPaneDividerBorder()

Returns a border instance for a JSplitPane divider

static Border getTextFieldBorder()
static Border getToggleButtonBorder()

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

BasicBorders

public BasicBorders()

Methods

getButtonBorder

public static Border getButtonBorder()

getRadioButtonBorder

public static Border getRadioButtonBorder()

getToggleButtonBorder

public static Border getToggleButtonBorder()

getMenuBarBorder

public static Border getMenuBarBorder()

getSplitPaneBorder

public static Border getSplitPaneBorder()

getSplitPaneDividerBorder

public static Border getSplitPaneDividerBorder()

Returns a border instance for a JSplitPane divider

Since:
1.3

getTextFieldBorder

public static Border getTextFieldBorder()

getProgressBarBorder

public static Border getProgressBarBorder()

getInternalFrameBorder

public static Border getInternalFrameBorder()

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/javase/8/docs/api/javax/swing/plaf/basic/BasicBorders.html