com.ibm.as400.vaccess
Class FileFilter

java.lang.Object
  extended bycom.ibm.as400.vaccess.FileFilter

Deprecated. Use Java Swing instead, along with the classes in package com.ibm.as400.access

public class FileFilter
extends Object

The FileFilter class provides file filtering support.


Constructor Summary
FileFilter()
          Deprecated. Constructs a FileFilter object.
FileFilter(String description, String pattern)
          Deprecated. Constructs a FileFilter object.
 
Method Summary
 String getDescription()
          Deprecated. Returns the description.
 String getPattern()
          Deprecated. Returns the pattern.
 void setDescription(String description)
          Deprecated. Sets the description.
 void setPattern(String pattern)
          Deprecated. Sets the pattern.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFilter

public FileFilter()
Deprecated. 
Constructs a FileFilter object.


FileFilter

public FileFilter(String description,
                  String pattern)
Deprecated. 
Constructs a FileFilter object.

Method Detail

getDescription

public String getDescription()
Deprecated. 
Returns the description.

Returns:
The description.

getPattern

public String getPattern()
Deprecated. 
Returns the pattern.

Returns:
The pattern.

setDescription

public void setDescription(String description)
Deprecated. 
Sets the description.

Parameters:
description - The description.

setPattern

public void setPattern(String pattern)
Deprecated. 
Sets the pattern.

Parameters:
pattern - The pattern.