Class MenuX
public class MenuX extends Menu implements MenuXConstants
{
// Constructors
public MenuX( String theLabel );
// Methods
public boolean CheckMenuItem(int i, int flags);
public boolean CheckMenuItem( String s, int flags);
public int getItemID(String s);
}
This class is obsolete. This class has been replaced by the UIMenu implementation in the com.ms.ui package, which includes the UIMenuLauncher, UIMenuItem, and UIMenuList classes.
Menu
|
+--MenuX
public MenuX( String theLabel );
Note This constructor is obsolete.
public boolean CheckMenuItem(int i, int flags);
Note This method is obsolete.
public boolean CheckMenuItem( String s, int flags);
Note This method is obsolete.
public int getItemID(String s);
Note This method is obsolete.