PTP
Release 7.0
A B C D E F G H I J L M N O P Q R S T U V W X 

A

AbstractFeedbackAction - Class in org.eclipse.ptp.etfw.feedback
Extend this class to add an action to the toolbar, an action that can be performed on the selected item EXPERIMENTAL.
AbstractFeedbackAction() - Constructor for class org.eclipse.ptp.etfw.feedback.AbstractFeedbackAction
 
AbstractFeedbackItem - Class in org.eclipse.ptp.etfw.feedback
Code to be shared amongst implementors of IFeedbackItem - generic stuff
AbstractFeedbackItem() - Constructor for class org.eclipse.ptp.etfw.feedback.AbstractFeedbackItem
 
AbstractFeedbackParser - Class in org.eclipse.ptp.etfw.feedback
Abstract class that may contain utility methods for parsing feedback xml files.
AbstractFeedbackParser() - Constructor for class org.eclipse.ptp.etfw.feedback.AbstractFeedbackParser
 
AbstractSyncFileFilter - Class in org.eclipse.ptp.rdt.sync.core
Class for filtering files during synchronization.
AbstractSyncFileFilter() - Constructor for class org.eclipse.ptp.rdt.sync.core.AbstractSyncFileFilter
 
AbstractSyncFileFilter.AbstractIgnoreRule - Class in org.eclipse.ptp.rdt.sync.core
Abstract class for ignore rules
AbstractSyncFileFilter.AbstractIgnoreRule() - Constructor for class org.eclipse.ptp.rdt.sync.core.AbstractSyncFileFilter.AbstractIgnoreRule
 
AbstractSynchronizeService - Class in org.eclipse.ptp.rdt.sync.core.services
 
AbstractSynchronizeService(ISynchronizeServiceDescriptor) - Constructor for class org.eclipse.ptp.rdt.sync.core.services.AbstractSynchronizeService
 
AbstractToolConfigurationTab - Class in org.eclipse.ptp.etfw.ui
This acts as the basis for new custom ETFw launch configuration tabs
AbstractToolConfigurationTab() - Constructor for class org.eclipse.ptp.etfw.ui.AbstractToolConfigurationTab
 
AbstractToolDataManager - Class in org.eclipse.ptp.etfw
The implementations of this abstract class can be used by the org.eclipse.ptp.etfw.dataManagers extension point to manage generated performance data.
AbstractToolDataManager() - Constructor for class org.eclipse.ptp.etfw.AbstractToolDataManager
 
ACTION_NONE - Static variable in interface org.eclipse.ptp.debug.core.pdi.request.IPDIEventRequest
 
ACTION_TERMINATED - Static variable in interface org.eclipse.ptp.debug.core.pdi.request.IPDIEventRequest
 
activateArtifactView() - Method in class org.eclipse.ptp.pldt.common.actions.RunAnalyseHandlerBase
 
activateProblemsView() - Method in class org.eclipse.ptp.pldt.common.actions.RunAnalyseHandlerBase
If the analysis has an additional view to bring up, override this
activateView(String) - Static method in class org.eclipse.ptp.pldt.common.util.ViewActivater
Deprecated.
Activate the view identified by the view id.
activateView(String) - Static method in class org.eclipse.ptp.pldt.common.util.ViewActivator
Activate the view identified by the view id.
addActions(IPDITracepoint.IAction[]) - Method in interface org.eclipse.ptp.debug.core.pdi.model.IPDITracepoint
Adds the given actions to the action list of this tracepoint.
addArtifact(Artifact) - Method in class org.eclipse.ptp.pldt.common.ScanReturn
Add an artifact to the accumulated list
addArtifactToHash(IArtifact) - Method in class org.eclipse.ptp.pldt.common.ArtifactManager
Add an artifact to the hashtable for future lookup
addConfig(IProject, SyncConfig) - Static method in class org.eclipse.ptp.rdt.sync.core.SyncConfigManager
Add a new sync configuration to the project
addEventListener(IPDIEventListener) - Method in interface org.eclipse.ptp.debug.core.pdi.manager.IPDIEventManager
Adds the given listener to the collection of registered event listeners.
addEventManager(IPDIEventManager) - Method in interface org.eclipse.ptp.debug.core.pdi.IPDIDebugger
Adds event manager to the debugger.
addEventRequest(IPDIEventRequest) - Method in interface org.eclipse.ptp.debug.core.pdi.manager.IPDIEventRequestManager
Adds an event request
addExpression(IPDIExpression) - Method in interface org.eclipse.ptp.debug.core.pdi.model.IPDIMultiExpressions
Stores an expression
addFunction(IFunctionSummary) - Method in class org.eclipse.ptp.pldt.common.editorHelp.AllFunctions
Deprecated.
 
