kmlconverter
Class KMLConverterView
java.lang.Object
org.jdesktop.application.AbstractBean
org.jdesktop.application.View
org.jdesktop.application.FrameView
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)
|
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 |
KMLConverterView
public KMLConverterView(org.jdesktop.application.SingleFrameApplication app)
- Parameters:
app
-
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