Uses of Interface
org.eclipse.ecf.discovery.ui.model.IHost

Packages that use IHost
org.eclipse.ecf.discovery.ui.model   
org.eclipse.ecf.discovery.ui.model.impl   
org.eclipse.ecf.discovery.ui.model.util   
 

Uses of IHost in org.eclipse.ecf.discovery.ui.model
 

Methods in org.eclipse.ecf.discovery.ui.model that return IHost
 IHost ModelFactory.createIHost()
          Returns a new object of class 'IHost'.
 

Uses of IHost in org.eclipse.ecf.discovery.ui.model.impl
 

Classes in org.eclipse.ecf.discovery.ui.model.impl that implement IHost
 class IHostImpl
          An implementation of the model object 'IHost'.
 

Methods in org.eclipse.ecf.discovery.ui.model.impl that return IHost
 IHost ModelFactoryImpl.createIHost()
           
 

Uses of IHost in org.eclipse.ecf.discovery.ui.model.util
 

Methods in org.eclipse.ecf.discovery.ui.model.util with parameters of type IHost
 java.lang.Object ModelSwitch.caseIHost(IHost object)
          Returns the result of interpreting the object as an instance of 'IHost'.