Uses of Class
org.eclipse.m2m.atl.adt.ui.text.AtlTextTools

Packages that use AtlTextTools
org.eclipse.m2m.atl.adt.ui   
org.eclipse.m2m.atl.adt.ui.text   
org.eclipse.m2m.atl.adt.ui.text.atl   
 

Uses of AtlTextTools in org.eclipse.m2m.atl.adt.ui
 

Methods in org.eclipse.m2m.atl.adt.ui that return AtlTextTools
 AtlTextTools AtlUIPlugin.getTextTools()
          Gets the ATL text tools used by the plug-in.
 

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

Methods in org.eclipse.m2m.atl.adt.ui.text that return AtlTextTools
 AtlTextTools AtlSourceViewerConfiguration.getTextTools()
          Gets the text tools associated to this configurator.
protected  AtlTextTools AbstractScanner.getTextTools()
           
 

Constructors in org.eclipse.m2m.atl.adt.ui.text with parameters of type AtlTextTools
AbstractScanner(AtlTextTools texttools)
          Creates an abstract ATL scanner.
AtlSourceViewerConfiguration(AtlTextTools tools, org.eclipse.ui.texteditor.ITextEditor editor)
          Creates a new instance of the configurator.
 

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

Constructors in org.eclipse.m2m.atl.adt.ui.text.atl with parameters of type AtlTextTools
AtlCodeScanner(AtlTextTools textTools)
          Creates a new instance of the ATL scanner.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.