Ontimize 5.2072EN

com.ontimize.gui.table
Class Table.HTMLFileFilter

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

protected class Table.HTMLFileFilter
extends javax.swing.filechooser.FileFilter

Class that determines a filter in order to retrieve only html/htm files.


Constructor Summary
Table.HTMLFileFilter()
           
 
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
 

Constructor Detail

Table.HTMLFileFilter

public Table.HTMLFileFilter()
Method Detail

getDescription

public java.lang.String getDescription()

accept

public boolean accept(java.io.File file)

Ontimize