de.hillenbrand.system
Class UIPreferences

java.lang.Object
  extended by de.hillenbrand.system.UIPreferences

public final class UIPreferences
extends java.lang.Object


Field Summary
static java.lang.String METAL_LOOK_AND_FEEL
           
static java.lang.String METAL_LOOK_AND_FEEL_JAVAGPE
           
static java.lang.String SKIN_LOOK_AND_FEEL
           
 
Method Summary
static java.awt.Font getAcceleratorFont()
           
static int getCaretBlinkRate()
           
static java.awt.Color getCaretColor()
           
static java.lang.String getErrorSound()
           
static java.awt.Font getFixedWidthFont()
           
static java.awt.Font getFont()
           
static javax.swing.border.Border getFrameBorder()
           
static java.awt.GridBagConstraints getGridBagConstraints()
           
static javax.swing.border.Border getInnerTabbedPaneBorder()
           
static java.lang.String getLocale()
           
static java.lang.String getLookAndFeel()
           
static java.awt.Font getMessageFont()
           
static java.lang.String getMetalTheme()
           
static boolean getSetAcceleratorFont()
           
static boolean getSetCaretBlinkRate()
           
static boolean getSetCaretColor()
           
static boolean getSetFont()
           
static boolean getSetLocale()
           
static boolean getSetMetalTheme()
           
static boolean getSetTabFont()
           
static boolean getSetTextSelectionColor()
           
static java.lang.String getSkinLFThemePack()
           
static java.awt.Font getTabFont()
           
static java.awt.Color getTextSelectionColor()
           
static void init()
           
static void init(java.lang.String context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METAL_LOOK_AND_FEEL

public static final java.lang.String METAL_LOOK_AND_FEEL
See Also:
Constant Field Values

METAL_LOOK_AND_FEEL_JAVAGPE

public static final java.lang.String METAL_LOOK_AND_FEEL_JAVAGPE
See Also:
Constant Field Values

SKIN_LOOK_AND_FEEL

public static final java.lang.String SKIN_LOOK_AND_FEEL
See Also:
Constant Field Values
Method Detail

getAcceleratorFont

public static final java.awt.Font getAcceleratorFont()

getCaretBlinkRate

public static int getCaretBlinkRate()

getCaretColor

public static java.awt.Color getCaretColor()

getErrorSound

public static final java.lang.String getErrorSound()

getFixedWidthFont

public static final java.awt.Font getFixedWidthFont()

getFont

public static final java.awt.Font getFont()

getFrameBorder

public static final javax.swing.border.Border getFrameBorder()

getGridBagConstraints

public static final java.awt.GridBagConstraints getGridBagConstraints()

getInnerTabbedPaneBorder

public static final javax.swing.border.Border getInnerTabbedPaneBorder()

getLocale

public static final java.lang.String getLocale()

getLookAndFeel

public static final java.lang.String getLookAndFeel()

getMessageFont

public static final java.awt.Font getMessageFont()

getMetalTheme

public static final java.lang.String getMetalTheme()

getSetAcceleratorFont

public static final boolean getSetAcceleratorFont()

getSetCaretBlinkRate

public static final boolean getSetCaretBlinkRate()

getSetCaretColor

public static final boolean getSetCaretColor()

getSetFont

public static final boolean getSetFont()

getSetLocale

public static final boolean getSetLocale()

getSetMetalTheme

public static final boolean getSetMetalTheme()

getSetTabFont

public static final boolean getSetTabFont()

getSetTextSelectionColor

public static final boolean getSetTextSelectionColor()

getSkinLFThemePack

public static final java.lang.String getSkinLFThemePack()

getTabFont

public static final java.awt.Font getTabFont()

getTextSelectionColor

public static java.awt.Color getTextSelectionColor()

init

public static final void init()

init

public static final void init(java.lang.String context)