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 EmptyBorderDIALOG_BORDERstatic ColorHEADER_COLORstatic intINSET_SIZEstatic BorderSLIDER_BOX_BORDER 
- 
Constructor Summary
Constructors Constructor Description UIDefaults() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EmptyBordergetDialogBorder()static FontgetSmallSansSerifFont()static FontgetVerySmallSansSerifFont() 
 - 
 
- 
- 
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()
 
 - 
 
 -