org.eclipse.xsd.presentation
Class XSDEditorPlugin

java.lang.Object
  |
  +--org.eclipse.emf.common.EMFPlugin
        |
        +--org.eclipse.xsd.presentation.XSDEditorPlugin
All Implemented Interfaces:
org.eclipse.emf.common.util.Logger, org.eclipse.emf.common.util.ResourceLocator

public final class XSDEditorPlugin
extends org.eclipse.emf.common.EMFPlugin

The Plugin for the XSD.Editor library.

See Also:
INSTANCE

Inner Class Summary
static class XSDEditorPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 
Inner classes inherited from class org.eclipse.emf.common.EMFPlugin
org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
Field Summary
static XSDEditorPlugin INSTANCE
          The singleton instance of the plugin.
 
Fields inherited from class org.eclipse.emf.common.EMFPlugin
baseURL, delegateResourceLocators, images, resourceBundle, strings
 
Method Summary
static XSDEditorPlugin.Implementation getPlugin()
          Returns the singleton instance of the Eclipse plugin.
 org.eclipse.emf.common.util.ResourceLocator getPluginResourceLocator()
           
 
Methods inherited from class org.eclipse.emf.common.EMFPlugin
delegatedGetImage, delegatedGetString, doGetImage, getBaseURL, getImage, getPluginLogger, getString, getString, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final XSDEditorPlugin INSTANCE
The singleton instance of the plugin.
Method Detail

getPluginResourceLocator

public org.eclipse.emf.common.util.ResourceLocator getPluginResourceLocator()
Overrides:
getPluginResourceLocator in class org.eclipse.emf.common.EMFPlugin

getPlugin

public static XSDEditorPlugin.Implementation getPlugin()
Returns the singleton instance of the Eclipse plugin.
Returns:
the singleton instance.

Copyright 2001-2003 IBM Corporation and others.
All Rights Reserved.