net.refractions.udig.printing.model.provider
Class PageEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by net.refractions.udig.printing.model.provider.PageEditPlugin

public final class PageEditPlugin
extends EMFPlugin

This is the central singleton for the page edit plugin.


Nested Class Summary
static class PageEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 
Field Summary
static PageEditPlugin INSTANCE
          Keep track of the singleton.
 
Constructor Summary
PageEditPlugin()
          Create the instance.
 
Method Summary
static PageEditPlugin.Implementation getPlugin()
          Returns the singleton instance of the Eclipse plugin.
 ResourceLocator getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final PageEditPlugin INSTANCE
Keep track of the singleton.

Constructor Detail

PageEditPlugin

public PageEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

public ResourceLocator getPluginResourceLocator()
Returns the singleton instance of the Eclipse plugin.

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.