de.hillenbrand.system
Class UIPreferences
java.lang.Object
de.hillenbrand.system.UIPreferences
public final class UIPreferences
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)