Uses of Interface
rocks.xmpp.extensions.bookmarks.model.Bookmark
-
Packages that use Bookmark Package Description rocks.xmpp.extensions.bookmarks.model Provides XML schema implementations of XEP-0048: Bookmarks.rocks.xmpp.extensions.bookmarks.pep.model Provides XML schema implementations for XEP-0402: PEP Native Bookmarks -
-
Uses of Bookmark in rocks.xmpp.extensions.bookmarks.model
Subinterfaces of Bookmark in rocks.xmpp.extensions.bookmarks.model Modifier and Type Interface Description interfaceConferenceBookmarkA bookmark to a conference room (aka chat room).Classes in rocks.xmpp.extensions.bookmarks.model that implement Bookmark Modifier and Type Class Description classAbstractBookmarkAn abstract base class for bookmarks.classChatRoomBookmarkA conference bookmark to bookmark multi-user chat rooms.classWebPageBookmarkA web page bookmark.Methods in rocks.xmpp.extensions.bookmarks.model with parameters of type Bookmark Modifier and Type Method Description intAbstractBookmark. compareTo(Bookmark o)Compares this bookmark by its name. -
Uses of Bookmark in rocks.xmpp.extensions.bookmarks.pep.model
Classes in rocks.xmpp.extensions.bookmarks.pep.model that implement Bookmark Modifier and Type Class Description classPepNativeBookmarkA PEP native conference bookmark element.
-