class KBookmarkOwnerabstract |
|
|
|
Returns a list of title, URL pairs of the open tabs. |
|
This function is called whenever the user wants to add the
current page to the bookmarks list. The title will become the
"name" of the bookmark. You must overload this function if you
wish to give your users the ability to add bookmarks.
Returns the title of the current page. |
|
This function is called whenever the user wants to add the
current page to the bookmarks list. The URL will become the URL
of the bookmark. You must overload this function if you wish to
give your users the ability to add bookmarks.
Returns the URL of the current page. |
|
Returns true if action should be shown in the menu The default is to show both a add and editBookmark Entry //TODO ContextMenuAction? to disable the contextMenu? Delete and Propeties to disable those in the context menu? |
|
Called if a bookmark is selected. You need to override this. |
|
Called if the user wants to open every bookmark in this folder in a new tab. The default implementation does nothing. This is only called if supportsTabs() returns true |
|
This function returns whether the owner supports tabs. |
ShowAddBookmark | - | - | ||
ShowEditBookmark | - | - |