net.infonode.gui

Class UIManagerUtil

public class UIManagerUtil extends Object

Version: $Revision: 1.6 $

Author: $Author: jesper $

Method Summary
static BordergetBorder(String key)
static BordergetBorder(String key, String defaultKey)
static ColorgetColor(String key)
static ColorgetColor(String key, String defaultKey)
static ColorgetColor(String key, String defaultKey, Color defaultColor)
static ColorgetColor(String key, Color defaultColor)
static FontgetFont(String key)
static FontgetFont(String key, String defaultKey)
static InsetsgetInsets(String key)
static InsetsgetInsets(String key, Insets insets)
static InsetsgetInsets(String key, String defaultKey)

Method Detail

getBorder

public static Border getBorder(String key)

getBorder

public static Border getBorder(String key, String defaultKey)

getColor

public static Color getColor(String key)

getColor

public static Color getColor(String key, String defaultKey)

getColor

public static Color getColor(String key, String defaultKey, Color defaultColor)

getColor

public static Color getColor(String key, Color defaultColor)

getFont

public static Font getFont(String key)

getFont

public static Font getFont(String key, String defaultKey)

getInsets

public static Insets getInsets(String key)

getInsets

public static Insets getInsets(String key, Insets insets)

getInsets

public static Insets getInsets(String key, String defaultKey)