fbench
Class FBLibrary

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by fbench.FBLibrary

public class FBLibrary
extends javax.swing.filechooser.FileFilter

IEC 61499 compactable File Type Library

Version:
20061126/WD
Author:
WD

Field Summary
static java.lang.String[] suffixes
           
 
Constructor Summary
FBLibrary()
           
 
Method Summary
 boolean accept(java.io.File f)
           
 java.lang.String getDescription()
           
static int getSuffixNumber(java.io.File f)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suffixes

public static final java.lang.String[] suffixes
Constructor Detail

FBLibrary

public FBLibrary()
Method Detail

getSuffixNumber

public static int getSuffixNumber(java.io.File f)

accept

public boolean accept(java.io.File f)
Specified by:
accept in class javax.swing.filechooser.FileFilter

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class javax.swing.filechooser.FileFilter