Uses of Interface
org.eclipse.mtj.api.extension.MtjExtension

Packages that use MtjExtension
org.eclipse.mtj.api.devices   
org.eclipse.mtj.api.devices.impl   
org.eclipse.mtj.api.extension   
org.eclipse.mtj.api.extension.impl   
org.eclipse.mtj.api.extension.util   
 

Uses of MtjExtension in org.eclipse.mtj.api.devices
 

Methods in org.eclipse.mtj.api.devices that return MtjExtension
 MtjExtension DevicePlatform.getDevicePlatformProvider()
          Returns the value of the 'Device Platform Provider' reference.
 

Methods in org.eclipse.mtj.api.devices with parameters of type MtjExtension
 void DevicePlatform.setDevicePlatformProvider(MtjExtension value)
          Sets the value of the 'Device Platform Provider' reference.
 

Uses of MtjExtension in org.eclipse.mtj.api.devices.impl
 

Methods in org.eclipse.mtj.api.devices.impl that return MtjExtension
 MtjExtension DevicePlatformImpl.basicGetDevicePlatformProvider()
           
 MtjExtension DevicePlatformImpl.getDevicePlatformProvider()
           
 

Methods in org.eclipse.mtj.api.devices.impl with parameters of type MtjExtension
 void DevicePlatformImpl.setDevicePlatformProvider(MtjExtension newDevicePlatformProvider)
           
 

Uses of MtjExtension in org.eclipse.mtj.api.extension
 

Subinterfaces of MtjExtension in org.eclipse.mtj.api.extension
 interface AdminGuiProvider
          This extension point is used to add new functionalities to MTJ Development IDE.
 interface BuildExtension
          A representation of the model object 'Build Extension'.
 interface BuildManagement
          Build Management calls the appropriate build provider to build a project.
 interface BuildProvider
          A Build Provider is responsible for building the project from source to deployment.
 interface DeploymentManagement
          Provides a management interface to deployment providers.
 interface DeploymentProvider
          The Deployment Provider is responsible to deploy resources to target Devices.
 interface DeviceDescriptionProvider
          Device Description Provider offers information about devices and groups them by similar capabilities.
 interface DeviceManagement
          DeviceManagement provides services to fetch DevicePlatforms, Devices and Device Descriptions.
 interface DevicePlatformProvider
          Target environments are seen as DevicePlatforms by the MTJ environment.
 interface DrmEncodingProvider
           
 interface GuiBuilderManagement
           
 interface GuiBuilderProvider
           
 interface ObfuscationProvider
           
 interface PackagingProvider
          The PackagingProvider is responsible to create a deployment packages from application projects resources.
 interface PreverificationProvider
          Preverification Provider is responsible of verifying application projects resources.
 interface ProprocessingProvider
          Preprocessing is used to solve device fragmentation problem in source code level.
 interface ScreenEngineProvider
           $Revision: 1.3 $
$Date: 2006/11/14 08:17:45 $
 interface SecurityManagement
          The Security Managment Provider provides the interface to interact with Key Stores.
 interface SigningProvider
          The Signing Provider provides the interface to sign a project's deployment package.
 

Methods in org.eclipse.mtj.api.extension that return MtjExtension
 MtjExtension ExtensionFactory.createMtjExtension()
          Returns a new object of class 'Mtj Extension'.
 MtjExtension AdminGuiProvider.getOwner()
          Method returns reference to the master extension, like Device Platform Provider.
 

Uses of MtjExtension in org.eclipse.mtj.api.extension.impl
 

Classes in org.eclipse.mtj.api.extension.impl that implement MtjExtension
 class BuildExtensionImpl
          An implementation of the model object 'Build Extension'.
 class MtjExtensionImpl
          An implementation of the model object 'Mtj Extension'.
 

Methods in org.eclipse.mtj.api.extension.impl that return MtjExtension
 MtjExtension ExtensionFactoryImpl.createMtjExtension()
           
 

Uses of MtjExtension in org.eclipse.mtj.api.extension.util
 

Methods in org.eclipse.mtj.api.extension.util with parameters of type MtjExtension
 java.lang.Object ExtensionSwitch.caseMtjExtension(MtjExtension object)
          Returns the result of interpretting the object as an instance of 'Mtj Extension'.