TPTP 4.5.0 Platform Project
Internal API Specification

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

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
All Implemented Interfaces:
org.eclipse.tptp.trace.ui.provisional.launcher.IConfiguration, org.eclipse.tptp.trace.ui.provisional.launcher.ILightConfiguration
Direct Known Subclasses:
PIExtendedConfiguration

public class PIConfiguration
extends AbstractConfiguration

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 (formerly included as part of the profiling set wizard)


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
  PIConfiguration()
          Add the configuration pages to the parent class.
protected PIConfiguration(java.lang.Class FilterConfigurationPageClass)
          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

PIConfiguration

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


PIConfiguration

protected PIConfiguration(java.lang.Class FilterConfigurationPageClass)
Add the configuration pages to the parent class.


TPTP 4.5.0 Platform Project
Internal API Specification