net.simplace.ui.FWKeyEventDispatcher

Delegates a keyEvent to the wanted actionListener not recognizing the current focus owner.


public final class FWKeyEventDispatcher implements java.awt.KeyEventDispatcher {


// Class Methods
public static FWKeyEventDispatcher getInstance();

singleton method
returns

// Public Instance Methods
public boolean dispatchKeyEvent(KeyEvent aKeyEvent);
// From java.awt.KeyEventDispatcher


Delegates the events.
public void addKeyEvent(int aKeyCode, int aModifiers, ActionListener
aListener, String aActionCommand);

Adds a keyEvent to perform.
public void removeKeyEvent(int aKeyCode, int aModifiers);

Removes the keyEvent for the given actionCommand.


}



Returned by: getInstance()