Packages | Classes

Package de.fraunhofer.isst.axbench.editors.axlmultipage.axleditor

Contains the classes for an aXLang source code editor. More...

Packages

package  actions

Classes

class  AXLConfiguration
 aXLang source code editor configuration information. More...
class  AXLContentAssistProcessor
 this class should offer the content assistant. currently only the axlkeywords are proposals. More...
class  AXLDocumentProvider
 aXLang source code editor document provider. Provides methods for document handling via JFace. More...
class  AXLDoubleClickStrategy
 aXLang source code editor double click strategy. More...
class  AXLEditor
 aXLang source code editor main class. More...
class  AXLEditorActions
 realizes the abstract actions class for all actions which are corresponding to the axleditor. More...
class  AXLEditorOperations
 the background of the editor gui. More...
class  AXLMarkerUtilities
 aXLang source code editor marker utility class. More...
class  AXLPartitioner
 aXLang source code editor document partitioner. More...
class  AXLPartitionScanner
 aXLang source code editor partition scanner. The scanner defines the rules, by which the document it partitioned. More...
class  AXLReconcilingStrategy
 This class handles the reconciling strategy for the folding. More...
class  AXLTokenScanner
 aXLang source code editor language token scanner. More...
class  AXLWhiteSpaceDetector
 aXLang source code editor whitespace detector. More...
class  AXLWordDetector
 aXLang source code editor word detector. More...
class  ColorManager
 aXLang source code editor color manager. This color manager provides the syntax highlighting colors. It maps them as they are needed, so their creation takes less time. More...

Detailed Description

Contains the classes for an aXLang source code editor.

Contains the classes for marking aXLang source code.