VRJConfig UI API
v2.0


org.vrjuggler.vrjconfig.ui
Class ConfigFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by org.vrjuggler.vrjconfig.ui.ConfigFileFilter

public class ConfigFileFilter
extends FileFilter

FileFilter for VR Juggler configuration files.


Constructor Summary
ConfigFileFilter()
           
 
Method Summary
 boolean accept(File f)
          Verify that the given file is a configuration file.
 String getDescription()
          Get a description of this filter to display in JFileChooser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigFileFilter

public ConfigFileFilter()
Method Detail

accept

public boolean accept(File f)
Verify that the given file is a configuration file.

Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Get a description of this filter to display in JFileChooser.

Specified by:
getDescription in class FileFilter

VRJConfig UI API
v2.0


Copyright © 1998–2005 Iowa State University. All rights reserved.