|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Bookmarkable | |
|---|---|
| com.livescribe.buttons | |
| com.livescribe.ext.ui | Contains classes for conveniently creating menus, managing menu bookmarks, and doing other helpful UI-related things. |
| Uses of Bookmarkable in com.livescribe.buttons |
|---|
| Classes in com.livescribe.buttons that implement Bookmarkable | |
|---|---|
class |
BookmarkInfo
This is a convenience class that allows the creation of bookmark information without having to implement the interface yourself. |
| Methods in com.livescribe.buttons with parameters of type Bookmarkable | |
|---|---|
protected void |
DrawnButtonController.buttonDone(Bookmarkable button)
Called when a button was setup successfully. |
protected Region |
DrawnButtonController.createRegionFor(Bookmarkable b)
Subclasses can override this to change how regions are created for a bookmarkable item. |
void |
DrawnButtonController.setButton(Bookmarkable button)
Sets the button to set up. |
void |
DrawnButtonController.setButtons(Bookmarkable[] buttons)
Sets the buttons to set up. |
| Uses of Bookmarkable in com.livescribe.ext.ui |
|---|
| Methods in com.livescribe.ext.ui with parameters of type Bookmarkable | |
|---|---|
void |
MenuBookmarkHandlerPlugin.register(Menu menu,
int index,
Bookmarkable b,
boolean doSelect)
Registers a menu item with this plugin so that when it is activated with a button tap, it is displayed properly. |
void |
MenuBookmarkHandlerPlugin.registerLast(Menu menu,
Bookmarkable b,
boolean doSelect)
Registers the last item in the menu. |
void |
Menu.setBookmarkable(int index,
Bookmarkable b)
Sets the specified menu as bookmarkable. |
void |
Menu.setLastItemBookmarkable(Bookmarkable b)
A convenience method that sets the last menu item's bookmark info. |
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||