com.huguesjohnson.fileFilter
Class GameRomzFilter

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

public class GameRomzFilter
extends MultiExtensionFileFilter

GameRomzFilter filter to only accept game romz

Author:
Hugues Johnson

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

GameRomzFilter

public GameRomzFilter()
Creates a new instance of GameRomzFilter

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