Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01

Uses of Interface
oracle.reports.plugin.Plugin

Packages that use Plugin
oracle.reports.plugin   
oracle.reports.plugin.datasource   
 

Uses of Plugin in oracle.reports.plugin
 

Methods in oracle.reports.plugin that return Plugin
 Plugin PluginFactoryTemplate.make()
          Make new Plug-in instance.
 Plugin PluginFactory.make()
          Make Plugin instance
 

Methods in oracle.reports.plugin with parameters of type Plugin
 boolean PluginEditorTemplate.edit(Plugin plugin)
          Bring up Plug-in Data Source's dialog.
 boolean PluginEditor.edit(Plugin plugin)
          Edit function of plugin.
 

Uses of Plugin in oracle.reports.plugin.datasource
 

Subinterfaces of Plugin in oracle.reports.plugin.datasource
 interface PluginDataSource
          Reports Plugin Data Source Interface allows application developers to write their own Java components to provide data from arbitrary sources to be used in the reports.
 

Classes in oracle.reports.plugin.datasource that implement Plugin
 class PluginDataSourceTemplate
          Template Plug-in Data Source class.
 


Oracle Reports
Java API Reference

Copyright © 1994, 2009 Oracle Corporation. All Rights Reserved.