Uses of Class
org.gcube.contentmanagement.viewmanager.plugin.delegate.ViewDelegate

Packages that use ViewDelegate
org.gcube.contentmanagement.viewmanager.plugin   
org.gcube.contentmanagement.viewmanager.plugin.annotationplugin   
org.gcube.contentmanagement.viewmanager.plugin.defaultplugin   
org.gcube.contentmanagement.viewmanager.plugin.metadataplugin   
org.gcube.contentmanagement.viewmanager.state   
 

Uses of ViewDelegate in org.gcube.contentmanagement.viewmanager.plugin
 

Methods in org.gcube.contentmanagement.viewmanager.plugin that return ViewDelegate
abstract  ViewDelegate PluginContext.getDelegate()
          Returns the ViewDelegate of the plugin.
 

Uses of ViewDelegate in org.gcube.contentmanagement.viewmanager.plugin.annotationplugin
 

Subclasses of ViewDelegate in org.gcube.contentmanagement.viewmanager.plugin.annotationplugin
 class Delegate
          The view delegate of the default plugin
 

Methods in org.gcube.contentmanagement.viewmanager.plugin.annotationplugin that return ViewDelegate
 ViewDelegate AnnotationPluginContext.getDelegate()
          Returns the ViewDelegate of the plugin.
 

Uses of ViewDelegate in org.gcube.contentmanagement.viewmanager.plugin.defaultplugin
 

Methods in org.gcube.contentmanagement.viewmanager.plugin.defaultplugin that return ViewDelegate
 ViewDelegate PluginContext.getDelegate()
          Returns the ViewDelegate of the plugin.
 

Uses of ViewDelegate in org.gcube.contentmanagement.viewmanager.plugin.metadataplugin
 

Methods in org.gcube.contentmanagement.viewmanager.plugin.metadataplugin that return ViewDelegate
 ViewDelegate MetadataPluginContext.getDelegate()
          Returns the ViewDelegate of the plugin.
 

Uses of ViewDelegate in org.gcube.contentmanagement.viewmanager.state
 

Methods in org.gcube.contentmanagement.viewmanager.state that return ViewDelegate
 ViewDelegate ViewResource.getDelegate()
          Return the plugin's delegate of the resource.