de.hillenbrand.system
Class UIPreferences

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

public final class UIPreferences
extends java.lang.Object


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 boolean getSetDefaultMetalTheme()
           
static boolean getSetLocale()
           
static java.awt.Font getTabFont()
           
static java.awt.Color getTextSelectionColor()
           
static void init()
           
static void setAcceleratorFont(java.awt.Font font)
           
static void setCaretBlinkRate(int rate)
           
static void setCaretColor(java.awt.Color color)
           
static void setErrorSound(java.lang.String filename)
           
static void setFixedWidthFont(java.awt.Font font)
           
static void setFont(java.awt.Font font)
           
static void setLocale(java.lang.String locale)
           
static boolean setLookAndFeel(java.lang.String lookAndFeel)
          Sets the look and feel and returns true if it was possible.
static void setMessageFont(java.awt.Font font)
           
static void setSetDefaultMetalTheme(boolean value)
           
static void setSetLocale(boolean value)
           
static void setTabFont(java.awt.Font font)
           
static void setTextSelectionColor(java.awt.Color color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

getSetDefaultMetalTheme

public static final boolean getSetDefaultMetalTheme()

getSetLocale

public static final boolean getSetLocale()

getTabFont

public static final java.awt.Font getTabFont()

getTextSelectionColor

public static java.awt.Color getTextSelectionColor()

init

public static final void init()

setAcceleratorFont

public static final void setAcceleratorFont(java.awt.Font font)

setCaretBlinkRate

public static final void setCaretBlinkRate(int rate)

setCaretColor

public static final void setCaretColor(java.awt.Color color)

setErrorSound

public static final void setErrorSound(java.lang.String filename)

setFixedWidthFont

public static final void setFixedWidthFont(java.awt.Font font)

setFont

public static final void setFont(java.awt.Font font)

setLocale

public static final void setLocale(java.lang.String locale)

setLookAndFeel

public static final boolean setLookAndFeel(java.lang.String lookAndFeel)
Sets the look and feel and returns true if it was possible.


setMessageFont

public static final void setMessageFont(java.awt.Font font)

setSetDefaultMetalTheme

public static final void setSetDefaultMetalTheme(boolean value)

setSetLocale

public static final void setSetLocale(boolean value)

setTabFont

public static final void setTabFont(java.awt.Font font)

setTextSelectionColor

public static final void setTextSelectionColor(java.awt.Color color)