| 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. |