Uses of Class
com.usefullittlethings.saw.apps.shared.AbstractActionPlugin

Packages that use AbstractActionPlugin
com.usefullittlethings.saw.apps.file   
 

Uses of AbstractActionPlugin in com.usefullittlethings.saw.apps.file
 

Subclasses of AbstractActionPlugin in com.usefullittlethings.saw.apps.file
 class AbstractFileActionPlugin
          Abstract implementation of an action plug-in that defines the result class as java.io.File.
 class Compress
          Compresses the files in the result list to the location specified in setCompressToLocation.
 class Copy
          Copies files in the result list to the location specified by setCopyToLocation.
 class Delete
          Deletes the files in the result list with an optional confirmation prompt.
 class ListToConsole
          List the files in the resultset to standard out, including file path, name, and extension.
 class Move
          Moves the files in the result list to the location specified via the setMoveToLocation method.
 class ReplaceText
          Replaces string values in files with a new string value.
 class Sawj2h
          Wrapper class for SawJava2HTML, to present PluginIfc interface.
 class WriteToFile
          Writes to a file (specified by setWriteToLocation) the details of the files listed in the result list.