Uses of Class
org.pentaho.di.core.LastUsedFile

Packages that use LastUsedFile
org.pentaho.di.ui.core   
 

Uses of LastUsedFile in org.pentaho.di.ui.core
 

Methods in org.pentaho.di.ui.core that return types with arguments of type LastUsedFile
 List<LastUsedFile> PropsUI.getLastUsedFiles()
           
 List<LastUsedFile> PropsUI.getOpenTabFiles()
           
 

Method parameters in org.pentaho.di.ui.core with type arguments of type LastUsedFile
 void PropsUI.setLastUsedFiles(List<LastUsedFile> lastUsedFiles)
           
 void PropsUI.setOpenTabFiles(List<LastUsedFile> openTabFiles)