|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AbstractUIPlugin | +--net.sf.javadocbuilder.ui.UiPlugin
The main plugin class to be used in the desktop.
Constructor Summary | |
UiPlugin(IPluginDescriptor descriptor)
The constructor. |
Method Summary | |
static net.sf.javadocbuilder.ui.UiPlugin |
getDefault()
Returns the shared instance. |
java.util.ResourceBundle |
getResourceBundle()
Returns the plugin's resource bundle, |
static java.lang.String |
getResourceString(java.lang.String key)
Returns the string from the plugin's resource bundle, or 'key' if not found. |
static void |
logError(java.lang.String string)
|
static void |
logError(java.lang.String msg,
java.lang.Throwable e)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UiPlugin(IPluginDescriptor descriptor)
Method Detail |
public static net.sf.javadocbuilder.ui.UiPlugin getDefault()
public static java.lang.String getResourceString(java.lang.String key)
public java.util.ResourceBundle getResourceBundle()
public static final void logError(java.lang.String msg, java.lang.Throwable e)
public static void logError(java.lang.String string)
string
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |