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

/www/tags/NOV_07_2009/htdocs/api/org/gjt/sp/jedit/gui/PanelWindowContainer.html

#
HTML | 499 lines | 432 code | 54 blank | 13 comment | 0 complexity | eec926d0c55a75afedee39b49000b3d2 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. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.5.0_14) on Tue Jul 22 07:13:58 GMT-08:00 2008 -->
  6. <TITLE>
  7. PanelWindowContainer (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.gjt.sp.jedit.gui.PanelWindowContainer class">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
  11. <NOSCRIPT>
  12. </NOSCRIPT>
  13. </HEAD>
  14. <BODY BGCOLOR="white" >
  15. <!-- ========= START OF TOP NAVBAR ======= -->
  16. <A NAME="navbar_top"><!-- --></A>
  17. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  18. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  19. <TR>
  20. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  21. <A NAME="navbar_top_firstrow"><!-- --></A>
  22. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  23. <TR ALIGN="center" VALIGN="top">
  24. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  25. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  26. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PanelWindowContainer.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  28. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  29. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  30. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  31. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  32. </TR>
  33. </TABLE>
  34. </TD>
  35. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  36. </EM>
  37. </TD>
  38. </TR>
  39. <TR>
  40. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  41. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/gui/OptionsDialog.PaneNameRenderer.html" title="class in org.gjt.sp.jedit.gui"><B>PREV CLASS</B></A>&nbsp;
  42. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.RotatedTextIcon.html" title="class in org.gjt.sp.jedit.gui"><B>NEXT CLASS</B></A></FONT></TD>
  43. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  44. <A HREF="../../../../../index.html?org/gjt/sp/jedit/gui/PanelWindowContainer.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="PanelWindowContainer.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  46. &nbsp;
  47. <NOSCRIPT>
  48. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  49. </NOSCRIPT>
  50. </FONT></TD>
  51. </TR>
  52. <TR>
  53. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  54. SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  55. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  56. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  57. </TR>
  58. </TABLE>
  59. <A NAME="skip-navbar_top"></A>
  60. <!-- ========= END OF TOP NAVBAR ========= -->
  61. <HR>
  62. <!-- ======== START OF CLASS DATA ======== -->
  63. <H2>
  64. <FONT SIZE="-1">
  65. org.gjt.sp.jedit.gui</FONT>
  66. <BR>
  67. Class PanelWindowContainer</H2>
  68. <PRE>
  69. java.lang.Object
  70. <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.gjt.sp.jedit.gui.PanelWindowContainer</B>
  71. </PRE>
  72. <HR>
  73. <DL>
  74. <DT><PRE>public class <B>PanelWindowContainer</B><DT>extends java.lang.Object</DL>
  75. </PRE>
  76. <P>
  77. A container for dockable windows. This class should never be used
  78. directly.
  79. <P>
  80. <P>
  81. <DL>
  82. <DT><B>Since:</B></DT>
  83. <DD>jEdit 4.0pre1</DD>
  84. </DL>
  85. <HR>
  86. <P>
  87. <!-- ======== NESTED CLASS SUMMARY ======== -->
  88. <A NAME="nested_class_summary"><!-- --></A>
  89. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  90. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  91. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  92. <B>Nested Class Summary</B></FONT></TH>
  93. </TR>
  94. <TR BGCOLOR="white" CLASS="TableRowColor">
  95. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  96. <CODE>static&nbsp;class</CODE></FONT></TD>
  97. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.RotatedTextIcon.html" title="class in org.gjt.sp.jedit.gui">PanelWindowContainer.RotatedTextIcon</A></B></CODE>
  98. <BR>
  99. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  100. </TR>
  101. </TABLE>
  102. &nbsp;
  103. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  104. <A NAME="constructor_summary"><!-- --></A>
  105. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  106. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  107. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  108. <B>Constructor Summary</B></FONT></TH>
  109. </TR>
  110. <TR BGCOLOR="white" CLASS="TableRowColor">
  111. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.html#PanelWindowContainer(org.gjt.sp.jedit.gui.DockableWindowManager, java.lang.String, int)">PanelWindowContainer</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/gui/DockableWindowManager.html" title="class in org.gjt.sp.jedit.gui">DockableWindowManager</A>&nbsp;wm,
  112. java.lang.String&nbsp;position,
  113. int&nbsp;dimension)</CODE>
  114. <BR>
  115. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  116. </TR>
  117. </TABLE>
  118. &nbsp;
  119. <!-- ========== METHOD SUMMARY =========== -->
  120. <A NAME="method_summary"><!-- --></A>
  121. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  122. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  123. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  124. <B>Method Summary</B></FONT></TH>
  125. </TR>
  126. <TR BGCOLOR="white" CLASS="TableRowColor">
  127. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  128. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  129. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.html#getCurrent()">getCurrent</A></B>()</CODE>
  130. <BR>
  131. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the name of the dockable in this container.</TD>
  132. </TR>
  133. <TR BGCOLOR="white" CLASS="TableRowColor">
  134. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  135. <CODE>&nbsp;int</CODE></FONT></TD>
  136. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.html#getDimension()">getDimension</A></B>()</CODE>
  137. <BR>
  138. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the width or height (depending on position) of the dockable
  139. window container.</TD>
  140. </TR>
  141. <TR BGCOLOR="white" CLASS="TableRowColor">
  142. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  143. <CODE>&nbsp;java.lang.String[]</CODE></FONT></TD>
  144. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.html#getDockables()">getDockables</A></B>()</CODE>
  145. <BR>
  146. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  147. </TR>
  148. <TR BGCOLOR="white" CLASS="TableRowColor">
  149. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  150. <CODE>&nbsp;<A HREF="../../../../../org/gjt/sp/jedit/gui/DockableWindowManager.html" title="class in org.gjt.sp.jedit.gui">DockableWindowManager</A></CODE></FONT></TD>
  151. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.html#getDockableWindowManager()">getDockableWindowManager</A></B>()</CODE>
  152. <BR>
  153. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  154. </TR>
  155. <TR BGCOLOR="white" CLASS="TableRowColor">
  156. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  157. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  158. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.html#getPosition()">getPosition</A></B>()</CODE>
  159. <BR>
  160. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  161. </TR>
  162. <TR BGCOLOR="white" CLASS="TableRowColor">
  163. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  164. <CODE>&nbsp;boolean</CODE></FONT></TD>
  165. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.html#isVisible(org.gjt.sp.jedit.gui.DockableWindowManager.Entry)">isVisible</A></B>(org.gjt.sp.jedit.gui.DockableWindowManager.Entry&nbsp;entry)</CODE>
  166. <BR>
  167. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  168. </TR>
  169. <TR BGCOLOR="white" CLASS="TableRowColor">
  170. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  171. <CODE>&nbsp;void</CODE></FONT></TD>
  172. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.html#register(org.gjt.sp.jedit.gui.DockableWindowManager.Entry)">register</A></B>(org.gjt.sp.jedit.gui.DockableWindowManager.Entry&nbsp;entry)</CODE>
  173. <BR>
  174. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  175. </TR>
  176. <TR BGCOLOR="white" CLASS="TableRowColor">
  177. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  178. <CODE>&nbsp;void</CODE></FONT></TD>
  179. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.html#remove(org.gjt.sp.jedit.gui.DockableWindowManager.Entry)">remove</A></B>(org.gjt.sp.jedit.gui.DockableWindowManager.Entry&nbsp;entry)</CODE>
  180. <BR>
  181. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  182. </TR>
  183. <TR BGCOLOR="white" CLASS="TableRowColor">
  184. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  185. <CODE>&nbsp;void</CODE></FONT></TD>
  186. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.html#show(org.gjt.sp.jedit.gui.DockableWindowManager.Entry)">show</A></B>(org.gjt.sp.jedit.gui.DockableWindowManager.Entry&nbsp;entry)</CODE>
  187. <BR>
  188. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  189. </TR>
  190. <TR BGCOLOR="white" CLASS="TableRowColor">
  191. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  192. <CODE>&nbsp;void</CODE></FONT></TD>
  193. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.html#showMostRecent()">showMostRecent</A></B>()</CODE>
  194. <BR>
  195. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  196. </TR>
  197. <TR BGCOLOR="white" CLASS="TableRowColor">
  198. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  199. <CODE>&nbsp;void</CODE></FONT></TD>
  200. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.html#unregister(org.gjt.sp.jedit.gui.DockableWindowManager.Entry)">unregister</A></B>(org.gjt.sp.jedit.gui.DockableWindowManager.Entry&nbsp;entry)</CODE>
  201. <BR>
  202. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  203. </TR>
  204. </TABLE>
  205. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  206. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  207. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  208. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  209. </TR>
  210. <TR BGCOLOR="white" CLASS="TableRowColor">
  211. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  212. </TR>
  213. </TABLE>
  214. &nbsp;
  215. <P>
  216. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  217. <A NAME="constructor_detail"><!-- --></A>
  218. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  219. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  220. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  221. <B>Constructor Detail</B></FONT></TH>
  222. </TR>
  223. </TABLE>
  224. <A NAME="PanelWindowContainer(org.gjt.sp.jedit.gui.DockableWindowManager, java.lang.String, int)"><!-- --></A><H3>
  225. PanelWindowContainer</H3>
  226. <PRE>
  227. public <B>PanelWindowContainer</B>(<A HREF="../../../../../org/gjt/sp/jedit/gui/DockableWindowManager.html" title="class in org.gjt.sp.jedit.gui">DockableWindowManager</A>&nbsp;wm,
  228. java.lang.String&nbsp;position,
  229. int&nbsp;dimension)</PRE>
  230. <DL>
  231. </DL>
  232. <!-- ============ METHOD DETAIL ========== -->
  233. <A NAME="method_detail"><!-- --></A>
  234. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  235. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  236. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  237. <B>Method Detail</B></FONT></TH>
  238. </TR>
  239. </TABLE>
  240. <A NAME="getDockableWindowManager()"><!-- --></A><H3>
  241. getDockableWindowManager</H3>
  242. <PRE>
  243. public <A HREF="../../../../../org/gjt/sp/jedit/gui/DockableWindowManager.html" title="class in org.gjt.sp.jedit.gui">DockableWindowManager</A> <B>getDockableWindowManager</B>()</PRE>
  244. <DL>
  245. <DD><DL>
  246. </DL>
  247. </DD>
  248. <DD><DL>
  249. <DT><B>Since:</B></DT>
  250. <DD>jEdit 4.3pre2</DD>
  251. </DL>
  252. </DD>
  253. </DL>
  254. <HR>
  255. <A NAME="register(org.gjt.sp.jedit.gui.DockableWindowManager.Entry)"><!-- --></A><H3>
  256. register</H3>
  257. <PRE>
  258. public void <B>register</B>(org.gjt.sp.jedit.gui.DockableWindowManager.Entry&nbsp;entry)</PRE>
  259. <DL>
  260. <DD><DL>
  261. </DL>
  262. </DD>
  263. <DD><DL>
  264. </DL>
  265. </DD>
  266. </DL>
  267. <HR>
  268. <A NAME="unregister(org.gjt.sp.jedit.gui.DockableWindowManager.Entry)"><!-- --></A><H3>
  269. unregister</H3>
  270. <PRE>
  271. public void <B>unregister</B>(org.gjt.sp.jedit.gui.DockableWindowManager.Entry&nbsp;entry)</PRE>
  272. <DL>
  273. <DD><DL>
  274. </DL>
  275. </DD>
  276. <DD><DL>
  277. </DL>
  278. </DD>
  279. </DL>
  280. <HR>
  281. <A NAME="remove(org.gjt.sp.jedit.gui.DockableWindowManager.Entry)"><!-- --></A><H3>
  282. remove</H3>
  283. <PRE>
  284. public void <B>remove</B>(org.gjt.sp.jedit.gui.DockableWindowManager.Entry&nbsp;entry)</PRE>
  285. <DL>
  286. <DD><DL>
  287. </DL>
  288. </DD>
  289. <DD><DL>
  290. </DL>
  291. </DD>
  292. </DL>
  293. <HR>
  294. <A NAME="showMostRecent()"><!-- --></A><H3>
  295. showMostRecent</H3>
  296. <PRE>
  297. public void <B>showMostRecent</B>()</PRE>
  298. <DL>
  299. <DD><DL>
  300. </DL>
  301. </DD>
  302. <DD><DL>
  303. </DL>
  304. </DD>
  305. </DL>
  306. <HR>
  307. <A NAME="show(org.gjt.sp.jedit.gui.DockableWindowManager.Entry)"><!-- --></A><H3>
  308. show</H3>
  309. <PRE>
  310. public void <B>show</B>(org.gjt.sp.jedit.gui.DockableWindowManager.Entry&nbsp;entry)</PRE>
  311. <DL>
  312. <DD><DL>
  313. </DL>
  314. </DD>
  315. <DD><DL>
  316. </DL>
  317. </DD>
  318. </DL>
  319. <HR>
  320. <A NAME="isVisible(org.gjt.sp.jedit.gui.DockableWindowManager.Entry)"><!-- --></A><H3>
  321. isVisible</H3>
  322. <PRE>
  323. public boolean <B>isVisible</B>(org.gjt.sp.jedit.gui.DockableWindowManager.Entry&nbsp;entry)</PRE>
  324. <DL>
  325. <DD><DL>
  326. </DL>
  327. </DD>
  328. <DD><DL>
  329. </DL>
  330. </DD>
  331. </DL>
  332. <HR>
  333. <A NAME="getCurrent()"><!-- --></A><H3>
  334. getCurrent</H3>
  335. <PRE>
  336. public java.lang.String <B>getCurrent</B>()</PRE>
  337. <DL>
  338. <DD>Returns the name of the dockable in this container.
  339. <P>
  340. <DD><DL>
  341. </DL>
  342. </DD>
  343. <DD><DL>
  344. <DT><B>Since:</B></DT>
  345. <DD>jEdit 4.2pre1</DD>
  346. </DL>
  347. </DD>
  348. </DL>
  349. <HR>
  350. <A NAME="getDimension()"><!-- --></A><H3>
  351. getDimension</H3>
  352. <PRE>
  353. public int <B>getDimension</B>()</PRE>
  354. <DL>
  355. <DD>Returns the width or height (depending on position) of the dockable
  356. window container.
  357. <P>
  358. <DD><DL>
  359. </DL>
  360. </DD>
  361. <DD><DL>
  362. <DT><B>Since:</B></DT>
  363. <DD>jEdit 4.2pre1</DD>
  364. </DL>
  365. </DD>
  366. </DL>
  367. <HR>
  368. <A NAME="getPosition()"><!-- --></A><H3>
  369. getPosition</H3>
  370. <PRE>
  371. public java.lang.String <B>getPosition</B>()</PRE>
  372. <DL>
  373. <DD><DL>
  374. </DL>
  375. </DD>
  376. <DD><DL>
  377. <DT><B>Since:</B></DT>
  378. <DD>jEdit 4.3pre2</DD>
  379. </DL>
  380. </DD>
  381. </DL>
  382. <HR>
  383. <A NAME="getDockables()"><!-- --></A><H3>
  384. getDockables</H3>
  385. <PRE>
  386. public java.lang.String[] <B>getDockables</B>()</PRE>
  387. <DL>
  388. <DD><DL>
  389. </DL>
  390. </DD>
  391. <DD><DL>
  392. </DL>
  393. </DD>
  394. </DL>
  395. <!-- ========= END OF CLASS DATA ========= -->
  396. <HR>
  397. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  398. <A NAME="navbar_bottom"><!-- --></A>
  399. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  400. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  401. <TR>
  402. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  403. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  404. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  405. <TR ALIGN="center" VALIGN="top">
  406. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  407. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  408. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  409. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PanelWindowContainer.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  410. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  411. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  412. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  413. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  414. </TR>
  415. </TABLE>
  416. </TD>
  417. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  418. </EM>
  419. </TD>
  420. </TR>
  421. <TR>
  422. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  423. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/gui/OptionsDialog.PaneNameRenderer.html" title="class in org.gjt.sp.jedit.gui"><B>PREV CLASS</B></A>&nbsp;
  424. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/gui/PanelWindowContainer.RotatedTextIcon.html" title="class in org.gjt.sp.jedit.gui"><B>NEXT CLASS</B></A></FONT></TD>
  425. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  426. <A HREF="../../../../../index.html?org/gjt/sp/jedit/gui/PanelWindowContainer.html" target="_top"><B>FRAMES</B></A> &nbsp;
  427. &nbsp;<A HREF="PanelWindowContainer.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  428. &nbsp;
  429. <NOSCRIPT>
  430. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  431. </NOSCRIPT>
  432. </FONT></TD>
  433. </TR>
  434. <TR>
  435. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  436. SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  437. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  438. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  439. </TR>
  440. </TABLE>
  441. <A NAME="skip-navbar_bottom"></A>
  442. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  443. <HR>
  444. </BODY>
  445. </HTML>