Uses of Class
plugins.DefaultParam

Packages that use DefaultParam
plugins.wcx This Package contains the Total Commander Java Packer Plugin Interface. 
plugins.wdx This Package contains the Total Commander Java Content Plugin Interface. 
plugins.wfx This Package contains the Total Commander Java File System Plugin Interface. 
plugins.wlx This Package contains the Total Commander Java Lister Plugin Interface. 
 

Uses of DefaultParam in plugins.wcx
 

Methods in plugins.wcx with parameters of type DefaultParam
 void WCXPluginInterface.packSetDefaultParams(DefaultParam dps)
          PackSetDefaultParams is called immediately after loading the DLL, before any other function.
 void WCXPluginAdapter.packSetDefaultParams(DefaultParam dps)
          PackSetDefaultParams is called immediately after loading the DLL, before any other function.
 

Uses of DefaultParam in plugins.wdx
 

Methods in plugins.wdx with parameters of type DefaultParam
 void WDXPluginInterface.contentSetDefaultParams(DefaultParam dps)
          ContentsSetDefaultParams is called immediately after loading the DLL.
 void WDXPluginAdapter.contentSetDefaultParams(DefaultParam dps)
          ContentsSetDefaultParams is called immediately after loading the DLL.
 

Uses of DefaultParam in plugins.wfx
 

Methods in plugins.wfx with parameters of type DefaultParam
 void WFXPluginInterface.fsSetDefaultParams(DefaultParam dps)
          FsSetDefaultParams is called immediately after FsInit().
 void WFXPluginAdapter.fsSetDefaultParams(DefaultParam dps)
          FsSetDefaultParams is called immediately after FsInit().
 

Uses of DefaultParam in plugins.wlx
 

Methods in plugins.wlx with parameters of type DefaultParam
 void WLXPluginInterface.listDefaultGetParams(DefaultParam dps)
          ListSetDefaultParams is called immediately after loading the DLL, before ListLoad.
 void WLXPluginAdapter.listDefaultGetParams(DefaultParam dps)
          ListSetDefaultParams is called immediately after loading the DLL, before ListLoad.