|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractUIPlugin
net.sf.colorer.eclipse.ColorerPlugin
public class ColorerPlugin
The main plugin class to be used in the desktop.
Constructor Summary | |
---|---|
ColorerPlugin()
The constructor. |
Method Summary | |
---|---|
void |
addReloadListener(IColorerReloadListener listener)
Adds HRC database reload action listener |
ColorManager |
getColorManager()
|
static ColorerPlugin |
getDefault()
Returns the shared instance. |
static ParserFactory |
getDefaultPF()
|
java.util.Vector |
getHRDList()
|
ParserFactory |
getParserFactory()
|
java.util.ResourceBundle |
getResourceBundle()
Returns the plugin's resource bundle, |
static IWorkspace |
getWorkspace()
Returns the workspace instance. |
void |
reloadParserFactory()
|
void |
removeReloadListener(IColorerReloadListener listener)
Adds HRC database reload action listener |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorerPlugin()
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 ColorerPlugin getDefault()
public static ParserFactory getDefaultPF()
public ParserFactory getParserFactory()
public void reloadParserFactory()
public java.util.Vector getHRDList()
public void addReloadListener(IColorerReloadListener listener)
public void removeReloadListener(IColorerReloadListener listener)
public ColorManager getColorManager()
public static IWorkspace getWorkspace()
public java.util.ResourceBundle getResourceBundle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |