|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.livescribe.buttons.BookmarkInfo
public class BookmarkInfo
This is a convenience class that allows the creation of bookmark information without having to implement the interface yourself.
| Field Summary | |
|---|---|
protected Displayable |
displayable
The Displayable to use for the user prompt. |
protected int |
id
The area ID. |
protected String |
name
The localized display name. |
protected int |
zOrder
The Z-order. |
| Constructor Summary | |
|---|---|
BookmarkInfo(int id,
Displayable d)
Creates new bookmark information having the specified values. |
|
BookmarkInfo(int id,
String name)
Creates new bookmark information having the specified values. |
|
| Method Summary | |
|---|---|
int |
getBookmarkAreaId()
Gets the area ID. |
Displayable |
getBookmarkDisplayable()
This returns null for the default displayable. |
String |
getBookmarkDisplayName()
Gets the displayable name. |
int |
getBookmarkZOrder()
Gets the Z-order value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int id
protected int zOrder
protected String name
protected Displayable displayable
Displayable to use for the user prompt.
| Constructor Detail |
|---|
public BookmarkInfo(int id,
String name)
null.
id - the area IDname - the display name
public BookmarkInfo(int id,
Displayable d)
null.
id - the area IDd - the Displayable for the user prompt| Method Detail |
|---|
public int getBookmarkAreaId()
getBookmarkAreaId in interface BookmarkableRegionpublic int getBookmarkZOrder()
getBookmarkZOrder in interface Bookmarkablepublic String getBookmarkDisplayName()
getBookmarkDisplayName in interface BookmarkableBookmarkable.getBookmarkDisplayable()public Displayable getBookmarkDisplayable()
null for the default displayable.
getBookmarkDisplayable in interface Bookmarkablenull.ButtonPABDisplay,
Bookmarkable.getBookmarkDisplayName()
|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||