PageRenderTime 42ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/42docs/users-guide/writing-plugins-part.html

#
HTML | 19 lines | 16 code | 3 blank | 0 comment | 0 complexity | 3b6f5dff08fe283aaa39032304637534 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Part IV. Writing Plugins</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.html" title="jEdit 4.2 User's Guide"><link rel="up" href="index.html" title="jEdit 4.2 User's Guide"><link rel="previous" href="bsh-commands-other.html" title="Other Commands"><link rel="next" href="plugin-intro.html" title="Chapter 17. 
  2. Introducing the Plugin API"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Part IV. Writing Plugins</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="bsh-commands-other.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="plugin-intro.html">Next</a></td></tr></table><hr></div><div class="part" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="writing-plugins-part"></a>Writing Plugins</h1></div></div><div></div></div><div class="partintro" lang="en"><div><div></div><div></div></div><p>
  3. This part of the user's guide covers writing plugins for jEdit.
  4. </p><p>
  5. Like jEdit itself, plugins are written primarily in Java. While this
  6. guide assumes some working knowledge of the language, you are not
  7. required to be a Java wizard. If you can write a useful application of
  8. any size in Java, you can write a plugin.
  9. </p><p>
  10. This part of the user's guide was written by John Gellene
  11. <tt class="email">&lt;<a href="mailto:jgellene@nyc.rr.com">jgellene@nyc.rr.com</a>&gt;</tt>.
  12. </p><div class="toc"><p><b>Table of Contents</b></p><ul><li><span class="chapter"><a href="plugin-intro.html">17.
  13. Introducing the Plugin API</a></span></li><li><span class="chapter"><a href="plugin-implement.html">18. Implementing a Simple Plugin</a></span><ul><li><span class="sect1"><a href="plugin-load.html">
  14. How Plugins are Loaded</a></span></li><li><span class="sect1"><a href="plugin-implement-quicknotepadplugin.html">The QuickNotepadPlugin Class</a></span></li><li><span class="sect1"><a href="plugin-implement-editbus.html">The EditBus</a></span></li><li><span class="sect1"><a href="plugin-implement-properties.html">The Property File</a></span></li><li><span class="sect1"><a href="plugin-implement-actions.html">The Action Catalog</a></span></li><li><span class="sect1"><a href="plugin-implement-dockables.html">The Dockable Window Catalog</a></span></li><li><span class="sect1"><a href="plugin-implement-quicknotepad.html">The QuickNotepad Class</a></span></li><li><span class="sect1"><a href="plugin-implement-quicknotepadtoolbar.html">The QuickNotepadToolBar Class</a></span></li><li><span class="sect1"><a href="plugin-implement-options.html">The QuickNotepadOptionPane Class</a></span></li><li><span class="sect1"><a href="plugin-implement-docs.html">Plugin Documentation</a></span></li><li><span class="sect1"><a href="plugin-implement-building.html">Compiling the Plugin</a></span></li><li><span class="sect1"><a href="plugin-implement-reloading.html">Reloading the Plugin</a></span></li></ul></li><li><span class="chapter"><a href="plugin-tips.html">19. Plugin Tips and Techniques</a></span><ul><li><span class="sect1"><a href="plugin-tips-libraries.html">Bundling Additional Class Libraries</a></span></li></ul></li></ul></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bsh-commands-other.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="plugin-intro.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Other Commands </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 17. 
  15. Introducing the Plugin API</td></tr></table></div></body></html>