com.partnersoft.v3x.gui
Class MobileDeviceFileImportDialog

java.lang.Object
  extended by com.partnersoft.v3x.gui.MobileDeviceFileImportDialog
All Implemented Interfaces:
java.awt.event.WindowListener, java.util.EventListener

public class MobileDeviceFileImportDialog
extends java.lang.Object
implements java.awt.event.WindowListener

This is the main gui class for the mobile device file importer. It deals with mobile staker, other gps (terra sync), and staking buddy jobs.


Constructor Summary
MobileDeviceFileImportDialog(MapApp app, MapSet mapset, Staker staker)
           
 
Method Summary
 boolean dataSetLoader(java.lang.String mode)
           
 void runApplication()
           
 void windowActivated(java.awt.event.WindowEvent e)
           
 void windowClosed(java.awt.event.WindowEvent e)
           
 void windowClosing(java.awt.event.WindowEvent e)
           
 void windowDeactivated(java.awt.event.WindowEvent e)
           
 void windowDeiconified(java.awt.event.WindowEvent e)
           
 void windowIconified(java.awt.event.WindowEvent e)
           
 void windowOpened(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileDeviceFileImportDialog

public MobileDeviceFileImportDialog(MapApp app,
                                    MapSet mapset,
                                    Staker staker)
Method Detail

dataSetLoader

public boolean dataSetLoader(java.lang.String mode)

runApplication

public void runApplication()

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Specified by:
windowClosing in interface java.awt.event.WindowListener

windowClosed

public void windowClosed(java.awt.event.WindowEvent e)
Specified by:
windowClosed in interface java.awt.event.WindowListener

windowOpened

public void windowOpened(java.awt.event.WindowEvent e)
Specified by:
windowOpened in interface java.awt.event.WindowListener

windowIconified

public void windowIconified(java.awt.event.WindowEvent e)
Specified by:
windowIconified in interface java.awt.event.WindowListener

windowDeiconified

public void windowDeiconified(java.awt.event.WindowEvent e)
Specified by:
windowDeiconified in interface java.awt.event.WindowListener

windowActivated

public void windowActivated(java.awt.event.WindowEvent e)
Specified by:
windowActivated in interface java.awt.event.WindowListener

windowDeactivated

public void windowDeactivated(java.awt.event.WindowEvent e)
Specified by:
windowDeactivated in interface java.awt.event.WindowListener