TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.core.provider
Class DefaultAnalysisProvider

java.lang.Object
  extended byorg.eclipse.tptp.platform.analysis.core.element.AbstractAnalysisElement
      extended byorg.eclipse.tptp.platform.analysis.core.provider.AbstractAnalysisProvider
          extended byorg.eclipse.tptp.platform.analysis.core.provider.DefaultAnalysisProvider
All Implemented Interfaces:
IAnalysisElement, IAnalysisProvider, org.eclipse.core.runtime.IExecutableExtension

public class DefaultAnalysisProvider
extends AbstractAnalysisProvider


Constructor Summary
DefaultAnalysisProvider()
           
 
Methods inherited from class org.eclipse.tptp.platform.analysis.core.provider.AbstractAnalysisProvider
analyze, getId, getOwnedElements, getProperty, getResources, getViewer, removeProperty, setInitializationData, setProperty
 
Methods inherited from class org.eclipse.tptp.platform.analysis.core.element.AbstractAnalysisElement
addOwnedElement, addOwnedElements, canAddElements, getConfiguration, getDescription, getIconName, getIconUrl, getLabel, getOwner, getPath, getProvider, getProviderManager, isEnabled, setConfigurationID, setDescription, setEnabled, setIconName, setInitializationData, setLabel, setOwner
 
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.platform.analysis.core.element.IAnalysisElement
addOwnedElement, addOwnedElements, canAddElements, getConfiguration, getDescription, getIconName, getIconUrl, getLabel, getOwner, getPath, getProvider, getProviderManager, isEnabled, setDescription, setEnabled, setIconName, setLabel, setOwner
 

Constructor Detail

DefaultAnalysisProvider

public DefaultAnalysisProvider()

TPTP 4.1.0 Platform Project
Public API Specification