Uses of Interface
eclipseme.core.model.IWirelessToolkitType

Packages that use IWirelessToolkitType
eclipseme.core.model   
eclipseme.core.model.impl   
 

Uses of IWirelessToolkitType in eclipseme.core.model
 

Methods in eclipseme.core.model that return IWirelessToolkitType
 IWirelessToolkitType IWirelessToolkit.getType()
          Return the wireless toolkit type associated with this toolkit.
 

Uses of IWirelessToolkitType in eclipseme.core.model.impl
 

Classes in eclipseme.core.model.impl that implement IWirelessToolkitType
 class AbstractWirelessToolkitType
          An abstract superclass implementation of the IWirelessToolkitType interface that provides common functionality.
 

Methods in eclipseme.core.model.impl that return IWirelessToolkitType
 IWirelessToolkitType WirelessToolkit.getType()
           
 

Constructors in eclipseme.core.model.impl with parameters of type IWirelessToolkitType
WirelessToolkit(IWirelessToolkitType type, java.io.File root, java.lang.String identifier, org.eclipse.core.runtime.IProgressMonitor monitor)
          Construct a new named toolkit.