Uses of Class
net.sourceforge.squirrel_sql.plugins.sqlbookmark.Bookmark

Uses of Bookmark in net.sourceforge.squirrel_sql.plugins.sqlbookmark
 

Methods in net.sourceforge.squirrel_sql.plugins.sqlbookmark that return Bookmark
protected  Bookmark BookmarkManager.get(String name)
          Retrieve a bookmark by name.
 Bookmark BookmarEditController.getBookmark()
           
 Bookmark BookmarkCompletionInfo.getBookmark()
           
 

Methods in net.sourceforge.squirrel_sql.plugins.sqlbookmark that return types with arguments of type Bookmark
protected  Iterator<Bookmark> BookmarkManager.iterator()
           
 

Methods in net.sourceforge.squirrel_sql.plugins.sqlbookmark with parameters of type Bookmark
protected  boolean BookmarkManager.add(Bookmark bookmark)
          Add a new bookmark, or replace an existing bookmark.
protected  void SQLBookmarkPlugin.addBookmarkItem(Bookmark bookmark)
          Add new bookmark to Sessions->Bookmark menu
 

Constructors in net.sourceforge.squirrel_sql.plugins.sqlbookmark with parameters of type Bookmark
BookmarEditController(Frame owner, Bookmark mark, boolean editable)
           
BookmarkCompletionInfo(Bookmark bookmark)
           
RunBookmarkCommand(Frame frame, ISession session, Bookmark bookmark, SQLBookmarkPlugin plugin, ISQLEntryPanel sqlEntryPanel)
          Ctor.
 



Copyright © 2001-2010. All Rights Reserved.