rero.gui

Class KeyBindings

public class KeyBindings extends Object implements KeyEventDispatcher

Field Summary
protected HashMapbinds
static booleanis_dialog_active
protected SessionManagersession
Constructor Summary
KeyBindings(SessionManager s)
Method Summary
booleandispatchKeyEvent(KeyEvent ev)
voidremoveSession(IRCSession session)

Field Detail

binds

protected HashMap binds

is_dialog_active

public static boolean is_dialog_active

session

protected SessionManager session

Constructor Detail

KeyBindings

public KeyBindings(SessionManager s)

Method Detail

dispatchKeyEvent

public boolean dispatchKeyEvent(KeyEvent ev)

removeSession

public void removeSession(IRCSession session)