edu.northwestern.at.utils.swing
Class XParameters

java.lang.Object
  extended by edu.northwestern.at.utils.swing.XParameters

public class XParameters
extends java.lang.Object

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

listFont

public static java.awt.Font listFont
The default XList font.


listRowHeight

public static int listRowHeight
The default XList row height.


tableFont

public static java.awt.Font tableFont
The default XTable font.


tableRowHeight

public static int tableRowHeight
The default XTable row height.


treeFont

public static java.awt.Font treeFont
The default XTree font.


treeRowHeight

public static int treeRowHeight
The default XTree row height.