TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.symptom.internal.presentation
Class SymptomAnalysisResultsViewDetailsFactory

java.lang.Object
  extended byorg.eclipse.tptp.symptom.internal.presentation.SymptomAnalysisResultsViewDetailsFactory
All Implemented Interfaces:
org.eclipse.tptp.symptom.editor.ISymptomEditHandler

public class SymptomAnalysisResultsViewDetailsFactory
extends java.lang.Object
implements org.eclipse.tptp.symptom.editor.ISymptomEditHandler


Constructor Summary
SymptomAnalysisResultsViewDetailsFactory()
           
 
Method Summary
 org.eclipse.tptp.symptom.editor.ISymptomDetailsPage createDetailsPage(java.lang.Object editor, java.lang.String eClass)
           
 SymptomDefinitonDetails createSymptomDefinitionDetails(AbstractSymptomEditor editor)
           
 SymptomEffectDetails createSymptomEffectDetails(AbstractSymptomEditor editor)
           
 java.util.List getAdapterFactories()
           
 org.eclipse.emf.edit.command.CreateChildCommand.Helper getChildCommandHelper(org.eclipse.emf.edit.command.CommandParameter parameter)
           
 java.util.List getChildDescriptors(java.lang.Object container, org.eclipse.emf.ecore.EStructuralFeature feature)
           
 org.eclipse.tptp.symptom.editor.ISymptomEditSectionProvider getSectionProvider()
           
 java.util.List getSupportedTypes()
           
 org.eclipse.tptp.platform.models.symptom.SymptomEngine getSymptomEngine(java.lang.String type)
           
 org.eclipse.tptp.symptom.editor.ISymptomEditValidator getValidator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymptomAnalysisResultsViewDetailsFactory

public SymptomAnalysisResultsViewDetailsFactory()
Method Detail

createSymptomDefinitionDetails

public SymptomDefinitonDetails createSymptomDefinitionDetails(AbstractSymptomEditor editor)

createSymptomEffectDetails

public SymptomEffectDetails createSymptomEffectDetails(AbstractSymptomEditor editor)

createDetailsPage

public org.eclipse.tptp.symptom.editor.ISymptomDetailsPage createDetailsPage(java.lang.Object editor,
                                                                             java.lang.String eClass)
Specified by:
createDetailsPage in interface org.eclipse.tptp.symptom.editor.ISymptomEditHandler

getAdapterFactories

public java.util.List getAdapterFactories()
Specified by:
getAdapterFactories in interface org.eclipse.tptp.symptom.editor.ISymptomEditHandler

getChildDescriptors

public java.util.List getChildDescriptors(java.lang.Object container,
                                          org.eclipse.emf.ecore.EStructuralFeature feature)
Specified by:
getChildDescriptors in interface org.eclipse.tptp.symptom.editor.ISymptomEditHandler

getSupportedTypes

public java.util.List getSupportedTypes()
Specified by:
getSupportedTypes in interface org.eclipse.tptp.symptom.editor.ISymptomEditHandler

getChildCommandHelper

public org.eclipse.emf.edit.command.CreateChildCommand.Helper getChildCommandHelper(org.eclipse.emf.edit.command.CommandParameter parameter)
Specified by:
getChildCommandHelper in interface org.eclipse.tptp.symptom.editor.ISymptomEditHandler

getValidator

public org.eclipse.tptp.symptom.editor.ISymptomEditValidator getValidator()
Specified by:
getValidator in interface org.eclipse.tptp.symptom.editor.ISymptomEditHandler

getSymptomEngine

public org.eclipse.tptp.platform.models.symptom.SymptomEngine getSymptomEngine(java.lang.String type)
Specified by:
getSymptomEngine in interface org.eclipse.tptp.symptom.editor.ISymptomEditHandler

getSectionProvider

public org.eclipse.tptp.symptom.editor.ISymptomEditSectionProvider getSectionProvider()
Specified by:
getSectionProvider in interface org.eclipse.tptp.symptom.editor.ISymptomEditHandler

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification