|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class defines the widths that can be returned from the
Provider.getWidth()
method.
The width is a suggestion to a client of a provider object as to how
much screen real estate should be given to display the provider's
default view.
Field Summary | |
static int |
WIDTH_FULL_BOTTOM
Provider can be displayed in a "full" frame at the bottom. |
static int |
WIDTH_FULL_TOP
Provider can be displayed in a "full" frame at the top. |
static int |
WIDTH_THICK
Provider can be displayed in a "thick" frame. |
static int |
WIDTH_THIN
Provider can be displayed in a "thin" frame. |
Field Detail |
public static final int WIDTH_THICK
public static final int WIDTH_THIN
public static final int WIDTH_FULL_TOP
public static final int WIDTH_FULL_BOTTOM
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |