org.gcube.contentmanagement.viewmanager.plugin.annotationplugin
Class AnnotationPluginContext

java.lang.Object
  extended by GCUBEPluginContext
      extended by org.gcube.contentmanagement.viewmanager.plugin.PluginContext
          extended by org.gcube.contentmanagement.viewmanager.plugin.annotationplugin.AnnotationPluginContext

public class AnnotationPluginContext
extends PluginContext

The context of the default plugin.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
AnnotationPluginContext()
           
 
Method Summary
 ViewDelegate getDelegate()
          Returns the ViewDelegate of the plugin.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationPluginContext

public AnnotationPluginContext()
Method Detail

getDelegate

public ViewDelegate getDelegate()
Returns the ViewDelegate of the plugin.

Specified by:
getDelegate in class PluginContext
Returns:
the delegate.