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

oracle.reports.plugin
Interface PluginEditor

All Known Implementing Classes:
PluginEditorTemplate

public interface PluginEditor

Provides the UI dialog box for users to edit or modify a plugin. The dialog box must be modal.


Method Summary
 boolean edit(Plugin plugin)
          Provides the edit function for the plugin.

 

Method Detail

edit

public boolean edit(Plugin plugin)
             throws PluginException
Provides the edit function for the plugin. This function should display a modal dialog box to enable users to manually change the definition of the plugin.
Parameters:
plugin - The plugin to edit.

Oracle Reports
Java API Reference

Copyright © 2003 Oracle Corporation. All Rights Reserved.