PageRenderTime 48ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-5-pre1/org/gjt/sp/jedit/package.html

#
HTML | 31 lines | 26 code | 5 blank | 0 comment | 0 complexity | 6632ce44cb15f756d164133509b5bcb3 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><body>This package contains jEdit's core classes.<p>
  2. For plugin development, start by looking at
  3. <a href="PluginJAR.html">PluginJAR</a> and
  4. <a href="EditPlugin.html">EditPlugin</a>, which describe the basics of jEdit's
  5. plugin API. Then, browse the following classes:
  6. <ul>
  7. <li></li>
  8. <li><a href="jEdit.html">jEdit</a></li>
  9. <li><a href="Buffer.html">Buffer</a></li>
  10. <li><a href="EditPane.html">EditPane</a></li>
  11. <li><a href="GUIUtilities.html">GUIUtilities</a></li>
  12. <li><a href="textarea/JEditTextArea.html">JEditTextArea</a></li>
  13. <li><a href="MiscUtilities.html">MiscUtilities</a></li>
  14. <li><a href="io/VFSManager.html">VFSManager</a></li>
  15. <li><a href="View.html">View</a></li>
  16. </ul>
  17. The EditBus framework is used to receive notification of various
  18. editor state changes:
  19. <ul>
  20. <li><a href="EditBus.html">EditBus</a></li>
  21. <li><a href="EBComponent.html">EBComponent</a></li>
  22. <li><a href="EBMessage.html">EBMessage</a></li>
  23. <li><a href="EBPlugin.html">EBPlugin</a></li>
  24. <li><a href="msg/package-summary.html">org.gjt.sp.jedit.msg package</a></li>
  25. </ul>
  26. </body></html>