Oracle Reports
Java API Reference
10g (9.0.4)
B12019-01

Uses of Interface
oracle.reports.plugin.Plugin

Packages that use Plugin
oracle.reports.plugin Provides the API of the generic Reports Plugin component. 
oracle.reports.plugin.datasource Provides the API of the Reports Plugin Data Source, which is a subclass of the generic Reports Plugin component. 

 

Uses of Plugin in oracle.reports.plugin

 

Methods in oracle.reports.plugin that return Plugin
 Plugin PluginFactory.make()
          Makes a plugin instance.
 Plugin PluginFactoryTemplate.make()
          Makes a new plugin instance.

 

Methods in oracle.reports.plugin with parameters of type Plugin
 boolean PluginEditor.edit(Plugin plugin)
          Provides the edit function for the plugin.
 boolean PluginEditorTemplate.edit(Plugin plugin)
          Displays the Plugin Data Source's dialog box.

 

Uses of Plugin in oracle.reports.plugin.datasource

 

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

 

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

 


Oracle Reports
Java API Reference

Copyright © 2003 Oracle Corporation. All Rights Reserved.