gui
Class WorldEditorFileFilter

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

public final class WorldEditorFileFilter
extends javax.swing.filechooser.FileFilter

A file filter used to filter out the world files.

Author:
Piotrek

Field Summary
static java.lang.String FILE_EXTENSION
          A file extension for the world files.
 
Constructor Summary
WorldEditorFileFilter()
          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 for the world files.

See Also:
Constant Field Values
Constructor Detail

WorldEditorFileFilter

public WorldEditorFileFilter()
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()