public interface PopupManager extends Manager
Dataview display a popup menu over the view.| Modifier and Type | Method and Description |
|---|---|
javax.swing.JPopupMenu |
getPopupMenu(Dataview view, ComponentHandle id)
Return a complete
JPopupMenu. |
dataSourceChangedjavax.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.