PenProfile 2.x

Uses of Class
com.livescribe.display.Displayable

Packages that use Displayable
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 Displayable in com.livescribe.buttons
 

Subclasses of Displayable in com.livescribe.buttons
 class ButtonPABDisplay
          This can display a configurable text button.
 

Fields in com.livescribe.buttons declared as Displayable
protected  Displayable BookmarkInfo.displayable
          The Displayable to use for the user prompt.
 

Methods in com.livescribe.buttons that return Displayable
 Displayable BookmarkInfo.getBookmarkDisplayable()
          This returns null for the default displayable.
 Displayable Bookmarkable.getBookmarkDisplayable()
          Gets the Displayable object that will be used to prompt the user to draw a button.
 

Constructors in com.livescribe.buttons with parameters of type Displayable
BookmarkInfo(int id, Displayable d)
          Creates new bookmark information having the specified values.
 

Uses of Displayable in com.livescribe.display
 

Subclasses of Displayable in com.livescribe.display
 class BrowseList
          BrowseList is a UI component that enables a penlet to display a list of items and provide user navigation within the list.
 class Canvas
          This is a base class for applications that need to create their own display content.
 

Methods in com.livescribe.display that return Displayable
 Displayable Display.getCurrent()
          Gets the current Displayable instance.
 

Methods in com.livescribe.display with parameters of type Displayable
 void Display.setCurrent(Displayable displayable)
          Sets a new Displayable instance to be current.
 

Uses of Displayable in com.livescribe.ext.ui
 

Subclasses of Displayable in com.livescribe.ext.ui
protected  class Menu.MenuBrowseList
          A special BrowseList implementation that allows the menu to access some protected methods and override others.
 class SlotMachine
          This class enables most types of displays that involves N scrolling reels with a number of items in each reel.
 

Uses of Displayable in com.livescribe.ui
 

Subclasses of Displayable in com.livescribe.ui
 class BatteryIndicator
          A battery indicator component.
 class DateIndicator
           
 class DiskUsageIndicator
           
 class ScrollLabel
          ScrollLabel allows both text and images to be displayed on the screen.
 class TimeIndicator
          A time indicator component.
 class VolumeIndicator
           
 


PenProfile 2.x

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