Overview | Package | Class | Tree | Deprecated | Index | Help Java Platform
1.1.7
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class com.sun.java.swing.MenuSelectionManager

java.lang.Object
  |
  +--com.sun.java.swing.MenuSelectionManager

public class MenuSelectionManager
extends java.lang.Object

Method Summary
void clearSelectedPath()
           
java.awt.Component componentForPoint(java.awt.Component source, java.awt.Point sourcePoint)
           
static MenuSelectionManager defaultManager()
           
MenuElement[] getSelectedPath()
           
boolean isComponentPartOfCurrentMenu(java.awt.Component c)
          Return true if c is part of the currently used menu
void processKeyEvent(java.awt.event.KeyEvent e)
           
void processMouseEvent(java.awt.event.MouseEvent event)
           
void setSelectedPath(MenuElement[] path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Method Detail

defaultManager

public static MenuSelectionManager defaultManager()

setSelectedPath

public void setSelectedPath(MenuElement[] path)

getSelectedPath

public MenuElement[] getSelectedPath()

clearSelectedPath

public void clearSelectedPath()

processMouseEvent

public void processMouseEvent(java.awt.event.MouseEvent event)

componentForPoint

public java.awt.Component componentForPoint(java.awt.Component source,
                                   java.awt.Point sourcePoint)

processKeyEvent

public void processKeyEvent(java.awt.event.KeyEvent e)

isComponentPartOfCurrentMenu

public boolean isComponentPartOfCurrentMenu(java.awt.Component c)
Return true if c is part of the currently used menu

Overview | Package | Class | Tree | Deprecated | Index | Help Java Platform
1.1.7
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Submit a bug or feature
Submit comments/suggestions about javadoc
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.