gui
Class SolutionsCharacteristicsFileFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended bygui.SolutionsCharacteristicsFileFilter

public class SolutionsCharacteristicsFileFilter
extends javax.swing.filechooser.FileFilter

A file filter used to filter out the files with the characteristics of the found travel solutions.

Author:
Piotrek

Field Summary
static java.lang.String FILE_EXTENSION
          A file extension of the files with the characteristics.
 
Constructor Summary
SolutionsCharacteristicsFileFilter()
          Constructor.
 
Method Summary
 boolean accept(java.io.File file)
           
 java.lang.String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_EXTENSION

public static final java.lang.String FILE_EXTENSION
A file extension of the files with the characteristics.

See Also:
Constant Field Values
Constructor Detail

SolutionsCharacteristicsFileFilter

public SolutionsCharacteristicsFileFilter()
Constructor.

Method Detail

accept

public boolean accept(java.io.File file)
See Also:
FileFilter.accept(java.io.File)

getDescription

public java.lang.String getDescription()
See Also:
FileFilter.getDescription()