org.esa.beam.framework.ui
Class UIDefaults

java.lang.Object
  extended by org.esa.beam.framework.ui.UIDefaults

public class UIDefaults
extends Object

A utility class which creates GUI componants with default settings.

Version:
$Revision$ $Date$
Author:
Sabine Embacher

Field Summary
static EmptyBorder DIALOG_BORDER
           
static Color HEADER_COLOR
           
static int INSET_SIZE
           
static Border SLIDER_BOX_BORDER
           
 
Constructor Summary
UIDefaults()
           
 
Method Summary
static EmptyBorder getDialogBorder()
           
static Font getSmallSansSerifFont()
           
static Font getVerySmallSansSerifFont()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

UIDefaults

public UIDefaults()
Method Detail

getDialogBorder

public static EmptyBorder getDialogBorder()

getVerySmallSansSerifFont

public static Font getVerySmallSansSerifFont()

getSmallSansSerifFont

public static Font getSmallSansSerifFont()


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.