Uses of Interface
apes.MenuAction

Uses of MenuAction in apes
 

Classes in apes that implement MenuAction
 class MenuActionActivated
           
 

Methods in apes with parameters of type MenuAction
 void Menu.addItem(org.newdawn.slick.Image img, MenuAction action)
          add a new MenuItem to this menu.
 

Constructors in apes with parameters of type MenuAction
MenuItem(org.newdawn.slick.Image img, float xPos, float yPos, float offset, MenuAction action)
          constructs a new MenuItem.