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

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

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

Methods in org.eclipse.ecf.discovery.ui.model that return IServiceInfo
 IServiceInfo ModelFactory.createIServiceInfo()
          Returns a new object of class 'IService Info'.
 

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

Classes in org.eclipse.ecf.discovery.ui.model.impl that implement IServiceInfo
 class IServiceInfoImpl
          An implementation of the model object 'IService Info'.
 

Methods in org.eclipse.ecf.discovery.ui.model.impl that return IServiceInfo
 IServiceInfo ModelFactoryImpl.createIServiceInfo()
           
 

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

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