|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.utils.swing.XParameters
public class XParameters
Parameters for the X classes.
These parameters supply default values for the XList, XTable, and XTree classes. They may be set at runtime based on the system and look and feel, or you may use the following default values which look good on Mac OS X with the Aqua look and feel:
If a font parameter is null the system default is used. If a row height is 0 the system default is used.
Field Summary | |
---|---|
static java.awt.Font |
listFont
The default XList font. |
static int |
listRowHeight
The default XList row height. |
static java.awt.Font |
tableFont
The default XTable font. |
static int |
tableRowHeight
The default XTable row height. |
static java.awt.Font |
treeFont
The default XTree font. |
static int |
treeRowHeight
The default XTree row height. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.awt.Font listFont
public static int listRowHeight
public static java.awt.Font tableFont
public static int tableRowHeight
public static java.awt.Font treeFont
public static int treeRowHeight
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |