Uses of Class
org.eclipse.emf.codegen.jet.editor.presentation.JETTextEditor

Packages that use JETTextEditor
org.eclipse.emf.codegen.jet.editor.codeassist   
org.eclipse.emf.codegen.jet.editor.presentation   
org.eclipse.emf.codegen.jet.editor.util   
org.eclipse.emf.codegen.jet.editor.util.hovers   
 

Uses of JETTextEditor in org.eclipse.emf.codegen.jet.editor.codeassist
 

Fields in org.eclipse.emf.codegen.jet.editor.codeassist declared as JETTextEditor
protected  JETTextEditor JETTemplateCompletionProcessor.jetEditor
           
 

Constructors in org.eclipse.emf.codegen.jet.editor.codeassist with parameters of type JETTextEditor
JETTemplateCompletionProcessor(JETTextEditor editor)
          Constructor for JETTemplateCompletionProcessor.
 

Uses of JETTextEditor in org.eclipse.emf.codegen.jet.editor.presentation
 

Fields in org.eclipse.emf.codegen.jet.editor.presentation declared as JETTextEditor
protected  JETTextEditor JETEditor.jetTextEditor
           
 

Methods in org.eclipse.emf.codegen.jet.editor.presentation that return JETTextEditor
 JETTextEditor JETEditor.getJetTextEditor()
          This returns the JET Text editor.
 

Constructors in org.eclipse.emf.codegen.jet.editor.presentation with parameters of type JETTextEditor
JETReconcilingStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer, JETTextEditor jetEditor)
          Constructor for JETReconcilingStrategy.
 

Uses of JETTextEditor in org.eclipse.emf.codegen.jet.editor.util
 

Constructors in org.eclipse.emf.codegen.jet.editor.util with parameters of type JETTextEditor
JETTemplateSourceViewerConfiguration(org.eclipse.jdt.ui.text.IColorManager colorManager, org.eclipse.jface.preference.IPreferenceStore store, JETTextEditor editor, java.lang.String partitioning)
          Constructor for JETTemplateSourceViewerConfiguration.
 

Uses of JETTextEditor in org.eclipse.emf.codegen.jet.editor.util.hovers
 

Constructors in org.eclipse.emf.codegen.jet.editor.util.hovers with parameters of type JETTextEditor
JETTemplateScriptletHover(JETTextEditor editor)
          Constructor for JETTemplateScriptletHover.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.