com.partnersoft.staker
Class CorrectLocationsWindow

java.lang.Object
  extended by com.partnersoft.staker.CorrectLocationsWindow

public class CorrectLocationsWindow
extends java.lang.Object

A window that helps the user navigate through the task of post-processing a job. If the post-processing data is present and working correctly, it shows a table of corrected locations to the user. If there was a problem, it shows troubleshooting information to resolve that problem.

Has a direction connection to the StakerPostprocessing object.

Presently, this window only shows correctable locations, which means a location that was surveyed with a GPS. It does not show unsurveyed locations because it needs a GPS ID to do selection, which unsurveyed locations lack.


Constructor Summary
CorrectLocationsWindow(StakerPostprocessing inStakerPostprocessing)
           Initializes all the controls.
 
Method Summary
 javax.swing.JFrame getFrame()
           Returns the root frame.
 void sync()
           This gets called every time the job changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrectLocationsWindow

public CorrectLocationsWindow(StakerPostprocessing inStakerPostprocessing)

Initializes all the controls. Adds all the listeners.

Parameters:
inStakerPostprocessing -
Method Detail

getFrame

public javax.swing.JFrame getFrame()

Returns the root frame.

Returns:

sync

public void sync()

This gets called every time the job changes.