org.springframework.richclient.core
Class UIConstants

java.lang.Object
  extended by org.springframework.richclient.core.UIConstants

public class UIConstants
extends Object

Constants for swing user interface classes.

Author:
Keith Donald

Field Summary
static String ELLIPSIS
           
static int FILE_PATH_FIELD_WIDTH
          Suggested width for a JTextField storing a file path.
static int MAX_LABEL_LENGTH
          Maximum length for some JLabels, beyond which the text will be truncated.
static int NO_KEYSTROKE_MASK
          Symbolic name for absence of keystroke mask.
static int ONE_SPACE
          The Java look and Feel standard for one screen space between GUI Components.
static int SIMPLE_FIELD_WIDTH
          Suggested width for a JTextField
static int STANDARD_BORDER
          The Java look and Feel standard for border spacing.
static int THREE_SPACES
          The Java look and Feel standard for three screen spaces between GUI Components.
static int TWO_SPACES
          The Java look and Feel standard for two screen spaces between GUI Components.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELLIPSIS

public static final String ELLIPSIS
See Also:
Constant Field Values

ONE_SPACE

public static final int ONE_SPACE
The Java look and Feel standard for one screen space between GUI Components.

See Also:
Constant Field Values

TWO_SPACES

public static final int TWO_SPACES
The Java look and Feel standard for two screen spaces between GUI Components.

See Also:
Constant Field Values

THREE_SPACES

public static final int THREE_SPACES
The Java look and Feel standard for three screen spaces between GUI Components.

See Also:
Constant Field Values

STANDARD_BORDER

public static final int STANDARD_BORDER
The Java look and Feel standard for border spacing.

See Also:
Constant Field Values

NO_KEYSTROKE_MASK

public static final int NO_KEYSTROKE_MASK
Symbolic name for absence of keystroke mask.

See Also:
Constant Field Values

SIMPLE_FIELD_WIDTH

public static final int SIMPLE_FIELD_WIDTH
Suggested width for a JTextField

See Also:
Constant Field Values

FILE_PATH_FIELD_WIDTH

public static final int FILE_PATH_FIELD_WIDTH
Suggested width for a JTextField storing a file path.

See Also:
Constant Field Values

MAX_LABEL_LENGTH

public static final int MAX_LABEL_LENGTH
Maximum length for some JLabels, beyond which the text will be truncated.

See Also:
Constant Field Values


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.