Uses of Class buoy.widget.BOutline

Uses in package buoy.widget

Methods with return type buoy.widget.BOutline

BOutline
BOutline.createBevelBorder(Widget content, boolean raised)
Create a BOutline with a beveled border.
BOutline
BOutline.createEmptyBorder(Widget content, int thickness)
Create a BOutline with an empty border.
BOutline
BOutline.createEtchedBorder(Widget content, boolean raised)
Create a BOutline with an etched border.
BOutline
BOutline.createLineBorder(Widget content, Color color, int thickness)
Create a BOutline with a line border.

Written by Peter Eastman.