A B C E G I O R S T

A

addBookmark(Bookmark) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Add the given bookmark.

B

Bookmark - Class in org.tcat.citd.sim.udig.bookmarks
Representation of a bookmark.
Bookmark(ReferencedEnvelope, MapReference, String) - Constructor for class org.tcat.citd.sim.udig.bookmarks.Bookmark
Construct a new bookmark with the given center and envelope.
BookmarkCommandFactory - Class in org.tcat.citd.sim.udig.bookmarks
Factory for creating bookmark-related commands
BookmarkManager - Class in org.tcat.citd.sim.udig.bookmarks
This class provides a bookmark repository and associated management functions.
BookmarkManager() - Constructor for class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
 
BookmarksPlugin - Class in org.tcat.citd.sim.udig.bookmarks
The main plugin class to be used in the desktop.
BookmarksPlugin() - Constructor for class org.tcat.citd.sim.udig.bookmarks.BookmarksPlugin
The constructor.

C

createGotoBookmarkCommand(Bookmark) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkCommandFactory
Creates a new GotoBookmarkCommand

E

empty() - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Empties the list of bookmarks

G

getBookmarkManager() - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarksPlugin
Returns the bookmark manager for this plug-in.
getBookmarks(MapReference) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Return the list of bookmarks associated with the specified map
getDefault() - Static method in class org.tcat.citd.sim.udig.bookmarks.BookmarksPlugin
Returns the shared instance.
getEnvelope() - Method in class org.tcat.citd.sim.udig.bookmarks.Bookmark
 
getImageDescriptor(String) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarksPlugin
Returns an image descriptor for the image file at the given plug-in relative path.
getInstance() - Static method in class org.tcat.citd.sim.udig.bookmarks.BookmarkCommandFactory
Creates a new BookmarkCommandFactory object
getMap() - Method in class org.tcat.citd.sim.udig.bookmarks.Bookmark
 
getMapReference(IMap) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
 
getMaps(URI) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Returns the list of maps which are contained in the specified project
getName() - Method in class org.tcat.citd.sim.udig.bookmarks.Bookmark
 
getName() - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Get the name of this bookmark manager for display It's just a static string for now
getProjects() - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Returns the list of projects as an array of objects

I

isEmpty() - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Returns whether the list is empty

O

org.tcat.citd.sim.udig.bookmarks - package org.tcat.citd.sim.udig.bookmarks
 

R

removeBookmark(Bookmark) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Remove the given bookmark.
removeBookmarks(Collection) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Remove all of the bookmarks in the given list.
removeMap(MapReference) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Remove the map and all it's associated bookmarks
removeMaps(Collection) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Remove all of the maps in the given list and their associated bookmarks.
removeProject(URI) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Remove the project and all it's associated maps and bookmarks
removeProjects(Collection) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
Remove all of the projects in the given list and their associated maps and bookmarks.
restoreFromPreferences() - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarksPlugin
Restore the bookmarks from the plugin's preference store

S

setEnvelope(ReferencedEnvelope) - Method in class org.tcat.citd.sim.udig.bookmarks.Bookmark
 
setMap(MapReference) - Method in class org.tcat.citd.sim.udig.bookmarks.Bookmark
 
setName(String) - Method in class org.tcat.citd.sim.udig.bookmarks.Bookmark
 
start(BundleContext) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarksPlugin
This method is called upon plug-in activation
stop(BundleContext) - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarksPlugin
This method is called when the plug-in is stopped
storeToPreferences() - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarksPlugin
Stores the bookmarks to the plugin's preference store

T

toString() - Method in class org.tcat.citd.sim.udig.bookmarks.Bookmark
 
toString() - Method in class org.tcat.citd.sim.udig.bookmarks.BookmarkManager
 

A B C E G I O R S T