PamView
Class GuiFrameManager.TabMover

java.lang.Object
  extended by PamView.GuiFrameManager.TabMover
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GuiFrameManager

 class GuiFrameManager.TabMover
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  int currentFrame
           
(package private)  int destinationFrame
           
(package private)  PamControlledUnit pamControlledUnit
           
 
Constructor Summary
GuiFrameManager.TabMover(PamControlledUnit pamControlledUnit, int currentFrame, int destinationFrame)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pamControlledUnit

PamControlledUnit pamControlledUnit

currentFrame

int currentFrame

destinationFrame

int destinationFrame
Constructor Detail

GuiFrameManager.TabMover

public GuiFrameManager.TabMover(PamControlledUnit pamControlledUnit,
                                int currentFrame,
                                int destinationFrame)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Specified by:
actionPerformed in interface java.awt.event.ActionListener