PenProfile 2.x

Uses of Class
com.livescribe.ui.MediaPlayer

Packages that use MediaPlayer
com.livescribe.buttons   
com.livescribe.display This package consists of classes and interfaces that allows applications to render on the pen display. 
com.livescribe.ext.ui Contains classes for conveniently creating menus, managing menu bookmarks, and doing other helpful UI-related things. 
com.livescribe.ui   
 

Uses of MediaPlayer in com.livescribe.buttons
 

Fields in com.livescribe.buttons declared as MediaPlayer
protected  MediaPlayer DrawnButtonController.mediaPlayer
           
 

Methods in com.livescribe.buttons with parameters of type MediaPlayer
 void ButtonPABDisplay.setAudio(String audio, MediaPlayer player)
          Sets the audio and media player to use for playing the audio.
 

Uses of MediaPlayer in com.livescribe.display
 

Constructors in com.livescribe.display with parameters of type MediaPlayer
BrowseList(Vector itemModel, BrowseList.Title title, MediaPlayer player)
          Constructs a BrowseList with an item model, a title, and a media player.
 

Uses of MediaPlayer in com.livescribe.ext.ui
 

Methods in com.livescribe.ext.ui with parameters of type MediaPlayer
 Menu Menu.doSelect(int index, Display display, MediaPlayer player)
          Selects an item as if it was chosen with a tap on the NavPlus right arrow.
 Menu Menu.handleMenuEvent(MenuEvent event, Display display, MediaPlayer player)
          Handles a menu event by properly displaying the information.
 

Uses of MediaPlayer in com.livescribe.ui
 

Methods in com.livescribe.ui that return MediaPlayer
static MediaPlayer MediaPlayer.newInstance(Penlet penlet)
          Create a new instance of MediaPlayer.
 


PenProfile 2.x

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