Menu Class

Menu Class

This Package | All Packages

Component
  |
  +--Menu
public abstract class Menu
extends Component

Topic under construction.

Fields
Name Description
CHANGE_ITEMS Topic under construction.
CHANGE_MDI Topic under construction.
CHANGE_MERGE Topic under construction.
CHANGE_VISIBLE Topic under construction.
FIND_HANDLE Topic under construction.
FIND_SHORTCUT Topic under construction.

Constructors
Name Description
mergeMenu(Menu menuSrc, boolean first) Topic under construction.

Methods
Name Description
add(MenuItem item) Topic under construction.
clear() Topic under construction.
dispose() Topic under construction.
findMenuItem(int type, int value) Topic under construction.
getHandle() Topic under construction.
getMainMenu() Topic under construction.
getMDIListItem() Topic under construction.
getMenuItem(int index) Topic under construction.
getMenuItemCount() Topic under construction.
getMenuItems() Topic under construction.
getParent() Topic under construction.
insert(int index, MenuItem item) Topic under construction.
processCmdKey(MSG msg, int keyData) Topic under construction.
remove(int index) Topic under construction.
remove(MenuItem item) Topic under construction.
setMenuItems(MenuItem[] value) Topic under construction.

Fields

Menu.CHANGE_ITEMS

Syntax
public static final int CHANGE_ITEMS;
Description
Topic under construction.

Menu.CHANGE_MDI

Syntax
public static final int CHANGE_MDI;
Description
Topic under construction.

Menu.CHANGE_MERGE

Syntax
public static final int CHANGE_MERGE;
Description
Topic under construction.

Menu.CHANGE_VISIBLE

Syntax
public static final int CHANGE_VISIBLE;
Description
Topic under construction.

Menu.FIND_HANDLE

Syntax
public static final int FIND_HANDLE;
Description
Topic under construction.

Menu.FIND_SHORTCUT

Syntax
public static final int FIND_SHORTCUT;
Description
Topic under construction.

Constructors

Menu.mergeMenu

Syntax
public void mergeMenu( Menu menuSrc, boolean first );
Description

Topic under construction.

Methods

Menu.add

Syntax
public void add( MenuItem item );
Description

Topic under construction.

Menu.clear

Syntax
public void clear();
Description

Topic under construction.

Menu.dispose

Syntax
public void dispose();
Description

Topic under construction.

Menu.findMenuItem

Syntax
public MenuItem findMenuItem( int type, int value );
Description

Topic under construction.

Menu.getHandle

Syntax
public int getHandle();
Description

Topic under construction.

Menu.getMainMenu

Syntax
public MainMenu getMainMenu();
Description

Topic under construction.

Menu.getMDIListItem

Syntax
public MenuItem getMDIListItem();
Description

Topic under construction.

Menu.getMenuItem

Syntax
public MenuItem getMenuItem( int index );
Description

Topic under construction.

Menu.getMenuItemCount

Syntax
public int getMenuItemCount();
Description

Topic under construction.

Menu.getMenuItems

Syntax
public MenuItem[] getMenuItems();
Description

Topic under construction.

Menu.getParent

Syntax
public boolean getParent();
Description

Topic under construction.

Menu.insert

Syntax
public void insert( int index, MenuItem item );
Description

Topic under construction.

Menu.processCmdKey

Syntax
public boolean processCmdKey( MSG msg, int keyData );
Description

Topic under construction.

Menu.remove

Syntax 1
public MenuItem remove( int index );
Description

Topic under construction.



Syntax 2
public void remove( MenuItem item );
Description

Topic under construction.

Menu.setMenuItems

Syntax
public void setMenuItems( MenuItem[] value );
Description

Topic under construction.