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

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

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

Methods in org.eclipse.mtj.api.project that return DebugConfiguration
 DebugConfiguration ProjectFactory.createDebugConfiguration()
          Returns a new object of class 'Debug Configuration'.
 

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

Classes in org.eclipse.mtj.api.project.impl that implement DebugConfiguration
 class DebugConfigurationImpl
          An implementation of the model object 'Debug Configuration'.
 

Methods in org.eclipse.mtj.api.project.impl that return DebugConfiguration
 DebugConfiguration ProjectFactoryImpl.createDebugConfiguration()
           
 

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

Methods in org.eclipse.mtj.api.project.util with parameters of type DebugConfiguration
 java.lang.Object ProjectSwitch.caseDebugConfiguration(DebugConfiguration object)
          Returns the result of interpretting the object as an instance of 'Debug Configuration'.