Nekit
v 0.9

Package com.nekhem.nekit

Interface Summary
ActionGroup The interface of classes that implement a group of editor actions.
CaretContext A Context is a region of text that follows different rules (at present there's only ListContext, for bullet lists) Every time the caret is moved, NekitPane cycles through all context to see if one is Active.
NekitEditorOwner Every class that creates an object NekitEditor should supply a class that implements this interface.
NekitPaneOwner To build a NekitPane you need to supply a callback object wich implements this interface
 

Class Summary
AlignmentActions  
AnchorActions  
CharacterActions  
ClearActions  
ColorActions  
DebugActions  
EditActions  
FileActions  
FormatActions  
InsertActions  
Labels A very rudimentary localization system (FIXME: use the standard java system)
ListActions  
ListContext ListContext contains the code for managing bullet lists and numbered lists
NekEditorKit  
NekHTMLWriter  
NekitApplet Nekit Applet
Applet for editing and saving HTML.
NekitDocument All the routines to actually manipulate the text Ovverrides some of the methods of HTMLDocument to workaround some problems FIXME: reduce redundancy
NekitEditor This class implements a simple HTML wysiwyg editor.
NekitPane This class handles the Text Pane for what concerns user interaction.
ResourceManager  
TitleActions  
UndoActions  
URLChooser  
Utils  
 


Nekit
v 0.9

Submit a bug or feature
Nekhem Technologies