|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MenuEvent | |
|---|---|
| com.livescribe.buttons | |
| com.livescribe.event | This package consists of classes and interfaces that broadcast notifications and events to penlets. |
| com.livescribe.ext.ui | Contains classes for conveniently creating menus, managing menu bookmarks, and doing other helpful UI-related things. |
| com.livescribe.penlet | This package consists of classes and interfaces that are core to pen application development. |
| Uses of MenuEvent in com.livescribe.buttons |
|---|
| Methods in com.livescribe.buttons with parameters of type MenuEvent | |
|---|---|
boolean |
DrawnButtonController.onMenuEvent(MenuEvent ev)
Processes a menu event. |
| Uses of MenuEvent in com.livescribe.event |
|---|
| Fields in com.livescribe.event declared as MenuEvent | |
|---|---|
static MenuEvent |
MenuEvent.Activated
The NavPlus has been activated by the user |
static MenuEvent |
MenuEvent.Down
The NavPlus menuing system moved down (scroll down) |
static MenuEvent |
MenuEvent.Left
The NavPlus menuing system moved left |
static MenuEvent |
MenuEvent.Right
The NavPlus menuing system moved right |
static MenuEvent |
MenuEvent.Select
Application menu item was selected by the user |
static MenuEvent |
MenuEvent.Up
The NavPlus menuing system moved up (scroll up) |
| Methods in com.livescribe.event with parameters of type MenuEvent | |
|---|---|
boolean |
MenuEventListener.handleMenuEvent(MenuEvent event)
Called to notify the penlet about a menu event. |
| Uses of MenuEvent in com.livescribe.ext.ui |
|---|
| Methods in com.livescribe.ext.ui with parameters of type MenuEvent | |
|---|---|
Menu |
Menu.handleMenuEvent(MenuEvent event,
Display display,
MediaPlayer player)
Handles a menu event by properly displaying the information. |
| Uses of MenuEvent in com.livescribe.penlet |
|---|
| Methods in com.livescribe.penlet with parameters of type MenuEvent | |
|---|---|
boolean |
AbstractPenletPlugin.onMenuEvent(MenuEvent ev)
Handles a menu event. |
boolean |
PenletPlugin.onMenuEvent(MenuEvent ev)
Handles a menu event. |
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||