Uses of Class
com.sshtools.common.mru.MRUList

Packages that use MRUList
com.sshtools.common.mru   
 

Uses of MRUList in com.sshtools.common.mru
 

Fields in com.sshtools.common.mru declared as MRUList
private  MRUList MRUListModel.mru
           
 

Methods in com.sshtools.common.mru that return MRUList
 MRUList MRUListModel.getMRUList()
           
 

Methods in com.sshtools.common.mru with parameters of type MRUList
 void MRUListModel.setMRUList(MRUList mru)