Package xj3d.browser
Class Xj3DFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
xj3d.browser.Xj3DFileFilter
File filter for restricting files to types Xj3D knows about.
- Version:
- $Id: $
- Author:
- Alan Hudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Should we accept this file
-
Constructor Details
-
Xj3DFileFilter
public Xj3DFileFilter()
-
-
Method Details
-
accept
Should we accept this file- Specified by:
accept
in classFileFilter
- Parameters:
f
- The file to test- Returns:
- true if acceptable
-
getDescription
- Specified by:
getDescription
in classFileFilter
-