|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.rim.device.api.ui.Ui
Provides functionality and data global to the entire UI system.
| Field Summary | ||
static int |
INCREASE_DOWN
Alt-rolling downwards should produce higher values in rolling controls. |
|
static int |
INCREASE_UP
Alt-rolling upwards should produce higher values in rolling controls. |
|
static int |
MODE_ADVANCED
Advanced UI user mode. |
|
static int |
MODE_BEGINNER
Beginner UI user mode. |
|
static int |
MODE_NORMAL
Normal UI user mode. |
|
| Method Summary | ||
static int |
getIncreaseDirection()
Retrieves the direction for rolling controls. |
|
static int |
getMode()
Retrieves the UI user mode. |
|
static UiEngine |
getUiEngine()
Gets this process's UI engine. |
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int INCREASE_UP
public static final int INCREASE_DOWN
| Method Detail |
public static int getMode()
Invoke this method to retrieve the currently set UI
user mode: one of MODE_BEGINNER,
MODE_NORMAL, and MODE_ADVANCED.
In advanced mode, controls should be less intrusive. In normal and beginner mode, controls should assume the user is unfamiliar with the device, and needs more assistance.
Different operating modes are not exposed at the user level. It is intended initially as a back door.
public static int getIncreaseDirection()
A returned value of plus one indicates that, in rolling controls, alt-rolling the trackwheel towards the bottom of the device selects "higher" values in the control's list.
A returned value of minus one indicates that, in rolling controls, alt-rolling the trackwheel towards the top of the device selects "higher" values in the control's list.
public static UiEngine getUiEngine()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2002 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.