demos.polymorphism
Interface MotionMenuItem


public interface MotionMenuItem

MotionMenuItem.java Created: Tue Sep 17 22:27:57 2002

Author:
Phil Ventura

Method Summary
 void setMenuBehavior(MenuBehavior behavior)
          Sets the menu behavior for the menu item.
 void setText(String menuText)
          Set the text of the menu item.
 

Method Detail

setMenuBehavior

void setMenuBehavior(MenuBehavior behavior)
Sets the menu behavior for the menu item.

Parameters:
behavior - a MenuBehavior value

setText

void setText(String menuText)
Set the text of the menu item.

Parameters:
menuText - the text.