|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.staker.CorrectLocationsWindow
public class CorrectLocationsWindow
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 |
|---|
public CorrectLocationsWindow(StakerPostprocessing inStakerPostprocessing)
Initializes all the controls. Adds all the listeners.
inStakerPostprocessing - | Method Detail |
|---|
public javax.swing.JFrame getFrame()
Returns the root frame.
public void sync()
This gets called every time the job changes.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||