com.huguesjohnson.fileFilter
Class SourceCodeFileFilter

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

public class SourceCodeFileFilter
extends MultiExtensionFileFilter

SourceCodeFileFilter Filter to only accept source code files

Author:
Hugues Johnson

Constructor Summary
SourceCodeFileFilter()
          Creates a new instance of SourceCodeFileFilter
 
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

SourceCodeFileFilter

public SourceCodeFileFilter()
Creates a new instance of SourceCodeFileFilter

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