org.media.hyperpad
Class TXTFilter

java.lang.Object
  |
  +--javax.swing.filechooser.FileFilter
        |
        +--org.media.hyperpad.TXTFilter

public class TXTFilter
extends FileFilter

Class to filter .txt files only.

Version:
$Revision: 1.1 $ $Date: 2002/09/13 18:51:36 $
Author:
Borsos Szabolcs
See Also:
String

Constructor Summary
TXTFilter()
           
 
Method Summary
 boolean accept(File f)
           
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TXTFilter

public TXTFilter()
Method Detail

accept

public boolean accept(File f)
Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Specified by:
getDescription in class FileFilter


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."