addIcon(String) - Method in class org.eclipse.ptp.etfw.feedback.AbstractFeedbackAction
 
addIncludePath(IPath, String, boolean) - Method in class org.eclipse.ptp.pldt.common.analysis.PldtAstVisitor
Add an include path to the prefs - probably found dynamically during analysis and requested to be added by the user
Note that the path will be to the actual file in which the name was found; the path that will be added to the prefs is the parent directory of that file.
addListener(IJobListener) - Method in class org.eclipse.ptp.core.jobs.JobManager
Add a listener for all job events
addListener(String, IJobListener) - Method in class org.eclipse.ptp.core.jobs.JobManager
Add a listener for jobs under the control of a controller identified by qualifier.
addNature(IProject, IProgressMonitor) - Static method in class org.eclipse.ptp.rdt.sync.core.resources.RemoteSyncNature
Add the nature to a project
addNature(IProject, String, IProgressMonitor) - Static method in class org.eclipse.ptp.rdt.sync.core.resources.RemoteSyncNature
Utility method for adding a nature to a project.
addPattern(String, boolean) - Method in class org.eclipse.ptp.rdt.sync.core.AbstractSyncFileFilter
Add the pattern
addPattern(IResource, boolean) - Method in class org.eclipse.ptp.rdt.sync.core.AbstractSyncFileFilter
Add the resource pattern
addPattern(String, boolean, int) - Method in class org.eclipse.ptp.rdt.sync.core.AbstractSyncFileFilter
Add pattern.
addPattern(IResource, boolean, int) - Method in class org.eclipse.ptp.rdt.sync.core.AbstractSyncFileFilter
Add resource pattern.
addPattern(String, boolean, int) - Method in class org.eclipse.ptp.rdt.sync.core.PreferenceSyncFileFilterStorage
 
addPattern(IResource, boolean, int) - Method in class org.eclipse.ptp.rdt.sync.core.PreferenceSyncFileFilterStorage
 
addPostSyncListener(IProject, ISyncListener) - Static method in class org.eclipse.ptp.rdt.sync.core.SyncManager
Add a listener for sync events on a certain project
addPreferenceChangeListener(String, IEclipsePreferences.IPreferenceChangeListener) - Static method in class org.eclipse.ptp.core.Preferences
Adds the given preference listener to the DefaultScope and the InstanceScope
addPreferenceChangeListener(IEclipsePreferences.IPreferenceChangeListener) - Method in interface org.eclipse.ptp.debug.core.model.ITargetProperties
Adds a preference change listener to this target.
addPreferenceChangeListener(String, IEclipsePreferences.IPreferenceChangeListener) - Static method in class org.eclipse.ptp.etfw.Preferences
Adds the given preference listener to the DefaultScope and the InstanceScope
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.ptp.core.PreferencesAdapter
addRegisterGroup(TaskSet, String, IPRegisterDescriptor[]) - Method in interface org.eclipse.ptp.debug.core.IPRegisterManager
 
addRegisterGroup(String, IPRegisterDescriptor[]) - Method in interface org.eclipse.ptp.debug.core.model.IPDebugTarget
Add a register group
ADDRESS - Static variable in interface org.eclipse.ptp.debug.core.model.IPLineBreakpoint
 
addSetBreakpoint(TaskSet, IPDIBreakpoint) - Method in interface org.eclipse.ptp.debug.core.pdi.manager.IPDIBreakpointManager
Called when new tasks are added to a set.
addSetBreakpoints(TaskSet, IPBreakpoint[]) - Method in interface org.eclipse.ptp.debug.core.IPBreakpointManager
Called when tasks are added to a task set.
addSyncConfigListener(String, ISyncConfigListener) - Static method in class org.eclipse.ptp.rdt.sync.core.SyncConfigManager
Register to receive sync configuration events.
addTarget(TaskSet) - Method in interface org.eclipse.ptp.debug.core.pdi.manager.IPDITargetManager
Adds task to be a target
addTasks(String, TaskSet) - Method in interface org.eclipse.ptp.debug.core.IPSetManager
Add tasks to the set identified by sid
AIF_CLASS_ACCESS_ALL - Static variable in interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFTypeAggregate
 
AIF_CLASS_ACCESS_PACKAGE - Static variable in interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFTypeAggregate
 
AIF_CLASS_ACCESS_PRIVATE - Static variable in interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFTypeAggregate
 
AIF_CLASS_ACCESS_PROTECTED - Static variable in interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFTypeAggregate
 
AIF_CLASS_ACCESS_PUBLIC - Static variable in interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFTypeAggregate
 
