| 
 | Préférences Moteurs de recherche | ||||||||||||
| JavaTM 2 Platform Std. Ed. v1.4.2 
javax.swing
 | |||||||||||||
| Method Summary | |
|  Component | getComponent()This method should return the java.awt.Component used to paint the receiving element. | 
|  MenuElement[] | getSubElements()This method should return an array containing the sub-elements for the receiving menu element | 
|  void | menuSelectionChanged(boolean isIncluded)Call by the MenuSelection when the MenuElement is added or remove from the menu selection. | 
|  void | processKeyEvent(KeyEvent event,
                MenuElement[] path,
                MenuSelectionManager manager)Process a key event. | 
|  void | processMouseEvent(MouseEvent event,
                  MenuElement[] path,
                  MenuSelectionManager manager)Process a mouse event. | 
| Method Detail | 
public void processMouseEvent(MouseEvent event, MenuElement[] path, MenuSelectionManager manager)
public void processKeyEvent(KeyEvent event, MenuElement[] path, MenuSelectionManager manager)
public void menuSelectionChanged(boolean isIncluded)
public MenuElement[] getSubElements()
public Component getComponent()