Class MenuItemProxy

All Implemented Interfaces:
ChildProxy<JMenuItem>

public class MenuItemProxy extends AbstractProxy<JMenuItem>
Since:
3.1.0
Author:
Joel Uckelman
  • Field Details

    • action

      protected Action action
  • Constructor Details

    • MenuItemProxy

      public MenuItemProxy()
    • MenuItemProxy

      public MenuItemProxy(Action action)
    • MenuItemProxy

      public MenuItemProxy(Action action, boolean hideIfBlank)
  • Method Details