wt.clients.iba.container
Class PopupMenuSelectionManager

java.lang.Object
  extended byjavax.swing.MenuSelectionManager
      extended bywt.clients.iba.container.PopupMenuSelectionManager

public class PopupMenuSelectionManager
extends MenuSelectionManager


Field Summary
private static PopupMenuSelectionManager popupInstance
           
 
Fields inherited from class javax.swing.MenuSelectionManager
changeEvent, listenerList
 
Constructor Summary
PopupMenuSelectionManager()
           
 
Method Summary
 MenuElement[] getSelectedPath()
           
static PopupMenuSelectionManager popupDefaultManager()
           
 void setSelectedPath(MenuElement[] path)
           
 
Methods inherited from class javax.swing.MenuSelectionManager
addChangeListener, clearSelectedPath, componentForPoint, defaultManager, fireStateChanged, getChangeListeners, isComponentPartOfCurrentMenu, processKeyEvent, processMouseEvent, removeChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

popupInstance

private static final PopupMenuSelectionManager popupInstance
Constructor Detail

PopupMenuSelectionManager

public PopupMenuSelectionManager()
Method Detail

popupDefaultManager

public static PopupMenuSelectionManager popupDefaultManager()

setSelectedPath

public void setSelectedPath(MenuElement[] path)

getSelectedPath

public MenuElement[] getSelectedPath()