Uses of Class
org.eclipse.m2m.atl.adt.ui.editor.AtlEditor

Packages that use AtlEditor
org.eclipse.m2m.atl.adt.ui.actions   
org.eclipse.m2m.atl.adt.ui.editor   
org.eclipse.m2m.atl.adt.ui.text   
org.eclipse.m2m.atl.adt.ui.text.atl   
org.eclipse.m2m.atl.adt.ui.text.hover   
org.eclipse.m2m.atl.adt.ui.viewsupport   
 

Uses of AtlEditor in org.eclipse.m2m.atl.adt.ui.actions
 

Constructors in org.eclipse.m2m.atl.adt.ui.actions with parameters of type AtlEditor
GotoMatchingBracketAction(AtlEditor editor)
           
 

Uses of AtlEditor in org.eclipse.m2m.atl.adt.ui.editor
 

Constructors in org.eclipse.m2m.atl.adt.ui.editor with parameters of type AtlEditor
AtlOccurrencesFinder(AtlEditor editor, org.eclipse.jface.text.IDocument document)
           
 

Uses of AtlEditor in org.eclipse.m2m.atl.adt.ui.text
 

Fields in org.eclipse.m2m.atl.adt.ui.text declared as AtlEditor
protected  AtlEditor AtlReconcilingStrategy.editor
          Editor this provides folding support to.
 

Constructors in org.eclipse.m2m.atl.adt.ui.text with parameters of type AtlEditor
AtlReconcilingStrategy(AtlEditor editor)
          Instantiates the reconciling strategy for a given editor.
 

Uses of AtlEditor in org.eclipse.m2m.atl.adt.ui.text.atl
 

Methods in org.eclipse.m2m.atl.adt.ui.text.atl with parameters of type AtlEditor
static java.lang.Object OpenDeclarationUtils.getDeclaration(AtlEditor editor, int offset, int length)
          Retrieves the declaration of the element at the given offset if exists.
static java.lang.String OpenDeclarationUtils.getInformation(AtlEditor editor, int offset, int length)
          Returns a description of the element available at the given offset.
static OclAnyType OpenDeclarationUtils.getType(AtlEditor editor, int offset, int length)
          Retrieves the declaration of the element at the given offset if exists.
static void OpenDeclarationUtils.openDeclaration(UnitType unit, org.eclipse.emf.ecore.EObject target, AtlEditor editor)
          Opens the declaration of the given object.
 

Constructors in org.eclipse.m2m.atl.adt.ui.text.atl with parameters of type AtlEditor
LastSaveComparator(AtlEditor editor)
          Constructor.
 

Uses of AtlEditor in org.eclipse.m2m.atl.adt.ui.text.hover
 

Constructors in org.eclipse.m2m.atl.adt.ui.text.hover with parameters of type AtlEditor
AtlTextHover(AtlEditor editor)
           
 

Uses of AtlEditor in org.eclipse.m2m.atl.adt.ui.viewsupport
 

Constructors in org.eclipse.m2m.atl.adt.ui.viewsupport with parameters of type AtlEditor
AtlEditorTickErrorUpdater(AtlEditor editor)
          Creates an updater for the given editor.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.