net.sf.colossus.gui
Class MasterBoard.InfoPopupHandler

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by 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


Field Summary
private  java.lang.ref.WeakReference<Client> clientRef
           
private static int PANEL_MARGIN
           
private static int PANEL_PADDING
           
private static int POPUP_KEY_ALL_LEGIONS
           
private static int POPUP_KEY_MY_LEGIONS
           
 
Constructor Summary
private MasterBoard.InfoPopupHandler(Client client)
           
 
Method Summary
private  void createLegionFlyouts(java.util.Collection<Marker> markers)
           
 void keyPressed(java.awt.event.KeyEvent e)
           
 void keyReleased(java.awt.event.KeyEvent e)
           
 
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
 

Field Detail

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
Constructor Detail

MasterBoard.InfoPopupHandler

private MasterBoard.InfoPopupHandler(Client client)
Method Detail

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