net.sf.javadocbuilder
Class JavadocBuilderPlugin

java.lang.Object
  |
  +--AbstractUIPlugin
        |
        +--net.sf.javadocbuilder.JavadocBuilderPlugin

public class JavadocBuilderPlugin
extends AbstractUIPlugin

The main plugin class to be used in the desktop.

See Also:
Serialized Form

Field Summary
static java.lang.String ID
          plugin id, defined in plugin.xml
 
Constructor Summary
JavadocBuilderPlugin(IPluginDescriptor descriptor)
          The constructor.
 
Method Summary
static java.lang.String getBuilderName()
          Convenience method, alias for JavadocBuilderPlugin.ID +"."+Builder.ID
static net.sf.javadocbuilder.JavadocBuilderPlugin 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
plugin id, defined in plugin.xml

See Also:
Constant Field Values
Constructor Detail

JavadocBuilderPlugin

public JavadocBuilderPlugin(IPluginDescriptor descriptor)
The constructor.

Method Detail

getDefault

public static net.sf.javadocbuilder.JavadocBuilderPlugin getDefault()
Returns the shared instance.


getResourceString

public static java.lang.String getResourceString(java.lang.String key)
Returns the string from the plugin's resource bundle, or 'key' if not found.


getResourceBundle

public java.util.ResourceBundle getResourceBundle()
Returns the plugin's resource bundle,


getBuilderName

public static java.lang.String getBuilderName()
Convenience method, alias for JavadocBuilderPlugin.ID +"."+Builder.ID

Returns: