public class ViewerPopupManager
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
ViewerPopupManager(GLViewer 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) |
GLViewer |
getViewer() |
void |
registerDialog(PropertyDialog dialog) |
public ViewerPopupManager(GLViewer viewer)
public GLViewer 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)