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

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

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

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

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

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

Methods in org.eclipse.ecf.discovery.ui.model.impl that return INetwork
 INetwork ModelFactoryImpl.createINetwork()
           
 

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

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