uic.pjava.theme
Class UIManager

java.lang.Object
  extended byuic.pjava.theme.UIManager

public abstract class UIManager
extends Object

Simple Theme class for determining the color and fontsettings for non standard awt components. Current implementations either return hardcoded settings, or when running on the Sharp Zaurus with Jeode Personal Java settings are read from the filesystem.


Constructor Summary
UIManager()
           
 
Method Summary
static Color getColor(String key)
           
static Font getFont(String key)
           
static int getInt(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIManager

public UIManager()
Method Detail

getColor

public static Color getColor(String key)

getInt

public static int getInt(String key)

getFont

public static Font getFont(String key)


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence