org.springframework.richclient.filechooser
Class FileChecks.FileConverter

java.lang.Object
  extended by org.springframework.richclient.filechooser.FileChecks.FileConverter
All Implemented Interfaces:
Closure
Enclosing class:
FileChecks

public static class FileChecks.FileConverter
extends Object
implements Closure


Constructor Summary
FileChecks.FileConverter()
           
 
Method Summary
 Object call(Object argument)
          Evaluate the function with the provided argument, returning the result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileChecks.FileConverter

public FileChecks.FileConverter()
Method Detail

call

public Object call(Object argument)
Description copied from interface: Closure
Evaluate the function with the provided argument, returning the result.

Specified by:
call in interface Closure
Parameters:
argument - the argument
Returns:
the function return value


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.