Package it.jKey.applications.plainTextEditor.logic

Class Diagram Summary
logic 
 

Interface Summary
EditorIt provide a bridge between the Editor's abstraction and the Editor concrete implementation.
TextEditorPropertiesThis interface defines the keys to store and retrieve the properties that this UI can handle.
 

Class Summary
DefaultEditorIt's the default implementation of the Editor Object, and it works for every JTextComponent's subclass.
NotFoundException 
OperationAbortedException 
TextEditorLogic 
TextEditorLogic.DocumentPropertiesUpdaterListen the Editor's Document and update the selected document's properties
as a result of text insertion or remotion.