Holger's
Java API

Uses of Class
com.antelmann.io.ExtensionFileFilter

Packages that use ExtensionFileFilter
com.antelmann.game This package contains packages to support game implementations. 
com.antelmann.io This package contains classes that are concerned with input/output operations. 
com.antelmann.sound This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package. 
 

Uses of ExtensionFileFilter in com.antelmann.game
 

Fields in com.antelmann.game declared as ExtensionFileFilter
protected  ExtensionFileFilter JDefaultGame.filter
           
 

Methods in com.antelmann.game with parameters of type ExtensionFileFilter
protected  void JDefaultGame.setFileFilter(ExtensionFileFilter filter)
           
 

Constructors in com.antelmann.game with parameters of type ExtensionFileFilter
JDefaultGame(GamePlay game, Player[] player, int level, ExtensionFileFilter filter)
           
 

Uses of ExtensionFileFilter in com.antelmann.io
 

Constructors in com.antelmann.io with parameters of type ExtensionFileFilter
ExtensionFileFilter(ExtensionFileFilter filter)
           
 

Uses of ExtensionFileFilter in com.antelmann.sound
 

Fields in com.antelmann.sound declared as ExtensionFileFilter
protected  ExtensionFileFilter JPlayer.filter
           
 

Methods in com.antelmann.sound that return ExtensionFileFilter
 ExtensionFileFilter JukeBox.getFileFilter()
          returns the file filter used to filter entries
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads