Interface ILcyPopupMenu

All Superinterfaces:
ILcyActionBar
All Known Implementing Classes:
TLcyPopupMenu

public interface ILcyPopupMenu extends ILcyActionBar
A popup menu. Popup menus are used to show context dependant actions.
  • Method Details

    • show

      void show(Component aInvoker, int aX, int aY)
      Displays the popup menu at the position (x,y) in the coordinate space of the invoker.
      Parameters:
      aInvoker - the component in whose space the popup menu will appear.
      aX - the x coordinate.
      aY - the y coordinate.