TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.instrumentation.ui.internal.configuration
Class InstrumentDataCollectorConfig

java.lang.Object
  extended byorg.eclipse.tptp.platform.instrumentation.ui.internal.configuration.AbstractInstrumentConfig
      extended byorg.eclipse.tptp.platform.instrumentation.ui.internal.configuration.InstrumentDataCollectorConfig
All Implemented Interfaces:
org.eclipse.tptp.trace.ui.provisional.launcher.IConfiguration, org.eclipse.tptp.trace.ui.provisional.launcher.ILightConfiguration

public class InstrumentDataCollectorConfig
extends AbstractInstrumentConfig

Represents the configuration wizard for the instrument data collector in the launch configuration.

Since:
TPTP 4.2

Field Summary
 
Fields inherited from interface org.eclipse.tptp.trace.ui.provisional.launcher.ILightConfiguration
AC_OPT_PREFIX_NAME
 
Constructor Summary
InstrumentDataCollectorConfig()
          Register all wizard classes.
 
Methods inherited from class org.eclipse.tptp.platform.instrumentation.ui.internal.configuration.AbstractInstrumentConfig
finishConfiguration, getAttributes, getConfigurationPages, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentDataCollectorConfig

public InstrumentDataCollectorConfig()
Register all wizard classes.


TPTP 4.2.0 Platform Project
Internal API Specification