|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.richclient.core.UIConstants
public class UIConstants
Constants for swing user interface classes.
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 JLabel s, 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 |
---|
public static final String ELLIPSIS
public static final int ONE_SPACE
public static final int TWO_SPACES
public static final int THREE_SPACES
public static final int STANDARD_BORDER
public static final int NO_KEYSTROKE_MASK
public static final int SIMPLE_FIELD_WIDTH
JTextField
public static final int FILE_PATH_FIELD_WIDTH
JTextField
storing a file path.
public static final int MAX_LABEL_LENGTH
JLabel
s, beyond which the text
will be truncated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |