com.togethersoft.openapi.ide.window
Class IdeFileFilter

java.lang.Object
  |
  +--javax.swing.filechooser.FileFilter
        |
        +--com.togethersoft.openapi.ide.window.IdeFileFilter

public abstract class IdeFileFilter
extends FileFilter

Class IdeFileFilter extends the standard FileFilter adding the ability to get the filter's mask.

Author:
TogetherSoft

Method Summary
 abstract StringgetMask()
           Returns the Mask of this filter as a String.

Methods inherited from class javax.swing.filechooser.FileFilter
accept, getDescription

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize

Method Detail

getMask

public abstract String getMask()
Returns the Mask of this filter as a String.
Returns: String mask of this filter