miSim

Package misim.editor

Interface Summary
LineFactory The LineFactory interface specifies methods to create new instances of the Line class, or it's subclasses.
LineIterator  
TokenIterator The TokenIterator interface provides a way to request tokens in sequence from a file or line.
UndoIF  
 

Class Summary
BasicLineFactory The BasicLineFactory class implements the LineFactory interface to create Lines for a default editor.
BasicParser  
CursorPos A simple class for passing the cursor position around
EditorPanel  
EditorPrefs  
Line The Line class represents a single line of a file.
Node A Node is used to create a tree for fast searches for known words in a parsed text file.
Parser  
TextFile  
TextPanel The text panel implements an uneditable display of text from a file.
Token A Token represents a section of text in a file.
TokenWhitespace  
Undoable The undoable class is used to store editor events that may subsequently be undone.
 

Exception Summary
EditorException The EditorException class is used to store infomation on compilation or assembly errors against the lines that generated those errors.
 


miSim