PenProfile 2.x

Uses of Class
com.livescribe.display.Display

Packages that use Display
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.penlet This package consists of classes and interfaces that are core to pen application development. 
com.livescribe.ui   
 

Uses of Display in com.livescribe.buttons
 

Methods in com.livescribe.buttons with parameters of type Display
protected  void ButtonPABDisplay.notifyHidden(Display d)
          Stops the animation when this hidden.
protected  void ButtonPABDisplay.notifyShown(Display d)
          This is called when this object has become the current thing on the display.
 

Uses of Display in com.livescribe.display
 

Methods in com.livescribe.display with parameters of type Display
protected  void BrowseList.notifyHidden(Display d)
           
protected  void Displayable.notifyHidden(Display d)
          This is invoked by the system to notify this Displayable when it is not current.
protected  void BrowseList.notifyShown(Display d)
           
protected  void Displayable.notifyShown(Display d)
          This is invoked by the system to notify this Displayable when it has become current.
 

Uses of Display in com.livescribe.ext.ui
 

Methods in com.livescribe.ext.ui with parameters of type Display
static Menu RadioMenu.createOnOffMenu(boolean flag, Display display)
          A convenience method that creates a radio menu containing "Off" and "On".
 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.
 void Menu.show(Display display, Transition t)
          Shows the menu on the specified display using the specified transition.
 

Constructors in com.livescribe.ext.ui with parameters of type Display
RadioMenu(String[] text, int selectedIndex, Display display)
          Creates a new menu with the specified default selection.
 

Uses of Display in com.livescribe.penlet
 

Methods in com.livescribe.penlet that return Display
abstract  Display PenletContext.getDisplay()
          Gets the display instance.
protected  Display PenletPlugin.getDisplay()
          Gets the current Display.
 

Uses of Display in com.livescribe.ui
 

Methods in com.livescribe.ui with parameters of type Display
protected  void BatteryIndicator.notifyHidden(Display d)
          When called indicates that this Displayable is no longer shown on the display device due to another Displayable being set to current.
protected  void ScrollLabel.notifyHidden(Display d)
          When called indicates that this Displayable is no longer shown on the display device due to another Displayable being set to current.
protected  void TimeIndicator.notifyHidden(Display d)
          When called indicates that this Displayable is no longer shown on the display device due to another Displayable being set to current.
protected  void BatteryIndicator.notifyShown(Display d)
          When called by the system, indicates that this Canvas is current.
protected  void DateIndicator.notifyShown(Display d)
          When called by the system indicates that this ScrollLabel is current.
protected  void DiskUsageIndicator.notifyShown(Display d)
          When called by the system indicates that this ScrollLabel is current.
protected  void ScrollLabel.notifyShown(Display d)
          When called by the system indicates that this Canvas is current.
protected  void TimeIndicator.notifyShown(Display d)
          When called by the system indicates that this ScrollLabel is current.
 


PenProfile 2.x

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