Uses of Class
com.usefullittlethings.saw.model.exception.ActionInvocationException

Packages that use ActionInvocationException
com.usefullittlethings.saw.apps.file   
com.usefullittlethings.saw.model   
 

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

Methods in com.usefullittlethings.saw.apps.file that throw ActionInvocationException
 void WriteToFile.begin()
           
 void WriteToFile.end()
           
 void WriteToFile.handle(int pattern, java.lang.Object target)
           
 void SawJava2HTML.convert(java.lang.String sourceName, java.lang.String htmlFileName, boolean showLineNumbers)
           
 void Sawj2h.begin()
           
 void Sawj2h.end()
           
 void Sawj2h.handle(int pattern, java.lang.Object target)
           
 void ReplaceText.begin()
           
 void ReplaceText.end()
           
 void ReplaceText.handle(int pattern, java.lang.Object target)
           
 void Move.begin()
           
 void Move.end()
           
 void Move.handle(int pattern, java.lang.Object target)
           
 void ListToConsole.handle(int pattern, java.lang.Object target)
           
 void Delete.end()
           
 void Delete.handle(int pattern, java.lang.Object target)
           
 void Copy.begin()
           
 void Copy.end()
           
 void Copy.handle(int pattern, java.lang.Object target)
           
 void Compress.begin()
           
 void Compress.end()
           
 void Compress.handle(int pattern, java.lang.Object target)
           
 

Uses of ActionInvocationException in com.usefullittlethings.saw.model
 

Methods in com.usefullittlethings.saw.model that throw ActionInvocationException
 void ActionPluginIfc.handle(int pattern, java.lang.Object target)
          This method is called by the core application to invoke the plug-in's action.
 void ActionPluginIfc.begin()
          This method of the plug-in will be invoked immediately before a search is performed, allowing the plug-in the "prepare" itself to perform a search.
 void ActionPluginIfc.end()
          This method of the plug-in will be invoked immediately after a search has completed, allowing the plug-in the perform any post-search clean-up activities..