rero.gui
Class KeyBindings

java.lang.Object
  extended byrero.gui.KeyBindings
All Implemented Interfaces:
KeyEventDispatcher

public class KeyBindings
extends Object
implements KeyEventDispatcher


Field Summary
protected  HashMap binds
           
static boolean is_dialog_active
           
protected  SessionManager session
           
 
Constructor Summary
KeyBindings(SessionManager s)
           
 
Method Summary
 boolean dispatchKeyEvent(KeyEvent ev)
           
 void removeSession(IRCSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

is_dialog_active

public static boolean is_dialog_active

session

protected SessionManager session

binds

protected HashMap binds
Constructor Detail

KeyBindings

public KeyBindings(SessionManager s)
Method Detail

removeSession

public void removeSession(IRCSession session)

dispatchKeyEvent

public boolean dispatchKeyEvent(KeyEvent ev)
Specified by:
dispatchKeyEvent in interface KeyEventDispatcher