PenProfile 2.x

com.livescribe.event
Class MenuEvent

java.lang.Object
  extended by com.livescribe.event.Event
      extended by com.livescribe.event.MenuEvent

public final class MenuEvent
extends Event

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

MENU_SELECT

public static final char MENU_SELECT
See Also:
Constant Field Values

MENU_LEFT

public static final char MENU_LEFT
See Also:
Constant Field Values

MENU_RIGHT

public static final char MENU_RIGHT
See Also:
Constant Field Values

MENU_UP

public static final char MENU_UP
See Also:
Constant Field Values

MENU_DOWN

public static final char MENU_DOWN
See Also:
Constant Field Values

MENU_ACTIVATED

public static final char MENU_ACTIVATED
See Also:
Constant Field Values

Select

public static final MenuEvent Select
Application menu item was selected by the user


Left

public static final MenuEvent Left
The NavPlus menuing system moved left


Right

public static final MenuEvent Right
The NavPlus menuing system moved right


Up

public static final MenuEvent Up
The NavPlus menuing system moved up (scroll up)


Down

public static final MenuEvent Down
The NavPlus menuing system moved down (scroll down)


Activated

public static final MenuEvent Activated
The NavPlus has been activated by the user

Method Detail

toString

public String toString()
Returns a string representation of this object.

Overrides:
toString in class Object
Returns:
a string representation of this object.

PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.