Class MetalBorders.ToolBarBorder

All Implemented Interfaces:
Serializable, Border, UIResource, SwingConstants
Enclosing class:
MetalBorders
public static class MetalBorders.ToolBarBorder
extends AbstractBorder
implements UIResource, SwingConstants

The class represents the border of a JToolBar.

See Also:
Serialized Form

Fields

Fields declared in interface javax.swing.SwingConstants

BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST

Constructors

Constructor Description
ToolBarBorder()

Methods

Methods declared in class javax.swing.border.AbstractBorder

getBaseline, getBaselineResizeBehavior, getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder

Methods declared in class java.lang.Object

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

Constructors

ToolBarBorder

public ToolBarBorder()