|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PopupManager
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 |
---|
javax.swing.JPopupMenu getPopupMenu(Dataview view, ComponentHandle id)
JPopupMenu
. The implementor
of this method is responsible for processing its own calls
from this popup menu.
view
- the view asking for popup informatiuonid
- the component the popup occurred over
JPopupMenu
structure, or
null
, in which case getPopupStrings
will be called.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |