Package org.esa.snap.ui
Class UIDefaults
- java.lang.Object
-
- org.esa.snap.ui.UIDefaults
-
public class UIDefaults extends Object
A utility class which creates GUI componants with default settings.- Version:
- $Revision$ $Date$
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyBorder
DIALOG_BORDER
static Color
HEADER_COLOR
static int
INSET_SIZE
static Border
SLIDER_BOX_BORDER
-
Constructor Summary
Constructors Constructor Description UIDefaults()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EmptyBorder
getDialogBorder()
static Font
getSmallSansSerifFont()
static Font
getVerySmallSansSerifFont()
-
-
-
Field Detail
-
HEADER_COLOR
public static final Color HEADER_COLOR
-
INSET_SIZE
public static final int INSET_SIZE
- See Also:
- Constant Field Values
-
DIALOG_BORDER
public static final EmptyBorder DIALOG_BORDER
-
SLIDER_BOX_BORDER
public static final Border SLIDER_BOX_BORDER
-
-
Method Detail
-
getDialogBorder
public static EmptyBorder getDialogBorder()
-
getVerySmallSansSerifFont
public static Font getVerySmallSansSerifFont()
-
getSmallSansSerifFont
public static Font getSmallSansSerifFont()
-
-