ComputerDictionaries.org      Computer terms spelled out...
Home -› AML/alpha -› MenuElement
Online dictionary
From all dictionaries     Only from this dictionary
 

Dictionaries by Category


High-Tech News

Definition Of:

MenuElement

AML/alphaJDK Doc (JAVA)
- interface javax.swing..MenuElement 
public interface MenuElement
public void processMouseEvent (MouseEvent Â event, MenuElement [] path, MenuSelectionManager Â manager)
Any component that can be placed into a menu should implement this interface. This interface is used by MenuSelection to handle selection and navigation in menu hierarchies.
See also: , , , ,