Uses of Interface
com.usefullittlethings.saw.model.ActionPluginIfc

Packages that use ActionPluginIfc
com.usefullittlethings.saw.apps.file   
com.usefullittlethings.saw.apps.shared   
com.usefullittlethings.saw.util   
 

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

Classes in com.usefullittlethings.saw.apps.file that implement ActionPluginIfc
 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.
 

Uses of ActionPluginIfc in com.usefullittlethings.saw.apps.shared
 

Classes in com.usefullittlethings.saw.apps.shared that implement ActionPluginIfc
 class AbstractActionPlugin
          Abstract implementation of an ActionPluginIfc to include a default configure method.
 

Uses of ActionPluginIfc in com.usefullittlethings.saw.util
 

Methods in com.usefullittlethings.saw.util that return ActionPluginIfc
 ActionPluginIfc[] SawClassLoader.loadActions(java.io.File pluginFolder, java.lang.Class classType)