AIFException - Exception in org.eclipse.ptp.debug.core.pdi.model.aif
AIF Exception
AIFException(String) - Constructor for exception org.eclipse.ptp.debug.core.pdi.model.aif.AIFException
 
AIFFormatException - Exception in org.eclipse.ptp.debug.core.pdi.model.aif
AIF Format Exception
AIFFormatException(String) - Constructor for exception org.eclipse.ptp.debug.core.pdi.model.aif.AIFFormatException
 
ALL_COMPILERS - Static variable in class org.eclipse.ptp.etfw.toolopts.ToolPane
 
allCompilers - Variable in class org.eclipse.ptp.etfw.toolopts.BuildTool
 
AllFunctions - Class in org.eclipse.ptp.pldt.common.editorHelp
Deprecated.
this is assumed to be unused
AllFunctions() - Constructor for class org.eclipse.ptp.pldt.common.editorHelp.AllFunctions
Deprecated.
 
allInput - Variable in class org.eclipse.ptp.etfw.toolopts.ToolApp
The array of all ToolPanes and ToolArguments, in the order they were defined in the tool xml document
allowIncludePathAdd() - Method in class org.eclipse.ptp.pldt.common.analysis.PldtAstVisitor
allow dynamic adding to include path?
allowPrefixOnlyMatch - Variable in class org.eclipse.ptp.pldt.common.analysis.PldtAstVisitor
 
analyse(IProgressMonitor, ITranslationUnit, List<String>) - Method in class org.eclipse.ptp.pldt.common.actions.RunAnalyseHandlerBase
 
ANALYSIS - Static variable in class org.eclipse.ptp.etfw.toolopts.ToolPane
 
analysisCommands - Variable in class org.eclipse.ptp.etfw.toolopts.PostProcTool
The array of analysis commands to be invoked when execution is complete (in order of execution)
AnalysisDropdownHandler - Class in org.eclipse.ptp.pldt.common.actions
Default handler for the "Parallel Analysis" toolbar icon command - the work would be done by the menus that get registered (by other plugins) to appear beneath it, but this itself can do something useful by repeating the last-initiated submenu action.
AnalysisDropdownHandler() - Constructor for class org.eclipse.ptp.pldt.common.actions.AnalysisDropdownHandler
Constructor: set singleton instance, and set up selection listener to listen for selections so we can report them more efficiently than relying on HandlerUtil.getCurrentSelection(); if the current selection isn't a structured selection (e.g. editor selection or something we don't care about) then we want the last structured selection.
AnalysisUtil - Class in org.eclipse.ptp.pldt.common.util
Various utility methods for project
ANALYZEONLY - Static variable in interface org.eclipse.ptp.etfw.IToolLaunchConfigurationConstants
 
ANALYZEONLY_DEF - Static variable in interface org.eclipse.ptp.etfw.IToolLaunchConfigurationConstants
 
areIncludePathsNeeded() - Method in class org.eclipse.ptp.pldt.common.actions.RunAnalyseHandlerBase
returns true if include paths must be set for this implementation.
areSymbolsLoaded() - Method in interface org.eclipse.ptp.debug.core.model.IPModule
Returns whether the symbols of this module are read.
areSymbolsLoaded() - Method in interface org.eclipse.ptp.debug.core.pdi.model.IPDISharedLibrary
Returns whether the symbols of this library are read
argbox - Variable in class org.eclipse.ptp.etfw.toolopts.ToolOption
Holds/displays text arguments if any
argNames - Variable in class org.eclipse.ptp.etfw.toolopts.ExternalToolProcess.Parametric
 
ArgumentParser - Class in org.eclipse.ptp.core.util
Utilitiy class for managing command line arguments.
ArgumentParser(String) - Constructor for class org.eclipse.ptp.core.util.ArgumentParser
Create a command line representation from the string with a shell command line.
ArgumentParser(String[]) - Constructor for class org.eclipse.ptp.core.util.ArgumentParser
Create a command line representation from an array of strings.
ArgumentParser(List<String>) - Constructor for class org.eclipse.ptp.core.util.ArgumentParser
Create a command line representation from an array of strings.
ArgumentParser(String, String[]) - Constructor for class org.eclipse.ptp.core.util.ArgumentParser
Create a command line representation from the command and an array of parameters.
ArgumentParser(String, List<String>) - Constructor for class org.eclipse.ptp.core.util.ArgumentParser
Create a command line representation from the command and an list of parameters.
argValues - Variable in class org.eclipse.ptp.etfw.toolopts.ExternalToolProcess.Parametric
 
argWeakBools - Variable in class org.eclipse.ptp.etfw.toolopts.ExternalToolProcess.Parametric
 
Artifact - Class in org.eclipse.ptp.pldt.common
 
Artifact(String, int, int, String, SourceInfo) - Constructor for class org.eclipse.ptp.pldt.common.Artifact
Create an Artifact to keep track of an something found in a file.
Artifact(String, int, int, String, String, SourceInfo, Object) - Constructor for class org.eclipse.ptp.pldt.common.Artifact
Create an Artifact to keep track of an MPI function call (or similar item) in a file, including an object that may be an AST node for convenience.
Artifact(String, int, int, String, String, boolean, String, SourceInfo) - Constructor for class org.eclipse.ptp.pldt.common.Artifact
Create an artifact to keep track of something in a file, including file name
ARTIFACT_CALL - Static variable in class org.eclipse.ptp.pldt.common.analysis.PldtAstVisitor
 
ARTIFACT_CONSTANT - Static variable in class org.eclipse.ptp.pldt.common.analysis.PldtAstVisitor
 
ARTIFACT_NAME - Static variable in class org.eclipse.ptp.pldt.common.analysis.PldtAstVisitor
 
ArtifactAnalysisBase - Class in org.eclipse.ptp.pldt.common
Base class for implementations of IArtifactAnalysis that handle C and C++.
ArtifactAnalysisBase() - Constructor for class org.eclipse.ptp.pldt.common.ArtifactAnalysisBase
 
ArtifactManager - Class in org.eclipse.ptp.pldt.common
Manage the artifacts: be able to retrieve an artifact from the id in a marker, for example.
ArtifactManager(String) - Constructor for class org.eclipse.ptp.pldt.common.ArtifactManager
Create ArtifactManager from id
artifactManager_ - Variable in class org.eclipse.ptp.pldt.common.ArtifactMarkingVisitor
 
artifactManager_ - Variable in class org.eclipse.ptp.pldt.common.views.SimpleTreeTableMarkerView
 
ArtifactMarkingVisitor - Class in org.eclipse.ptp.pldt.common
Processes an IResource or an IResourceDelta to set Artifact Markers on the files and populate the data model used for the Artifact view(s).
ArtifactMarkingVisitor(String, boolean) - Constructor for class org.eclipse.ptp.pldt.common.ArtifactMarkingVisitor
Construction that allows specification of whether or not to removed old markers on this resource before creating new ones
ArtifactMarkingVisitor(String) - Constructor for class org.eclipse.ptp.pldt.common.ArtifactMarkingVisitor
Constructor that uses the default behavior that WILL remove old markers on the resource before creating new ones.
askToolPath(String, String) - Method in interface org.eclipse.ptp.etfw.IBuildLaunchUtils
Given a tool's name, ask the user for the location of the tool
askToolPath(String, String, String) - Method in interface org.eclipse.ptp.etfw.IBuildLaunchUtils
Given a string as a starting point, this asks the user for the location of a tool's directory
askUI(String, String, boolean) - Method in class org.eclipse.ptp.pldt.common.analysis.PldtAstVisitor
Dialog to ask a question in the UI thread, and return its answer plus a persistent setting for not asking the same question again.
ATTR_APPLICATION_NAME - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_ARGUMENTS - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_AUTO_RUN_COMMAND - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CLASS - Static variable in class org.eclipse.ptp.rdt.sync.core.SyncManager
 
ATTR_CONFIGURATION_NAME - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CONSOLE - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_COPY_EXECUTABLE - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEBUGGER_ARGS - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEBUGGER_EXECUTABLE_PATH - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEBUGGER_GLOBAL_VARIABLES - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEBUGGER_HOST - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEBUGGER_ID - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEBUGGER_MEMORY_BLOCKS - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
TODO: Please document what this is
ATTR_DEBUGGER_REGISTER_GROUPS - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
TODO: Please document what this is
ATTR_DEBUGGER_START_MODE - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEBUGGER_WORKING_DIR - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_EMS_CONFIG - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_EXECUTABLE_PATH - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_LOCAL_EXECUTABLE_PATH - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_NATURE - Static variable in class org.eclipse.ptp.rdt.sync.core.SyncManager
 
ATTR_PERFORMANCEBUILD_CONFIGURATION_NAME - Static variable in interface org.eclipse.ptp.etfw.IToolLaunchConfigurationConstants
 
ATTR_PLATFORM - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_PROJECT_NAME - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_STOP_IN_MAIN - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_SYNC_AFTER - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_SYNC_BEFORE - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_SYNC_RULES - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_SYSTEM_TYPE - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_TARGET_CONFIGURATION_ID - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_WORKING_DIR - Static variable in interface org.eclipse.ptp.core.IPTPLaunchConfigurationConstants
Launch configuration attribute key.
A B C D E F G H I J L M N O P Q R S T U V W X 
PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.