net.sf.colossus.gui
Class MasterBoard.InfoPopupHandler
java.lang.Object
java.awt.event.KeyAdapter
net.sf.colossus.gui.MasterBoard.InfoPopupHandler
- All Implemented Interfaces:
- java.awt.event.KeyListener, java.util.EventListener
- Enclosing class:
- MasterBoard
private final class MasterBoard.InfoPopupHandler
- extends java.awt.event.KeyAdapter
Methods inherited from class java.awt.event.KeyAdapter |
keyTyped |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POPUP_KEY_ALL_LEGIONS
private static final int POPUP_KEY_ALL_LEGIONS
- See Also:
- Constant Field Values
POPUP_KEY_MY_LEGIONS
private static final int POPUP_KEY_MY_LEGIONS
- See Also:
- Constant Field Values
PANEL_MARGIN
private static final int PANEL_MARGIN
- See Also:
- Constant Field Values
PANEL_PADDING
private static final int PANEL_PADDING
- See Also:
- Constant Field Values
clientRef
private final java.lang.ref.WeakReference<Client> clientRef
MasterBoard.InfoPopupHandler
private MasterBoard.InfoPopupHandler(Client client)
keyPressed
public void keyPressed(java.awt.event.KeyEvent e)
- Specified by:
keyPressed
in interface java.awt.event.KeyListener
- Overrides:
keyPressed
in class java.awt.event.KeyAdapter
createLegionFlyouts
private void createLegionFlyouts(java.util.Collection<Marker> markers)
keyReleased
public void keyReleased(java.awt.event.KeyEvent e)
- Specified by:
keyReleased
in interface java.awt.event.KeyListener
- Overrides:
keyReleased
in class java.awt.event.KeyAdapter