es.prodevelop.gvsig.mobile.gui.dialog
Class DialogConstants

java.lang.Object
  extended byes.prodevelop.gvsig.mobile.gui.dialog.DialogConstants

public class DialogConstants
extends java.lang.Object

Some GUI constants regarding control sizes, margins, etc.

Author:
jldominguez

Field Summary
static int CONTROL_HEIGHT
           
static java.awt.Font DIALOG_BOLD_FONT
           
static java.lang.String DIALOG_FONT_NAME
           
static java.awt.Font DIALOG_ITALIC_FONT
           
static java.lang.String DIALOG_SMALL_ADD_BUTTON_IMAGE_FILE_NAME
           
static java.lang.String DIALOG_SMALL_CANCEL_BUTTON_IMAGE_FILE_NAME
           
static java.awt.Font DIALOG_SMALL_FONT
           
static java.awt.Font DIALOG_SMALL_ITALIC_FONT
           
static java.lang.String DIALOG_SMALL_OK_BUTTON_IMAGE_FILE_NAME
           
static java.awt.Color DIALOG_TITLE_COLOR
           
static int LABELS_WIDTH
           
static int SMALL_CONTROL_HEIGHT
           
static int XSPACE
           
static int YSPACE
           
static int YSTART
           
 
Constructor Summary
DialogConstants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

YSTART

public static final int YSTART
See Also:
Constant Field Values

YSPACE

public static final int YSPACE
See Also:
Constant Field Values

XSPACE

public static final int XSPACE
See Also:
Constant Field Values

CONTROL_HEIGHT

public static final int CONTROL_HEIGHT
See Also:
Constant Field Values

SMALL_CONTROL_HEIGHT

public static final int SMALL_CONTROL_HEIGHT
See Also:
Constant Field Values

LABELS_WIDTH

public static final int LABELS_WIDTH
See Also:
Constant Field Values

DIALOG_FONT_NAME

public static final java.lang.String DIALOG_FONT_NAME
See Also:
Constant Field Values

DIALOG_SMALL_ITALIC_FONT

public static final java.awt.Font DIALOG_SMALL_ITALIC_FONT

DIALOG_ITALIC_FONT

public static final java.awt.Font DIALOG_ITALIC_FONT

DIALOG_BOLD_FONT

public static final java.awt.Font DIALOG_BOLD_FONT

DIALOG_SMALL_FONT

public static final java.awt.Font DIALOG_SMALL_FONT

DIALOG_TITLE_COLOR

public static final java.awt.Color DIALOG_TITLE_COLOR

DIALOG_SMALL_OK_BUTTON_IMAGE_FILE_NAME

public static final java.lang.String DIALOG_SMALL_OK_BUTTON_IMAGE_FILE_NAME
See Also:
Constant Field Values

DIALOG_SMALL_ADD_BUTTON_IMAGE_FILE_NAME

public static final java.lang.String DIALOG_SMALL_ADD_BUTTON_IMAGE_FILE_NAME
See Also:
Constant Field Values

DIALOG_SMALL_CANCEL_BUTTON_IMAGE_FILE_NAME

public static final java.lang.String DIALOG_SMALL_CANCEL_BUTTON_IMAGE_FILE_NAME
See Also:
Constant Field Values
Constructor Detail

DialogConstants

public DialogConstants()