|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractUIPlugin
org.tcat.citd.sim.udig.bookmarks.BookmarksPlugin
public class BookmarksPlugin
The main plugin class to be used in the desktop.
Constructor Summary | |
---|---|
BookmarksPlugin()
The constructor. |
Method Summary | |
---|---|
BookmarkManager |
getBookmarkManager()
Returns the bookmark manager for this plug-in. |
static BookmarksPlugin |
getDefault()
Returns the shared instance. |
ImageDescriptor |
getImageDescriptor(java.lang.String path)
Returns an image descriptor for the image file at the given plug-in relative path. |
void |
restoreFromPreferences()
Restore the bookmarks from the plugin's preference store |
void |
start(BundleContext context)
This method is called upon plug-in activation |
void |
stop(BundleContext context)
This method is called when the plug-in is stopped |
void |
storeToPreferences()
Stores the bookmarks to the plugin's preference store |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookmarksPlugin()
Method Detail |
---|
public void start(BundleContext context) throws java.lang.Exception
java.lang.Exception
public void stop(BundleContext context) throws java.lang.Exception
java.lang.Exception
public static BookmarksPlugin getDefault()
public ImageDescriptor getImageDescriptor(java.lang.String path)
path
- the path
public BookmarkManager getBookmarkManager()
public void restoreFromPreferences() throws BackingStoreException
BackingStoreException
public void storeToPreferences() throws BackingStoreException
BackingStoreException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |