TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.trace.ui.internal.launcher.application
Class PIExtendedConfiguration

java.lang.Object
  extended by org.eclipse.tptp.trace.ui.internal.launcher.application.AbstractConfiguration
      extended by org.eclipse.tptp.trace.ui.internal.launcher.application.PIConfiguration
          extended by org.eclipse.tptp.trace.ui.internal.launcher.application.PIExtendedConfiguration
All Implemented Interfaces:
org.eclipse.tptp.trace.ui.provisional.launcher.IConfiguration, org.eclipse.tptp.trace.ui.provisional.launcher.ILightConfiguration

public class PIExtendedConfiguration
extends PIConfiguration

This configuration is used to configure the JVMPI data collector. It provides the following wizard pages:

  1. The limitation options (formerly included as a nested tab of the profile tab)
  2. The filteration page including automatic filtering criteria determination


Nested Class Summary
 
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
PIExtendedConfiguration()
          Add the configuration pages to the parent class.
 
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

PIExtendedConfiguration

public PIExtendedConfiguration()
Add the configuration pages to the parent class.


TPTP 4.5.0 Platform Project
Internal API Specification