uk.me.parabola.mkgmap.gui
Class MainFileList

java.lang.Object
  extended by uk.me.parabola.mkgmap.gui.MainFileList

public class MainFileList
extends java.lang.Object

This is the main file list of input files that will be converted to the Garmin .img format.

Author:
Steve Ratcliffe

Constructor Summary
MainFileList()
          Build up the file input part of the interface.
 
Method Summary
 javax.swing.JComponent $$$getRootComponent$$$()
           
 java.util.List<uk.me.parabola.mkgmap.gui.InputFile> getInputFiles()
           
 javax.swing.JTable getInputTable()
           
 javax.swing.JPanel getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainFileList

public MainFileList()
Build up the file input part of the interface.

Method Detail

getRoot

public javax.swing.JPanel getRoot()

getInputTable

public javax.swing.JTable getInputTable()

getInputFiles

public java.util.List<uk.me.parabola.mkgmap.gui.InputFile> getInputFiles()

$$$getRootComponent$$$

public javax.swing.JComponent $$$getRootComponent$$$()