de.hillenbrand.system
Class UIPreferences

java.lang.Object
  |
  +--de.hillenbrand.system.UIPreferences

public final class UIPreferences
extends java.lang.Object


Constructor Summary
UIPreferences()
           
 
Method Summary
static java.awt.Font getAcceleratorFont()
           
static java.awt.Font getFont()
           
static javax.swing.border.Border getFrameBorder()
           
static java.awt.GridBagConstraints getGridBagConstraints()
           
static java.lang.String getLookAndFeel()
           
static void init()
           
static void setAcceleratorFont(java.awt.Font font)
           
static void setFont(java.awt.Font font)
           
static void setLookAndFeel(java.lang.String lookAndFeel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIPreferences

public UIPreferences()
Method Detail

getAcceleratorFont

public static final java.awt.Font getAcceleratorFont()

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

getLookAndFeel

public static final java.lang.String getLookAndFeel()

init

public static final void init()

setAcceleratorFont

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

setFont

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

setLookAndFeel

public static final void setLookAndFeel(java.lang.String lookAndFeel)