Uses of Interface
demos.polymorphism.MotionMenuItem

Packages that use MotionMenuItem
demos.polymorphism   
 

Uses of MotionMenuItem in demos.polymorphism
 

Methods in demos.polymorphism that return MotionMenuItem
 MotionMenuItem Applet.getMotionMenuItem()
          Gets the MotionMenuItem.
 

Methods in demos.polymorphism with parameters of type MotionMenuItem
 void MenuBehavior.menuItemSelected(MotionMenuItem item)
          Called when the menu item is selected.