com.huguesjohnson.fileFilter
Class MicrosoftOfficeFilter

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

public class MicrosoftOfficeFilter
extends MultiExtensionFileFilter

MicrosoftOfficeFilter Filter to only accept Microsoft Office files

Author:
Hugues Johnson

Constructor Summary
MicrosoftOfficeFilter()
          Creates a new instance of MicrosoftOfficeFilter
 
Method Summary
 java.lang.String getDescription()
          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

MicrosoftOfficeFilter

public MicrosoftOfficeFilter()
Creates a new instance of MicrosoftOfficeFilter

Method Detail

getDescription

public java.lang.String getDescription()
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 © 2000-2007 Hugues Johnson