edu.jhu.tmaj.client.image
Class NavigationGUI

java.lang.Object
  extended by edu.jhu.tmaj.client.image.NavigationGUI

public final class NavigationGUI
extends java.lang.Object

Allows users to go up and down, back and next on the ArrayImageFrame, or in another order they specify.


Field Summary
(package private)  javax.swing.JButton backButton
           
(package private)  javax.swing.JButton downButton
           
(package private)  javax.swing.JButton linkButton
           
(package private)  javax.swing.JButton nextButton
           
(package private)  javax.swing.JButton upButton
           
 
Constructor Summary
NavigationGUI(ArrayImageFrame arrayImageFrame, ImageAppGuis imageAppGuis)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

upButton

final javax.swing.JButton upButton

downButton

final javax.swing.JButton downButton

backButton

final javax.swing.JButton backButton

nextButton

final javax.swing.JButton nextButton

linkButton

final javax.swing.JButton linkButton
Constructor Detail

NavigationGUI

NavigationGUI(ArrayImageFrame arrayImageFrame,
              ImageAppGuis imageAppGuis)