TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.jvmti.client.internal.launcher
Class TIConfiguration

java.lang.Object
  extended by org.eclipse.tptp.trace.ui.internal.launcher.application.AbstractConfiguration
      extended by org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIConfiguration
All Implemented Interfaces:
org.eclipse.tptp.trace.ui.provisional.launcher.IConfiguration, org.eclipse.tptp.trace.ui.provisional.launcher.ILightConfiguration

public class TIConfiguration
extends AbstractConfiguration

The configuration wizard for the TI data collector.


Nested Class Summary
static class TIConfiguration.TIFilterConfigurationPage
          This is the filter configuration page that will be displayed in the configuration wizard for the TI data collector.
static class TIConfiguration.TILimitsConfigurationPage
          This is a limits configuration page that will be displayed in the configuration wizard for the TI data collector
 
Nested classes/interfaces inherited from class org.eclipse.tptp.trace.ui.internal.launcher.application.AbstractConfiguration
AbstractConfiguration.ExtendedConfigurationPage, AbstractConfiguration.IExtendedConfigurationPage
 
Field Summary
 
Fields inherited from interface org.eclipse.tptp.trace.ui.provisional.launcher.ILightConfiguration
AC_OPT_PREFIX_NAME
 
Constructor Summary
TIConfiguration()
          Default constructor - Adds the filter page.
 
Method Summary
 
Methods inherited from class org.eclipse.tptp.trace.ui.internal.launcher.application.AbstractConfiguration
finishConfiguration, getAttributes, getConfigurationPages, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TIConfiguration

public TIConfiguration()
Default constructor - Adds the filter page.


TPTP 4.6.0 Platform Project
Internal API Specification