net.infonode.gui
Class UIManagerUtil
public
class
UIManagerUtil
extends Object
Version: $Revision: 1.6 $
Author: $Author: jesper $
Method Summary |
static Border | getBorder(String key) |
static Border | getBorder(String key, String defaultKey) |
static Color | getColor(String key) |
static Color | getColor(String key, String defaultKey) |
static Color | getColor(String key, String defaultKey, Color defaultColor) |
static Color | getColor(String key, Color defaultColor) |
static Font | getFont(String key) |
static Font | getFont(String key, String defaultKey) |
static Insets | getInsets(String key) |
static Insets | getInsets(String key, Insets insets) |
static Insets | getInsets(String key, String defaultKey) |
public static Border getBorder(String key)
public static Border getBorder(String key, String defaultKey)
public static Color getColor(String key)
public static Color getColor(String key, String defaultKey)
public static Color getColor(String key, String defaultKey, Color defaultColor)
public static Color getColor(String key, Color defaultColor)
public static Font getFont(String key)
public static Font getFont(String key, String defaultKey)
public static Insets getInsets(String key)
public static Insets getInsets(String key, Insets insets)
public static Insets getInsets(String key, String defaultKey)