org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.provider
Class TableinstanceEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.provider.TableinstanceEditPlugin

Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374120

@Deprecated
public final class TableinstanceEditPlugin
extends EMFPlugin

This is the central singleton for the Tableinstance edit plugin.

Generated:

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

Field Detail

INSTANCE

public static final TableinstanceEditPlugin INSTANCE
Deprecated. 
Keep track of the singleton.

Generated:
Constructor Detail

TableinstanceEditPlugin

public TableinstanceEditPlugin()
Deprecated. 
Create the instance.

Generated:
Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.
Generated:

getPlugin

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

Returns:
the singleton instance.
Generated: