TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.trace.ui.internal.launcher.application
Class AbstractConfiguration.ExtendedConfigurationPage

java.lang.Object
  extended by org.eclipse.tptp.trace.ui.internal.launcher.application.AbstractConfiguration.ExtendedConfigurationPage
All Implemented Interfaces:
AbstractConfiguration.IExtendedConfigurationPage, org.eclipse.tptp.trace.ui.provisional.launcher.IConfigurationPage
Direct Known Subclasses:
PIMemoryAnalysisConf.MemoryConfigurationPage, PITimeAnalysisConf.ExecutionTimeConfigurationPage, TIProbeInsertionConfPage.ProbeInsertionConfigurationPage
Enclosing class:
AbstractConfiguration

public abstract static class AbstractConfiguration.ExtendedConfigurationPage
extends java.lang.Object
implements AbstractConfiguration.IExtendedConfigurationPage

Abstract implementation of IExtendedConfiguration


Constructor Summary
AbstractConfiguration.ExtendedConfigurationPage()
           
 
Method Summary
protected  java.lang.String getOption(java.util.Map options, java.lang.String optionKey, java.lang.String defaultValue)
          A convenience method for extracting an option from the option map passed in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.tptp.trace.ui.internal.launcher.application.AbstractConfiguration.IExtendedConfigurationPage
getAttributes, storeAttributes
 
Methods inherited from interface org.eclipse.tptp.trace.ui.provisional.launcher.IConfigurationPage
addErrorListener, createControl, getDescription, getPageName, getTitle, getWizardBanner, reset
 

Constructor Detail

AbstractConfiguration.ExtendedConfigurationPage

public AbstractConfiguration.ExtendedConfigurationPage()
Method Detail

getOption

protected java.lang.String getOption(java.util.Map options,
                                     java.lang.String optionKey,
                                     java.lang.String defaultValue)
A convenience method for extracting an option from the option map passed in.

Parameters:
options - The option container
optionKey - The option key
defaultValue - The default value
Returns:
The option value if found; otherwise defaultValue

TPTP 4.6.0 Platform Project
Internal API Specification