Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.zazof.jteg.gui
Class AttaqueMouseInput  view AttaqueMouseInput download AttaqueMouseInput.java

java.lang.Object
  extended byjavax.swing.event.MouseInputAdapter
      extended byorg.zazof.jteg.gui.AttaqueMouseInput
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.MouseInputListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener

public class AttaqueMouseInput
extends javax.swing.event.MouseInputAdapter


Field Summary
private  BoardCanvas $bc
           
private  org.zazof.jteg.Country $fromCountry
           
private  org.zazof.jteg.Country $previouslySelectedCountry
           
private  int $selectState
           
private  org.zazof.jteg.Country $toCountry
           
private static boolean DEBUG
           
 
Constructor Summary
AttaqueMouseInput(BoardCanvas bc)
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent me)
          Mouse clicked
 void mouseMoved(java.awt.event.MouseEvent me)
          Mouse moved
 
Methods inherited from class javax.swing.event.MouseInputAdapter
mouseDragged, mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

$bc

private BoardCanvas $bc

$previouslySelectedCountry

private org.zazof.jteg.Country $previouslySelectedCountry

DEBUG

private static final boolean DEBUG
See Also:
Constant Field Values

$selectState

private int $selectState

$fromCountry

private org.zazof.jteg.Country $fromCountry

$toCountry

private org.zazof.jteg.Country $toCountry
Constructor Detail

AttaqueMouseInput

public AttaqueMouseInput(BoardCanvas bc)
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent me)
Description copied from class: javax.swing.event.MouseInputAdapter
Mouse clicked


mouseMoved

public void mouseMoved(java.awt.event.MouseEvent me)
Description copied from class: javax.swing.event.MouseInputAdapter
Mouse moved