de.enough.polish.ui
Class StyleCache

java.lang.Object
  extended by de.enough.polish.ui.StyleCache

public final class StyleCache
extends java.lang.Object

Manages all defined styles of a specific project - THIS IS AN INTERNAL CLASS AND NOT MEANT FOR USAGE.

This class is actually pre-processed to get the styles specific for the project and the device.

Author:
Robert Virkus, robert@enough.de
 history
        27-Aug-2006 - rob creation
 

Field Summary
static Style defaultStyle
           
static Style focusedStyle
           
static Style labelStyle
           
static Style menuStyle
           
 
Constructor Summary
StyleCache()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultStyle

public static Style defaultStyle

focusedStyle

public static Style focusedStyle

labelStyle

public static Style labelStyle

menuStyle

public static Style menuStyle
Constructor Detail

StyleCache

public StyleCache()