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

oracle.reports.plugin
Interface PluginEditor

All Known Implementing Classes:
PluginEditorTemplate

public interface PluginEditor

Plugin Editor which provides the UI dialog for users to edit/modify a Plugin. The dialog must be modal.


Method Summary
 boolean edit(Plugin plugin)
          Edit function of plugin.
 

Method Detail

edit

boolean edit(Plugin plugin)
             throws PluginException
Edit function of plugin. This function should bring up a modal dialog to allow users mannually change the difinition of the plugin.

Parameters:
plugin - the plugin to edit
Throws:
PluginException

Oracle Reports
Java API Reference

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