kmlconverter
Class KMLConverterView

java.lang.Object
  extended by org.jdesktop.application.AbstractBean
      extended by org.jdesktop.application.View
          extended by org.jdesktop.application.FrameView
              extended by kmlconverter.KMLConverterView
All Implemented Interfaces:
KeyListener, EventListener

public class KMLConverterView
extends org.jdesktop.application.FrameView
implements KeyListener

The application's main frame.


Constructor Summary
KMLConverterView(org.jdesktop.application.SingleFrameApplication app)
           
 
Method Summary
 void exportKML()
           
 void keyPressed(KeyEvent kevt)
           
 void keyReleased(KeyEvent e)
           
 void keyTyped(KeyEvent e)
           
 void openFile()
           
 void setCoulumDataType()
           
 void showAboutBox()
           
 
Methods inherited from class org.jdesktop.application.FrameView
getFrame, getRootPane, setFrame
 
Methods inherited from class org.jdesktop.application.View
getApplication, getComponent, getContext, getMenuBar, getResourceMap, getStatusBar, getToolBar, getToolBars, setComponent, setMenuBar, setStatusBar, setToolBar, setToolBars
 
Methods inherited from class org.jdesktop.application.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KMLConverterView

public KMLConverterView(org.jdesktop.application.SingleFrameApplication app)
Parameters:
app -
Method Detail

showAboutBox

@Action
public void showAboutBox()

openFile

@Action
public void openFile()
              throws FileNotFoundException,
                     IOException,
                     kmlconverter.WrongFileException
Throws:
FileNotFoundException
IOException
WrongFileException

keyPressed

public void keyPressed(KeyEvent kevt)
Specified by:
keyPressed in interface KeyListener

keyTyped

public void keyTyped(KeyEvent e)
Specified by:
keyTyped in interface KeyListener

keyReleased

public void keyReleased(KeyEvent e)
Specified by:
keyReleased in interface KeyListener

setCoulumDataType

@Action
public void setCoulumDataType()

exportKML

@Action
public void exportKML()
               throws FileNotFoundException,
                      IOException
Throws:
FileNotFoundException
IOException