Uses of Class
org.itr_rescue.dataGuard.remoteView.XmlModel.XmlFileSystemModel

Packages that use XmlFileSystemModel
org.itr_rescue.dataGuard.DataObjectModel   
org.itr_rescue.dataGuard.remoteView.FileSystem   
org.itr_rescue.dataGuard.remoteView.FileSystem.SearchView   
 

Uses of XmlFileSystemModel in org.itr_rescue.dataGuard.DataObjectModel
 

Fields in org.itr_rescue.dataGuard.DataObjectModel declared as XmlFileSystemModel
protected  XmlFileSystemModel AbstractFileAction.fileSystem
           
 

Uses of XmlFileSystemModel in org.itr_rescue.dataGuard.remoteView.FileSystem
 

Fields in org.itr_rescue.dataGuard.remoteView.FileSystem declared as XmlFileSystemModel
protected  XmlFileSystemModel RemoteFileSystemView.system
           
 

Methods in org.itr_rescue.dataGuard.remoteView.FileSystem that return XmlFileSystemModel
 XmlFileSystemModel RemoteFileSystemView.getFileSystem()
           
 XmlFileSystemModel IRemoteFileSystemView.getFileSystem()
           
 

Methods in org.itr_rescue.dataGuard.remoteView.FileSystem with parameters of type XmlFileSystemModel
 void RemoteFileSystemView.setSystem(XmlFileSystemModel system)
           
 

Constructors in org.itr_rescue.dataGuard.remoteView.FileSystem with parameters of type XmlFileSystemModel
RemoteFileSystemViewRenderer(XmlFileSystemModel s)
           
 

Uses of XmlFileSystemModel in org.itr_rescue.dataGuard.remoteView.FileSystem.SearchView
 

Methods in org.itr_rescue.dataGuard.remoteView.FileSystem.SearchView that return XmlFileSystemModel
 XmlFileSystemModel RemoteFileSearchView.getFileSystem()