|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BrowseList.Item | |
|---|---|
| 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. |
| Uses of BrowseList.Item in com.livescribe.display |
|---|
| Classes in com.livescribe.display that implement BrowseList.Item | |
|---|---|
static class |
BrowseList.Title
Title encapsulates the title for a browse list. |
| Methods in com.livescribe.display that return BrowseList.Item | |
|---|---|
protected BrowseList.Item |
BrowseList.getItemAt(int index,
com.livescribe.display.BrowseList.ItemHolder textItem)
|
| Methods in com.livescribe.display with parameters of type BrowseList.Item | |
|---|---|
protected void |
BrowseList.drawDecorations(Graphics g,
BrowseList.Item item)
Draws the decoration for the Item passed on to the
Graphics. |
protected void |
BrowseList.drawItem(Graphics g,
BrowseList.Item item,
Image icon,
Object text,
int x,
int y)
Renders the item contents on the graphics. |
protected void |
BrowseList.scrollItem(Graphics graphics,
ScrollLabel scroller,
BrowseList.Item item,
int x,
int y)
Renders the item contents on the graphics and use the
scroller to scroll the textual content of the
item. |
| Uses of BrowseList.Item in com.livescribe.ext.ui |
|---|
| Classes in com.livescribe.ext.ui that implement BrowseList.Item | |
|---|---|
protected static class |
Menu.MenuItem
An implementation of a browse list item. |
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||