private final class MasterBoard.InfoPopupHandler
extends java.awt.event.KeyAdapter
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier | Constructor and Description |
|---|---|
private |
MasterBoard.InfoPopupHandler(Client client) |
| Modifier and Type | Method and Description |
|---|---|
private void |
createLegionFlyouts(java.util.Collection<Marker> markers) |
void |
keyPressed(java.awt.event.KeyEvent e) |
void |
keyReleased(java.awt.event.KeyEvent e) |
private static final int POPUP_KEY_ALL_LEGIONS
private static final int POPUP_KEY_MY_LEGIONS
private static final int PANEL_MARGIN
private static final int PANEL_PADDING
private final java.lang.ref.WeakReference<Client> clientRef
private MasterBoard.InfoPopupHandler(Client client)
public void keyPressed(java.awt.event.KeyEvent e)
keyPressed in interface java.awt.event.KeyListenerkeyPressed in class java.awt.event.KeyAdapterprivate void createLegionFlyouts(java.util.Collection<Marker> markers)
public void keyReleased(java.awt.event.KeyEvent e)
keyReleased in interface java.awt.event.KeyListenerkeyReleased in class java.awt.event.KeyAdapter