Public Member Functions | Private Member Functions

de.fraunhofer.isst.axbench.editors.axlmultipage.axleditor.AXLPartitioner Class Reference

aXLang source code editor document partitioner. More...

List of all members.

Public Member Functions

 AXLPartitioner (IPartitionTokenScanner theScanner, String[] arrLegalContentTypes)
 Constructor that sets the token scanner and the legal content types.
void connect (IDocument theDocument, boolean bDelayInitialization)
 Connects the document and the partitioner. This method can be used to print debugging information.

Private Member Functions

void printPartitions (IDocument theDocument)
 Prints information about the partitions.

Detailed Description

aXLang source code editor document partitioner.

Author:
Ekkart Kleinod
skaegebein
Version:
0.3.0
Since:
0.1.0

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.editors.axlmultipage.axleditor.AXLPartitioner.AXLPartitioner ( IPartitionTokenScanner  theScanner,
String[]  arrLegalContentTypes 
)

Constructor that sets the token scanner and the legal content types.

Parameters:
theScanner token scanner
arrLegalContentTypes legal content types

Member Function Documentation

void de.fraunhofer.isst.axbench.editors.axlmultipage.axleditor.AXLPartitioner.connect ( IDocument  theDocument,
boolean  bDelayInitialization 
)

Connects the document and the partitioner. This method can be used to print debugging information.

Parameters:
theDocument document
bDelayInitialization initialization delay?
void de.fraunhofer.isst.axbench.editors.axlmultipage.axleditor.AXLPartitioner.printPartitions ( IDocument  theDocument  )  [private]

Prints information about the partitions.

Parameters:
theDocument