Uses of Interface
org.eclipse.mtj.api.project.TargetDevice

Packages that use TargetDevice
org.eclipse.mtj.api.project   
org.eclipse.mtj.api.project.impl   
org.eclipse.mtj.api.project.util   
 

Uses of TargetDevice in org.eclipse.mtj.api.project
 

Methods in org.eclipse.mtj.api.project that return TargetDevice
 TargetDevice ProjectFactory.createTargetDevice()
          Returns a new object of class 'Target Device'.
 TargetDevice Project.getDefaultDeploymentDevice()
          Returns the value of the 'Default Deployment Device' reference.
 TargetDevice Project.getDefaultTargetDevice()
          Returns the value of the 'Default Target Device' containment reference.
 

Methods in org.eclipse.mtj.api.project with parameters of type TargetDevice
 void Project.setDefaultDeploymentDevice(TargetDevice value)
          Sets the value of the 'Default Deployment Device' reference.
 void Project.setDefaultTargetDevice(TargetDevice value)
          Sets the value of the 'Default Target Device' containment reference.
 

Uses of TargetDevice in org.eclipse.mtj.api.project.impl
 

Classes in org.eclipse.mtj.api.project.impl that implement TargetDevice
 class TargetDeviceImpl
          An implementation of the model object 'Target Device'.
 

Methods in org.eclipse.mtj.api.project.impl that return TargetDevice
 TargetDevice ProjectImpl.basicGetDefaultDeploymentDevice()
           
 TargetDevice ProjectFactoryImpl.createTargetDevice()
           
 TargetDevice ProjectImpl.getDefaultDeploymentDevice()
           
 TargetDevice ProjectImpl.getDefaultTargetDevice()
           
 

Methods in org.eclipse.mtj.api.project.impl with parameters of type TargetDevice
 org.eclipse.emf.common.notify.NotificationChain ProjectImpl.basicSetDefaultTargetDevice(TargetDevice newDefaultTargetDevice, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ProjectImpl.setDefaultDeploymentDevice(TargetDevice newDefaultDeploymentDevice)
           
 void ProjectImpl.setDefaultTargetDevice(TargetDevice newDefaultTargetDevice)
           
 

Uses of TargetDevice in org.eclipse.mtj.api.project.util
 

Methods in org.eclipse.mtj.api.project.util with parameters of type TargetDevice
 java.lang.Object ProjectSwitch.caseTargetDevice(TargetDevice object)
          Returns the result of interpretting the object as an instance of 'Target Device'.