com.huguesjohnson.fileFilter
Class TrueTypeFontFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by com.huguesjohnson.fileFilter.MultiExtensionFileFilter
          extended by com.huguesjohnson.fileFilter.TrueTypeFontFileFilter

public class TrueTypeFontFileFilter
extends MultiExtensionFileFilter

TrueTypeFontFileFilter Filter to only accept True Type fonts

Author:
Hugues Johnson

Constructor Summary
TrueTypeFontFileFilter()
          Creates a new instance of TrueTypeFontFileFilter
 
Method Summary
 java.lang.String getDescription()
          Returns the description of file accepted by the filter.
 
Methods inherited from class com.huguesjohnson.fileFilter.MultiExtensionFileFilter
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrueTypeFontFileFilter

public TrueTypeFontFileFilter()
Creates a new instance of TrueTypeFontFileFilter

Method Detail

getDescription

public java.lang.String getDescription()
Returns the description of file accepted by the filter.

Overrides:
getDescription in class MultiExtensionFileFilter
Returns:
Description of files accepted by the current filter.


Copyright © 2004-2006 Hugues Johnson