com.partnersoft.v3x.gui
Class SimpleTOFEditor

java.lang.Object
  extended by com.partnersoft.v3x.util.App
      extended by com.partnersoft.v3x.gui.SimpleTOFEditor

public class SimpleTOFEditor
extends App

An editor for simple beans in TOF files.


Constructor Summary
SimpleTOFEditor()
           
 
Method Summary
 void exit()
           
 PartnerFrame getWindow()
           
 void initializeImp(PropMap args)
           
 void runImp()
           
 
Methods inherited from class com.partnersoft.v3x.util.App
die, die, launch, runApp, setupApp, setupAppLogging
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTOFEditor

public SimpleTOFEditor()
Method Detail

runImp

public void runImp()
            throws java.lang.Exception
Specified by:
runImp in class App
Throws:
java.lang.Exception

initializeImp

public void initializeImp(PropMap args)
                   throws java.lang.Exception
Specified by:
initializeImp in class App
Throws:
java.lang.Exception

exit

public void exit()
Overrides:
exit in class App

getWindow

public PartnerFrame getWindow()