Ontimize 5.2072EN

com.ontimize.gui.table
Class Table.TxtFileFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended bycom.ontimize.gui.table.Table.TxtFileFilter
Enclosing class:
Table

protected static class Table.TxtFileFilter
extends javax.swing.filechooser.FileFilter

Class that determines a filter in order to retrieve only txt files.


Field Summary
protected static java.lang.String TEXT_FILES
           
 
Constructor Summary
Table.TxtFileFilter()
           
 
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

TEXT_FILES

protected static final java.lang.String TEXT_FILES
See Also:
Constant Field Values
Constructor Detail

Table.TxtFileFilter

public Table.TxtFileFilter()
Method Detail

getDescription

public java.lang.String getDescription()

accept

public boolean accept(java.io.File file)

Ontimize