|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.zwares.base.gui.panels.EBorder
This class is used to generate differnet types of border. Static calls to the overloaded border method generates the borders.
| Field Summary | |
static int |
COLOREDCOMPOUND
|
static int |
COMPOUND
|
static int |
DEFAULT
|
static int |
EMPTY
|
static int |
ETCHED
|
static int |
LINE
|
| Constructor Summary | |
EBorder()
|
|
| Method Summary | |
static javax.swing.border.Border |
border()
Creates an empty border with DEFAULTCOLOR and no title. |
static javax.swing.border.Border |
border(int type)
Creates a border of type with DEFAULTCOLOR and no title. |
static javax.swing.border.Border |
border(int type,
java.awt.Color color)
Creates a border of type with color and no title. |
static javax.swing.border.Border |
border(java.lang.String title,
int type)
Creates a border of type with DEFAULTCOLOR and a title. |
static javax.swing.border.Border |
border(java.lang.String title,
int type,
java.awt.Color color)
Creates a border of type with color and a title. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DEFAULT
public static final int EMPTY
public static final int LINE
public static final int ETCHED
public static final int COMPOUND
public static final int COLOREDCOMPOUND
| Constructor Detail |
public EBorder()
| Method Detail |
public static javax.swing.border.Border border()
public static javax.swing.border.Border border(int type)
public static javax.swing.border.Border border(int type,
java.awt.Color color)
public static javax.swing.border.Border border(java.lang.String title,
int type)
public static javax.swing.border.Border border(java.lang.String title,
int type,
java.awt.Color color)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||