org.gjt.sp.jedit package.
Each window in jEdit is an instance of the View class. Each text area you see in a View is an instance of JEditTextArea, each of which is contained in its own EditPane. Files are represented by the Buffer class.
If you want to print out debugging or error messages to the activity log, use the Log class.
If you're writing a plugin that listens to Edit Bus? messages, its main class will have to extend EBPlugin so that it will receive subclasses of EBMessage which are contained in the org.gjt.sp.jedit.msg package.
Classes of interest to developers
| Class | Macros | Plugins |
|---|---|---|
| jEdit | · | · |
| View | · | · |
| EditPane | · | · |
| Buffer | · | · |
| JEditTextArea | · | · |
| EBMessage | · |
| Topic JEditSourceCodeIntro . { Edit | Attach | Ref-By | Printable | Diffs | r1.3 | > | r1.2 | > | r1.1 | More } |
|
Revision r1.3 - 09 Sep 2003 - 06:12 GMT - Brad Mace Parents: Web Home |
Copyright © 1999-2011 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding jEdit Community Wiki? Send feedback. |