Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

oracle.dss.dataView
Interface PopupManager

All Superinterfaces:
Manager
All Known Implementing Classes:
ManagerAdapter

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

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 Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

Copyright © 1997, 2010, Oracle. All rights reserved.