TPTP 4.2.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended byorg.eclipse.tptp.trace.ui.internal.launcher.application.AbstractConfiguration
      extended byorg.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.
 
Nested classes 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.
 
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.2.0 Platform Project
Internal API Specification