Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Interface PopupManager

All Superinterfaces:
Manager

public interface PopupManager
extends Manager

This interface describes the API a bean user will implement to have the Dataview display a popup menu over the view.


Method Summary
 javax.swing.JPopupMenu getPopupMenu(Dataview view, ComponentHandle id)
          Return a complete JPopupMenu.

 

Methods inherited from interface oracle.dss.dataView.Manager
dataSourceChanged

 

Method Detail

getPopupMenu

public javax.swing.JPopupMenu getPopupMenu(Dataview view,
ComponentHandle id)
Return a complete JPopupMenu. The implementor of this method is responsible for processing its own calls from this popup menu.
Parameters:
view - the view asking for popup informatiuon
id - the component the popup occurred over
Returns:
an entire JPopupMenu structure, or null, in which case getPopupStrings will be called.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.