com.mindbright.terminal
Class TerminalDefProps

java.lang.Object
  extended bycom.mindbright.terminal.TerminalDefProps

public abstract class TerminalDefProps
extends java.lang.Object


Field Summary
static java.util.Hashtable oldPropNames
           
static int PROP_NAME
           
static int PROP_VALUE
           
static java.lang.String[] systemFonts
           
 
Constructor Summary
TerminalDefProps()
           
 
Method Summary
static java.lang.String backwardCompatProp(java.lang.String key)
           
static java.lang.String defaultFont()
           
static boolean fontExists(java.lang.String font)
           
static java.lang.String fontList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_NAME

public static final int PROP_NAME
See Also:
Constant Field Values

PROP_VALUE

public static final int PROP_VALUE
See Also:
Constant Field Values

oldPropNames

public static java.util.Hashtable oldPropNames

systemFonts

public static java.lang.String[] systemFonts
Constructor Detail

TerminalDefProps

public TerminalDefProps()
Method Detail

backwardCompatProp

public static java.lang.String backwardCompatProp(java.lang.String key)

fontList

public static java.lang.String fontList()

defaultFont

public static java.lang.String defaultFont()

fontExists

public static boolean fontExists(java.lang.String font)