|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Vector | |
|---|---|
| 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. |
| java.util | Contains the collection classes, and the date and time facilities. |
| Uses of Vector in com.livescribe.display |
|---|
| Fields in com.livescribe.display declared as Vector | |
|---|---|
protected Vector |
BrowseList.itemModel
|
| Constructors in com.livescribe.display with parameters of type Vector | |
|---|---|
BrowseList(Vector itemModel)
Constructs a BrowseList with item model and no title. |
|
BrowseList(Vector itemModel,
BrowseList.Title title)
Constructs a BrowseList with item model and and a title. |
|
BrowseList(Vector itemModel,
BrowseList.Title title,
MediaPlayer player)
Constructs a BrowseList with an item model, a title, and a
media player. |
|
| Uses of Vector in com.livescribe.ext.ui |
|---|
| Methods in com.livescribe.ext.ui with parameters of type Vector | |
|---|---|
protected Menu.MenuBrowseList |
RadioMenu.createBrowseList(Vector items,
BrowseList.Title title)
Creates our own implementation of a browse list. |
protected Menu.MenuBrowseList |
Menu.createBrowseList(Vector items,
BrowseList.Title title)
This gives subclasses the opportunity to use their own Menu.MenuBrowseList implementation, for example to paint icons
differently. |
| Constructors in com.livescribe.ext.ui with parameters of type Vector | |
|---|---|
Menu.MenuBrowseList(Vector model,
BrowseList.Title title)
Creates a new browse list. |
|
| Uses of Vector in com.livescribe.penlet |
|---|
| Fields in com.livescribe.penlet declared as Vector | |
|---|---|
protected Vector |
AbstractPenletPlugin.listeners
The listener list. |
| Uses of Vector in java.util |
|---|
| Subclasses of Vector in java.util | |
|---|---|
class |
Stack
The Stack class represents a last-in-first-out
(LIFO) stack of objects. |
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||