Package net.sf.colossus.gui
Class MasterBoard.InfoPopupHandler
java.lang.Object
java.awt.event.KeyAdapter
net.sf.colossus.gui.MasterBoard.InfoPopupHandler
- All Implemented Interfaces:
KeyListener
,EventListener
- Enclosing class:
MasterBoard
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final WeakReference
<Client> private static final int
private static final int
private static final int
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
createLegionFlyouts
(Collection<Marker> markers) void
void
Methods inherited from class java.awt.event.KeyAdapter
keyTyped
-
Field Details
-
POPUP_KEY_ALL_LEGIONS
private static final int POPUP_KEY_ALL_LEGIONS- See Also:
-
POPUP_KEY_MY_LEGIONS
private static final int POPUP_KEY_MY_LEGIONS- See Also:
-
PANEL_MARGIN
private static final int PANEL_MARGIN- See Also:
-
PANEL_PADDING
private static final int PANEL_PADDING- See Also:
-
clientRef
-
-
Constructor Details
-
InfoPopupHandler
-
-
Method Details
-
keyPressed
- Specified by:
keyPressed
in interfaceKeyListener
- Overrides:
keyPressed
in classKeyAdapter
-
createLegionFlyouts
-
keyReleased
- Specified by:
keyReleased
in interfaceKeyListener
- Overrides:
keyReleased
in classKeyAdapter
-