Package org.eclipse.wst.xml.xpath.ui
public class XPathViewPlugin extends AbstractUIPlugin
Constructor Summary |
XPathViewPlugin() |
Method Summary | |
public static org.eclipse.wst.xml.xpath.ui.XPathViewPlugin | getDefault() Returns the shared instance. |
public static java.lang.String | getPluginId() |
public java.util.ResourceBundle | getResourceBundle() Returns the plugin's resource bundle |
public static java.lang.String | getResourceString(java.lang.String key) Returns the string from the plugin's resource bundle, or 'key' if not found. |
public ContextTypeRegistry | getXPathTemplateContextRegistry() Returns the template context type registry for xpath |
public TemplateStore | getXPathTemplateStore() Returns the template store for the xpath templates. |
public void | info(java.lang.String message) |
protected void | initializeImageRegistry(ImageRegistry reg) |
public void | log(java.lang.String message
,
java.lang.Throwable ex) |
public void | log(java.lang.Throwable ex) |
public void | partActivated(IWorkbenchPartReference partRef) |
public void | partBroughtToTop(IWorkbenchPartReference partRef) |
public void | partClosed(IWorkbenchPartReference partRef) |
public void | partDeactivated(IWorkbenchPartReference partRef) |
public void | partHidden(IWorkbenchPartReference partRef) |
public void | partInputChanged(IWorkbenchPartReference partRef) |
public void | partOpened(IWorkbenchPartReference partRef) |
public void | partVisible(IWorkbenchPartReference partRef) |
public void | start(BundleContext context) This method is called upon plug-in activation |
public void | stop(BundleContext context) This method is called when the plug-in is stopped |
public static void | throwCoreException(java.lang.String message
,
java.lang.Throwable t) |
protected void | updateXPathNavigatorView(IWorkbenchPartReference partRef) |
public void | warn(java.lang.String message) |
Constructor Detail |
public XPathViewPlugin()
The constructor.
Methods Detail |
public org.eclipse.wst.xml.xpath.ui.XPathViewPlugin getDefault()
Returns the shared instance.
org.eclipse.wst.xml.xpath.ui.XPathViewPlugin
public java.lang.String getPluginId()
java.lang.String
public java.util.ResourceBundle getResourceBundle()
Returns the plugin's resource bundle
java.util.ResourceBundle
public java.lang.String getResourceString(java.lang.String key)
Returns the string from the plugin's resource bundle, or 'key' if not found.
key
java.lang.String
public ContextTypeRegistry getXPathTemplateContextRegistry()
Returns the template context type registry for xpath
ContextTypeRegistry
- the template context type registry for xpath
public TemplateStore getXPathTemplateStore()
Returns the template store for the xpath templates.
TemplateStore
- the template store for the xpath templates
public void info(java.lang.String message)
message
protected void initializeImageRegistry(ImageRegistry reg)
reg
public void log(java.lang.String message
,
java.lang.Throwable ex)
message
ex
public void log(java.lang.Throwable ex)
ex
public void partActivated(IWorkbenchPartReference partRef)
partRef
public void partBroughtToTop(IWorkbenchPartReference partRef)
partRef
public void partClosed(IWorkbenchPartReference partRef)
partRef
public void partDeactivated(IWorkbenchPartReference partRef)
partRef
public void partHidden(IWorkbenchPartReference partRef)
partRef
public void partInputChanged(IWorkbenchPartReference partRef)
partRef
public void partOpened(IWorkbenchPartReference partRef)
partRef
public void partVisible(IWorkbenchPartReference partRef)
partRef
public void start(BundleContext context)
This method is called upon plug-in activation
context
java.lang.Exception
public void stop(BundleContext context)
This method is called when the plug-in is stopped
context
java.lang.Exception
public void throwCoreException(java.lang.String message
,
java.lang.Throwable t)
message
t
CoreException
protected void updateXPathNavigatorView(IWorkbenchPartReference partRef)
partRef
public void warn(java.lang.String message)
message