de.uni_paderborn.fujaba.basic
Class SchemaFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended byde.uni_paderborn.fujaba.basic.SchemaFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class SchemaFilter
extends javax.swing.filechooser.FileFilter
implements java.io.FilenameFilter

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.18 $
Author:
$Author: schneider $

Constructor Summary
SchemaFilter(java.lang.String ext, java.lang.String description)
          Constructor for class SchemaFilter
 
Method Summary
 boolean accept(java.io.File f)
          No comment provided by developer, please add a comment to improve documentation.
 boolean accept(java.io.File f, java.lang.String name)
          No comment provided by developer, please add a comment to improve documentation.
 void addExtension(java.lang.String ext)
          Access method for an one to n association.
 java.lang.String getDescription()
          Get the description attribute of the SchemaFilter object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaFilter

public SchemaFilter(java.lang.String ext,
                    java.lang.String description)
Constructor for class SchemaFilter

Parameters:
ext - No description provided
description - No description provided
Method Detail

addExtension

public void addExtension(java.lang.String ext)
Access method for an one to n association.

Parameters:
ext - The object added.

accept

public boolean accept(java.io.File f)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
f - No description provided
Returns:
No description provided

accept

public boolean accept(java.io.File f,
                      java.lang.String name)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
accept in interface java.io.FilenameFilter
Parameters:
f - No description provided
name - No description provided
Returns:
No description provided

getDescription

public java.lang.String getDescription()
Get the description attribute of the SchemaFilter object

Returns:
The description value