picasso.util
Class FileCommand<T>

java.lang.Object
  extended by picasso.util.FileCommand<T>
All Implemented Interfaces:
Command<T>
Direct Known Subclasses:
Reader, Writer

public abstract class FileCommand<T>
extends java.lang.Object
implements Command<T>

An abstract command that allows access to the file system, sub-classes still determine what to do with the file once it is chosen.

Author:
Robert C Duvall

Constructor Summary
FileCommand(int dialogType)
          Create command with that will pop-up the given type of FileChooser
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface picasso.util.Command
execute
 

Constructor Detail

FileCommand

public FileCommand(int dialogType)
Create command with that will pop-up the given type of FileChooser