|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
public 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 overJPopupMenu structure, or null, in which case getPopupStrings will be called.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||