Uses of Class
plugins.wfx.Win32FindData

Packages that use Win32FindData
plugins.wfx This Package contains the Total Commander Java File System Plugin Interface. 
 

Uses of Win32FindData in plugins.wfx
 

Methods in plugins.wfx with parameters of type Win32FindData
 java.lang.Object WFXPluginInterface.fsFindFirst(java.lang.String path, Win32FindData lastFindData)
          FsFindFirst is called to retrieve the first file in a directory of the plugin's file system.
abstract  java.lang.Object WFXPluginAdapter.fsFindFirst(java.lang.String path, Win32FindData lastFindData)
          FsFindFirst is called to retrieve the first file in a directory of the plugin's file system.
 boolean WFXPluginInterface.fsFindNext(java.lang.Object handle, Win32FindData findData)
          FsFindNext is called to retrieve the next file in a directory of the plugin's file system.
abstract  boolean WFXPluginAdapter.fsFindNext(java.lang.Object handle, Win32FindData findData)
          FsFindNext is called to retrieve the next file in a directory of the plugin's file system.