TPTP 4.6.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.symptom.edit
Class SampleEditorExtension

java.lang.Object
  extended by org.eclipse.tptp.symptom.edit.SampleEditorExtension
All Implemented Interfaces:
org.eclipse.tptp.symptom.editor.ISymptomEditHandler

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


Constructor Summary
SampleEditorExtension()
           
 
Method Summary
 org.eclipse.tptp.symptom.editor.ISymptomDetailsPage createDetailsPage(java.lang.Object editor, java.lang.String type)
           
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleEditorExtension

public SampleEditorExtension()
Method Detail

createDetailsPage

public org.eclipse.tptp.symptom.editor.ISymptomDetailsPage createDetailsPage(java.lang.Object editor,
                                                                             java.lang.String type)
Specified by:
createDetailsPage 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

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

TPTP 4.6.0 Monitoring Tools Project
Public API Specification