My Movies 1.0.0

hirondelle.movies.util.ui
Class UiConsts

Object
  extended by UiConsts

public final class UiConsts
extends Object

Collected constants related to the user interface.

All constants must be immutable. No instances of this class can be constructed.

The Java Look and Feel Design Guidelines recommend that components be spaced using this scheme :

The XXX_SPACE(S) and STANDARD_BORDER items follow the second scheme, and use 6*N-1 pixel spacings (since this is the more common case).


Field Summary
static int NO_KEYSTROKE_MASK
          Symbolic name for absence of keystroke mask.
static int ONE_SPACE
           
static int SIMPLE_FIELD_WIDTH
          Suggested width for a JTextField
static int STANDARD_BORDER
           
static int THREE_SPACES
           
static int TWO_SPACES
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONE_SPACE

public static final int ONE_SPACE
See Also:
Constant Field Values

TWO_SPACES

public static final int TWO_SPACES
See Also:
Constant Field Values

THREE_SPACES

public static final int THREE_SPACES
See Also:
Constant Field Values

STANDARD_BORDER

public static final int STANDARD_BORDER
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

My Movies 1.0.0

Copyright Hirondelle Systems - Generated 2008Dec30.15.53