Package picasso.util
-
Interface Summary Interface Description Command<T> An abstract command class that operates on some target object. -
Class Summary Class Description FileCommand<T> An abstract command that allows access to the file system through a JFileChooser dialog box.NamedCommand<T> A command with a name (e.g., to display on a button)ThreadedCommand<T> Execute a long running command in a separate thread and display the results in a component while the command is running.