maspack.widgets
Class ViewerPopupManager
java.lang.Object
maspack.widgets.ViewerPopupManager
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class ViewerPopupManager
- extends java.lang.Object
- implements java.awt.event.ActionListener
This class implements a number of commands that are convenient for
controlling a GLViewer, particularly from a pull-down menu.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewerPopupManager
public ViewerPopupManager(GLViewer viewer)
getViewer
public GLViewer getViewer()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Should be overridden as needed by subclasses.
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
registerDialog
public void registerDialog(PropertyDialog dialog)
createPropertyDialog
public PropertyDialog createPropertyDialog(java.lang.String controlStr)