public class ViewerPopupManager
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
ViewerPopupManager(Viewer viewer) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Should be overridden as needed by subclasses.
|
PropertyDialog |
createGridPropertyDialog(java.lang.String controlStr) |
PropertyDialog |
createPropertyDialog(java.lang.String controlStr) |
Viewer |
getViewer() |
void |
registerDialog(PropertyDialog dialog) |
public ViewerPopupManager(Viewer viewer)
public Viewer getViewer()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void registerDialog(PropertyDialog dialog)
public PropertyDialog createPropertyDialog(java.lang.String controlStr)
public PropertyDialog createGridPropertyDialog(java.lang.String controlStr)