Package ij.plugin.frame.jedit

Interface Summary
EBComponent A component on the EditBus.
InputHandler.MacroRecorder Macro recorder.
InputHandler.NonRecordable If an action implements this interface, it should not be recorded by the macro recorder.
InputHandler.NonRepeatable If an action implements this interface, it should not be repeated.
InputHandler.Wrapper For use by EditAction.Wrapper only.
LNTextAreaPainter.Highlight Highlight interface.
MiscUtilities.Compare An interface for comparing objects.
MouseHandler Title: Description: Copyright: Copyright (c) 2008 Company:
TextAreaPainter.Highlight Highlight interface.
 

Class Summary
DefaultInputHandler The default input handler.
EBMessage The base class of all EditBus messages.
EBMessage.NonVetoable Deprecated. Subclass EBMessage instead.
EditBus jEdit's global event notification mechanism.
InputHandler An input handler converts the user's key strokes into concrete actions.
InputHandler.backspace  
InputHandler.backspace_word  
InputHandler.clip_copy  
InputHandler.clip_cut  
InputHandler.clip_paste  
InputHandler.delete  
InputHandler.delete_word  
InputHandler.document_end  
InputHandler.document_home  
InputHandler.end  
InputHandler.home  
InputHandler.insert_break  
InputHandler.insert_char  
InputHandler.insert_tab  
InputHandler.next_char  
InputHandler.next_line  
InputHandler.next_page  
InputHandler.next_word  
InputHandler.overwrite  
InputHandler.prev_char  
InputHandler.prev_line  
InputHandler.prev_page  
InputHandler.prev_word  
InputHandler.repeat  
InputHandler.select_all  
InputHandler.toggle_rect  
JEditTextArea jEdit's text area component.
JEditTextArea.CaretBlinker  
JLineMetrics Title: Description: Copyright: Copyright (c) 2008 Company:
KeywordMap A KeywordMap is similar to a hashtable in that it maps keys to values.
LNTextAreaDefaults Title: Description: Copyright: Copyright (c) 2008 Company:
LNTextAreaPainter The text area repaint manager.
MiscUtilities Path name manipulation, string manipulation, and more.
MiscUtilities.MenuItemCompare Compares menu item labels.
MiscUtilities.StringCompare Compares strings.
MiscUtilities.StringICaseCompare Compares strings ignoring case.
Mode An edit mode defines specific settings for editing some type of file.
ModeCatalogHandler  
OperatingSystem Operating system detection routines.
PropertyManager  
SyntaxDocument A document implementation that can be tokenized by the syntax highlighting system.
SyntaxStyle A simple text style class.
SyntaxUtilities Class with several utility functions used by jEdit's syntax colorizing subsystem.
TextAreaDefaults Encapsulates default settings for a text area.
TextAreaPainter The text area repaint manager.
TextUtilities Class with several utility functions used by the text area component.