|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommonGUIConverters
Common instances of interpolating converters to be used to convert text to GUI objects.
Field Summary | |
---|---|
static AtomConverter |
COLOR_CONVERTER
An interpolating converter to instances of Color . |
static AtomConverter |
CURSOR_CONVERTER
An interpolating converter to instances of Cursor . |
static AtomConverter |
FONT_CONVERTER
An interpolating converter to instances of Font . |
static AtomConverter |
KEYCODE_CONVERTER
An interpolating converter to key codes (which are integers). |
static AtomConverter |
KEYSTROKE_CONVERTER
An interpolating converter to instances of KeyStroke . |
static AtomConverter |
LAYER_CONVERTER
An interpolating converter to instances of Integer
wrapping JLayeredPane layer identifiers. |
static CollectionConverter |
RANGE_COLLECTION_CONVERTER
A converter pair that converts to collections of ranges. |
Field Detail |
---|
static final AtomConverter COLOR_CONVERTER
Color
.
static final AtomConverter FONT_CONVERTER
Font
.
static final AtomConverter CURSOR_CONVERTER
Cursor
.
static final AtomConverter LAYER_CONVERTER
Integer
wrapping JLayeredPane
layer identifiers.
static final AtomConverter KEYSTROKE_CONVERTER
KeyStroke
.
static final AtomConverter KEYCODE_CONVERTER
static final CollectionConverter RANGE_COLLECTION_CONVERTER
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |