artofillusion.ui
Interface PopupMenuManager

All Known Implementing Classes:
LayoutWindow, Score

public interface PopupMenuManager

This interface represents an object which creates and manages a popup menu for some other component.


Method Summary
 void showPopupMenu(Widget w, int x, int y)
          Display the PopupMenu.
 

Method Detail

showPopupMenu

void showPopupMenu(Widget w,
                   int x,
                   int y)
Display the PopupMenu.



Copyright © 1999-2011 by Peter Eastman.