|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BookmarkableInterface
Defines an interface for objects that can be bookmarked. An object that can be bookmarked is one that can encapsulate an aspect of its current state into something that can be saved and returned to later. For example, a particular url in a web browser or a drill path in a multidimensional table.
Consumers of this interface will usually associate a name with the data
returned by getBookmark()
and package both as a
BookmarkInterface
.
BookmarkInterface
Method Summary | |
---|---|
java.lang.Object |
getBookmark()
Returns a bookmark for this object's current state. |
void |
gotoBookmark(java.lang.Object bookmark)
Goes to, or restores, the state implied by the specified bookmark. |
Method Detail |
---|
java.lang.Object getBookmark()
void gotoBookmark(java.lang.Object bookmark)
bookmark
- data returned from a call to getBookmark()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |