rero.gui
Class KeyBindings
java.lang.Object
rero.gui.KeyBindings
- All Implemented Interfaces:
- KeyEventDispatcher
- public class KeyBindings
- extends Object
- implements KeyEventDispatcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
is_dialog_active
public static boolean is_dialog_active
session
protected SessionManager session
binds
protected HashMap binds
KeyBindings
public KeyBindings(SessionManager s)
removeSession
public void removeSession(IRCSession session)
dispatchKeyEvent
public boolean dispatchKeyEvent(KeyEvent ev)
- Specified by:
dispatchKeyEvent
in interface KeyEventDispatcher