Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.sdk.ISDK

Packages that use ISDK
org.eclipse.mtj.core.sdk This package provides an API for managing the SDK definition and importing. 
org.eclipse.mtj.core.sdk.device This package provides an API for managing the device definition and importing. 
 

Uses of ISDK in org.eclipse.mtj.core.sdk
 

Classes in org.eclipse.mtj.core.sdk that implement ISDK
 class ManagedSDK
          Abstract implementaion of an ISDK that provides a device list by routing the call to an SDK provided by an ISDKProvider.
 

Methods in org.eclipse.mtj.core.sdk that return types with arguments of type ISDK
 List<ISDK> ISDKProvider.getSDKs()
          Return the fully configured SDK instances available from this SDK provider.
 

Uses of ISDK in org.eclipse.mtj.core.sdk.device
 

Methods in org.eclipse.mtj.core.sdk.device that return ISDK
 ISDK IDevice.getSDK()
          Return the SDK that defines this device.
 


Mobile Tools for Java
Release 1.0