Oracle Reports
Java API Reference
10g Release 2 (10.1.2)
B14049-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

public 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

Oracle Reports
Java API Reference

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