PageRenderTime 52ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/42docs/news42/dockables.html

#
HTML | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | 107b993d16b4b65c8f092a561d5a0c34 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>Dockable Windows</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.html" title="What's New in jEdit 4.2"><link rel="up" href="api-changes.html" title="Chapter 2. API Changes"><link rel="previous" href="actions.html" title="Actions"><link rel="next" href="services.html" title="Services"></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">Dockable Windows</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="actions.html">Prev</a> </td><th width="60%" align="center">Chapter 2. API Changes</th><td width="20%" align="right"> <a accesskey="n" href="services.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="dockables"></a>Dockable Windows</h2></div></div><div></div></div><p>
  2. The syntax of the <tt class="filename">dockables.xml</tt> file has not changed.
  3. </p><p>
  4. Instead of overriding the deprecated
  5. <tt class="function">JComponent.requestDefaultFocus()</tt> method,
  6. dockable windows can now implement the new <a href="../api/org/gjt/sp/jedit/gui/DefaultFocusComponent.html" target="_top">DefaultFocusComponent</a>
  7. interface and its
  8. <tt class="function">focusOnDefaultComponent()</tt> method.
  9. </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="actions.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="api-changes.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="services.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Actions </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Services</td></tr></table></div></body></html>