br.usp.ime.klava.segmentit.gui
Class FileChooser

java.lang.Object
  extended by br.usp.ime.klava.segmentit.gui.FileChooser

public class FileChooser
extends java.lang.Object

Provides a JFileChooser with the FileFilters used by the GUI tool.

Author:
Bruno Klava

Constructor Summary
FileChooser()
           
 
Method Summary
static javax.swing.JFileChooser getMarkerFormatFileChooser()
          Returns a JFileChooser using the MarkerFormat filter.
static javax.swing.JFileChooser getReadFormatsFileChooser()
          Returns a JFileChooser using the ReadFormats filter.
static javax.swing.JFileChooser getWriteFormatsFileChooser()
          Returns a JFileChooser using the WriteFormat filters.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileChooser

public FileChooser()
Method Detail

getWriteFormatsFileChooser

public static javax.swing.JFileChooser getWriteFormatsFileChooser()
Returns a JFileChooser using the WriteFormat filters.

Returns:
a JFileChooser using the WriteFormat filters

getReadFormatsFileChooser

public static javax.swing.JFileChooser getReadFormatsFileChooser()
Returns a JFileChooser using the ReadFormats filter.

Returns:
a JFileChooser using the ReadFormats filter

getMarkerFormatFileChooser

public static javax.swing.JFileChooser getMarkerFormatFileChooser()
Returns a JFileChooser using the MarkerFormat filter.

Returns:
a JFileChooser using the MarkerFormat filter