qflib 0.98.1

de.qfs.lib.gui
Class Borders

java.lang.Object
  |
  +--de.qfs.lib.gui.Borders

public class Borders
extends java.lang.Object

A Collection of useful borders.

Version:
$Revision: 1.10 $
Author:
Gregor Schmid

Field Summary
static javax.swing.border.Border PROTRUDING
          A Border depicting a rectangular Button protruding from its setting.
static javax.swing.border.Border SLIGHTLY_LOWERED
          A slightly lowered border that is less conspicuous than Swing's lowered bevel border.
static javax.swing.border.Border SLIGHTLY_PROTRUDING
          A Border depicting a rectangular Button slightly protruding from its setting.
static javax.swing.border.Border SLIGHTLY_SUNKEN
          A Border depicting a rectangular Button slightly sunken into its setting.
static javax.swing.border.Border STIPPLE
          A stipple border similar to the one Windows uses for indicating the focus owner.
static javax.swing.border.Border SUNKEN
          A Border depicting a rectangular Button sunken into its setting.
 
Constructor Summary
Borders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTRUDING

public static final javax.swing.border.Border PROTRUDING
A Border depicting a rectangular Button protruding from its setting. It takes up 4 pixels on each side and is location compatible with SUNKEN and SLIGHTLY_SUNKEN.

SLIGHTLY_PROTRUDING

public static final javax.swing.border.Border SLIGHTLY_PROTRUDING
A Border depicting a rectangular Button slightly protruding from its setting. It takes up 4 pixels on each side and is location compatible with SUNKEN and SLIGHTLY_SUNKEN.

SUNKEN

public static final javax.swing.border.Border SUNKEN
A Border depicting a rectangular Button sunken into its setting. It takes up 4 pixels on each side and is location compatible with PROTRUDING and SLIGHTLY_PROTRUDING.

SLIGHTLY_SUNKEN

public static final javax.swing.border.Border SLIGHTLY_SUNKEN
A Border depicting a rectangular Button slightly sunken into its setting. It takes up 4 pixels on each side and is location compatible with PROTRUDING and SLIGHTLY_PROTRUDING.

SLIGHTLY_LOWERED

public static final javax.swing.border.Border SLIGHTLY_LOWERED
A slightly lowered border that is less conspicuous than Swing's lowered bevel border. It takes up 2 pixels on each side and is location compatible with Swing's raised, lowered and etched borders.
Since:
0.98.0

STIPPLE

public static final javax.swing.border.Border STIPPLE
A stipple border similar to the one Windows uses for indicating the focus owner.
Constructor Detail

Borders

public Borders()

qflib 0.98.1