|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.livescribe.event.Event
com.livescribe.event.MenuEvent
public final class MenuEvent
This represents events that occur by using the NavPlus menuing system.
| Field Summary | |
|---|---|
static MenuEvent |
Activated
The NavPlus has been activated by the user |
static MenuEvent |
Down
The NavPlus menuing system moved down (scroll down) |
static MenuEvent |
Left
The NavPlus menuing system moved left |
static char |
MENU_ACTIVATED
|
static char |
MENU_DOWN
|
static char |
MENU_LEFT
|
static char |
MENU_RIGHT
|
static char |
MENU_SELECT
|
static char |
MENU_UP
|
static MenuEvent |
Right
The NavPlus menuing system moved right |
static MenuEvent |
Select
Application menu item was selected by the user |
static MenuEvent |
Up
The NavPlus menuing system moved up (scroll up) |
| Fields inherited from class com.livescribe.event.Event |
|---|
consumed, eventId |
| Method Summary | |
|---|---|
String |
toString()
Returns a string representation of this object. |
| Methods inherited from class com.livescribe.event.Event |
|---|
consume, getId, isConsumed |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final char MENU_SELECT
public static final char MENU_LEFT
public static final char MENU_RIGHT
public static final char MENU_UP
public static final char MENU_DOWN
public static final char MENU_ACTIVATED
public static final MenuEvent Select
public static final MenuEvent Left
public static final MenuEvent Right
public static final MenuEvent Up
public static final MenuEvent Down
public static final MenuEvent Activated
| Method Detail |
|---|
public String toString()
toString in class Object
|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||