BaseEditor | Base Editor functionality |
BitArray | Bit Array field |
Character | Character information class |
CharacterClass | Character classes store implementation |
CharacterData | Abstract Text Data section node |
Comment | XML Comment node |
ConsoleTools | Console colorer application |
CRegExp | Regular Expression compiler and matcher |
DefaultEntityResolver | Default entity resolver class, uses InputSource object rules to resolve relative addresses of the entities |
DefaultErrorHandler | Default implementation of ErrorHandler |
Document | Document node |
DocumentBuilder | Document factory, used to build xml document tree from input stream |
DString | Dynamic string class |
EditorListener | Listener of BaseEditor events |
Element | Element node |
Encodings | Encodings information |
EntityResolver | Entity resolver, used to resolve addresses of the external entities |
ErrorHandler | Informs application about different Parsing problems and warning |
ErrorHandlerWriter | Writer implementation of ErrorHandler |
Exception | Exception class |
FarEditor | FAR Editor internal plugin structures |
FarEditorSet | FAR Editors container |
FileErrorHandler | File implementation of ErrorHandler |
FileInputSource | Reads data from file with OS services |
FileType | HRC FileType (or prototype) instance |
FileTypeChooser | Stores regular expressions of filename and firstline elements and helps to detect file type |
FileTypeImpl | File Type storage implementation |
FileWriter | Writes data stream into a file |
HashEntry< T > | Hashtable Entry |
Hashtable< T > | Hashtable template class, stores nullable objects |
HashtableCore< T > | Common hashtable template |
HashtableWOnulls< T > | Hashtable template class, stores structured objects |
HRCParser | Abstract template of HRCParser class implementation |
HRCParserException | Informs application about internal HRC parsing problems |
HRCParserImpl | Implementation of HRCParser |
HtmlEscapesWriter | Writer interface wrapper, which allows escaping of XML markup characters (& and <) |
HTTPInputSource | Implements reading from HTTP URLs |
InputSource | Abstract byte input source |
InputSourceException | InputSourceException is thrown, if some IO error occurs |
JARInputSource | Reads data from JAR(ZIP) archive |
KeywordInfo | Information about one parsed keyword |
KeywordList | List of keywords |
LineRegion | Defines region position properties |
LineRegionsCompactSupport | Compact Region store implementation based on LineRegionsSupport class |
LineRegionsSupport | Region store implementation of RegionHandler |
LineSource | Interface for editor line information requests |
MultipleInputSource | |
Node | Abstract DOM tree node |
OutlineItem | Item in outliner's list |
Outliner | Used to create, store and maintain list or tree of different special regions |
OutOfBoundException | Thrown, when array index overflow occurs |
PairMatch | Representation of pair match in text |
ParseCache | Internal parser's cache storage |
ParsedLineWriter | Static service methods of LineRegion output |
ParseException | Basic XML Parser exception class Contains information about exception and position of the error in the text |
ParserFactory | Maintains catalog of HRC and HRD references |
ParserFactoryException | Exception, thrown by ParserFactory class methods |
ProcessingInstruction | Processing Instruction node |
Region | HRC Region implementation |
RegionDefine | Object contains information about region mapping into real colors or other properties |
RegionHandler | Handles parse information, passed from TextParser |
RegionMapper | Abstract interface to perform Region -> RegionDefine mappings |
RegionMapperImpl | Abstract RegionMapper |
Scheme | HRC Scheme instance information |
SchemeImpl | Scheme storage implementation |
SchemeNode | Scheme node |
SharedInputSource | InputSource class wrapper, allows to manage class instances counter |
SRegInfo | Regular expressions internal tree node |
SString | Static unicode string |
StreamWriter | Writes data into operating system output stream |
String | Abstract unicode string class |
StringBuffer | Unicode growable StringBuffer |
StringIndexOutOfBoundsException | Index of requested character is out of bounds |
StyledHRDMapper | HRD files reader |
StyledRegion | Contains information about region mapping into real colors |
Text | XML Text / CDATA node |
TextConsoleViewer | Console viewing of parsed and colored file |
TextHRDMapper | HRD files reader |
TextLinesStore | Reads array of text lines and makes it accessible with LineSource interface |
TextParser | Basic lexical/syntax parser interface |
TextParserImpl | Implementation of TextParser interface |
TextRegion | Contains information about region mapping into textual prefix/suffix |
UnicodeTools | Different Unicode methods and tools |
UnsupportedEncodingException | Unknown encoding exception |
Vector< T > | Ordered sequence of objects |
VirtualEntry | One entry of 'inherit' element virtualization content |
VTList | Dynamic parser's list of virtual entries |
Writer | Abstract character writer class |