Uses of Class
holoedit.data.HoloRecentFile

Packages that use HoloRecentFile
holoedit   
holoedit.data   
holoedit.fileio   
 

Uses of HoloRecentFile in holoedit
 

Fields in holoedit declared as HoloRecentFile
 HoloRecentFile Main.last
           
 

Fields in holoedit with type parameters of type HoloRecentFile
 java.util.Vector<HoloRecentFile> Main.recentFiles
           
 

Methods in holoedit with parameters of type HoloRecentFile
 void Main.addRecent(HoloRecentFile rf)
           
 void Main.insertRecent(HoloRecentFile rf)
           
 

Uses of HoloRecentFile in holoedit.data
 

Constructors in holoedit.data with parameters of type HoloRecentFile
HoloRecentFile(Main s, HoloRecentFile toClone)
           
 

Uses of HoloRecentFile in holoedit.fileio
 

Fields in holoedit.fileio declared as HoloRecentFile
private  HoloRecentFile HoloSettings.lastOne