PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/api/org/gjt/sp/jedit/buffer/BufferListener.html

#
HTML | 420 lines | 365 code | 45 blank | 10 comment | 0 complexity | d05188b9c020041a4ce916f39494343b 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:50 GMT-08:00 2008 -->
  6. <TITLE>
  7. BufferListener (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.gjt.sp.jedit.buffer.BufferListener interface">
  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/BufferListener.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/buffer/BufferChangeListener.Adapter.html" title="class in org.gjt.sp.jedit.buffer"><B>PREV CLASS</B></A>&nbsp;
  42. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/buffer/ContentManager.html" title="class in org.gjt.sp.jedit.buffer"><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/buffer/BufferListener.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="BufferListener.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;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&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;CONSTR&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.buffer</FONT>
  66. <BR>
  67. Interface BufferListener</H2>
  68. <DL>
  69. <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferAdapter.html" title="class in org.gjt.sp.jedit.buffer">BufferAdapter</A>, <A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferChangeListener.Adapter.html" title="class in org.gjt.sp.jedit.buffer">BufferChangeListener.Adapter</A></DD>
  70. </DL>
  71. <HR>
  72. <DL>
  73. <DT><PRE>public interface <B>BufferListener</B></DL>
  74. </PRE>
  75. <P>
  76. A interface for notification of changes to buffer text.<p>
  77. This interface is new in jEdit 4.3pre3. The text area was made independent
  78. of the rest of jEdit, and thus this class could no longer depend on
  79. <code>org.gjt.sp.jedit.Buffer</code>.<p>
  80. While the
  81. <A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html" title="class in org.gjt.sp.jedit.msg"><CODE>BufferUpdate</CODE></A> EditBus message is used for
  82. general buffer state changes, this interface is used for events which are
  83. fired frequently, or for which performance is essential.<p>
  84. Because this interface is subject to change in the future, you
  85. should subclass <code>BufferAdapter</code> instead of
  86. implementing it directly.
  87. <P>
  88. <P>
  89. <DL>
  90. <DT><B>Since:</B></DT>
  91. <DD>jEdit 4.3pre3</DD>
  92. </DL>
  93. <HR>
  94. <P>
  95. <!-- ========== METHOD SUMMARY =========== -->
  96. <A NAME="method_summary"><!-- --></A>
  97. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  98. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  99. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  100. <B>Method Summary</B></FONT></TH>
  101. </TR>
  102. <TR BGCOLOR="white" CLASS="TableRowColor">
  103. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  104. <CODE>&nbsp;void</CODE></FONT></TD>
  105. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferListener.html#bufferLoaded(org.gjt.sp.jedit.buffer.JEditBuffer)">bufferLoaded</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer)</CODE>
  106. <BR>
  107. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called to notify the text area that the buffer has been reloaded.</TD>
  108. </TR>
  109. <TR BGCOLOR="white" CLASS="TableRowColor">
  110. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  111. <CODE>&nbsp;void</CODE></FONT></TD>
  112. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferListener.html#contentInserted(org.gjt.sp.jedit.buffer.JEditBuffer, int, int, int, int)">contentInserted</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer,
  113. int&nbsp;startLine,
  114. int&nbsp;offset,
  115. int&nbsp;numLines,
  116. int&nbsp;length)</CODE>
  117. <BR>
  118. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when text is inserted into the buffer.</TD>
  119. </TR>
  120. <TR BGCOLOR="white" CLASS="TableRowColor">
  121. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  122. <CODE>&nbsp;void</CODE></FONT></TD>
  123. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferListener.html#contentRemoved(org.gjt.sp.jedit.buffer.JEditBuffer, int, int, int, int)">contentRemoved</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer,
  124. int&nbsp;startLine,
  125. int&nbsp;offset,
  126. int&nbsp;numLines,
  127. int&nbsp;length)</CODE>
  128. <BR>
  129. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when text is removed from the buffer.</TD>
  130. </TR>
  131. <TR BGCOLOR="white" CLASS="TableRowColor">
  132. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  133. <CODE>&nbsp;void</CODE></FONT></TD>
  134. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferListener.html#foldHandlerChanged(org.gjt.sp.jedit.buffer.JEditBuffer)">foldHandlerChanged</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer)</CODE>
  135. <BR>
  136. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called to notify the text area that folds need to be collapsed if
  137. the "collapseFolds" property is set.</TD>
  138. </TR>
  139. <TR BGCOLOR="white" CLASS="TableRowColor">
  140. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  141. <CODE>&nbsp;void</CODE></FONT></TD>
  142. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferListener.html#foldLevelChanged(org.gjt.sp.jedit.buffer.JEditBuffer, int, int)">foldLevelChanged</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer,
  143. int&nbsp;startLine,
  144. int&nbsp;endLine)</CODE>
  145. <BR>
  146. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when line fold levels change.</TD>
  147. </TR>
  148. <TR BGCOLOR="white" CLASS="TableRowColor">
  149. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  150. <CODE>&nbsp;void</CODE></FONT></TD>
  151. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferListener.html#preContentInserted(org.gjt.sp.jedit.buffer.JEditBuffer, int, int, int, int)">preContentInserted</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer,
  152. int&nbsp;startLine,
  153. int&nbsp;offset,
  154. int&nbsp;numLines,
  155. int&nbsp;length)</CODE>
  156. <BR>
  157. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when text is about to be inserted in the buffer.</TD>
  158. </TR>
  159. <TR BGCOLOR="white" CLASS="TableRowColor">
  160. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  161. <CODE>&nbsp;void</CODE></FONT></TD>
  162. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferListener.html#preContentRemoved(org.gjt.sp.jedit.buffer.JEditBuffer, int, int, int, int)">preContentRemoved</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer,
  163. int&nbsp;startLine,
  164. int&nbsp;offset,
  165. int&nbsp;numLines,
  166. int&nbsp;length)</CODE>
  167. <BR>
  168. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when text is about to be removed from the buffer, but is
  169. still present.</TD>
  170. </TR>
  171. <TR BGCOLOR="white" CLASS="TableRowColor">
  172. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  173. <CODE>&nbsp;void</CODE></FONT></TD>
  174. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferListener.html#transactionComplete(org.gjt.sp.jedit.buffer.JEditBuffer)">transactionComplete</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer)</CODE>
  175. <BR>
  176. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called after an undo or compound edit has finished.</TD>
  177. </TR>
  178. </TABLE>
  179. &nbsp;
  180. <P>
  181. <!-- ============ METHOD DETAIL ========== -->
  182. <A NAME="method_detail"><!-- --></A>
  183. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  184. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  185. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  186. <B>Method Detail</B></FONT></TH>
  187. </TR>
  188. </TABLE>
  189. <A NAME="foldLevelChanged(org.gjt.sp.jedit.buffer.JEditBuffer, int, int)"><!-- --></A><H3>
  190. foldLevelChanged</H3>
  191. <PRE>
  192. void <B>foldLevelChanged</B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer,
  193. int&nbsp;startLine,
  194. int&nbsp;endLine)</PRE>
  195. <DL>
  196. <DD>Called when line fold levels change.
  197. <P>
  198. <DD><DL>
  199. <DT><B>Parameters:</B><DD><CODE>buffer</CODE> - The buffer in question<DD><CODE>startLine</CODE> - The start line number<DD><CODE>endLine</CODE> - The end line number<DT><B>Since:</B></DT>
  200. <DD>jEdit 4.3pre3</DD>
  201. </DL>
  202. </DD>
  203. </DL>
  204. <HR>
  205. <A NAME="contentInserted(org.gjt.sp.jedit.buffer.JEditBuffer, int, int, int, int)"><!-- --></A><H3>
  206. contentInserted</H3>
  207. <PRE>
  208. void <B>contentInserted</B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer,
  209. int&nbsp;startLine,
  210. int&nbsp;offset,
  211. int&nbsp;numLines,
  212. int&nbsp;length)</PRE>
  213. <DL>
  214. <DD>Called when text is inserted into the buffer.
  215. <P>
  216. <DD><DL>
  217. <DT><B>Parameters:</B><DD><CODE>buffer</CODE> - The buffer in question<DD><CODE>startLine</CODE> - The first line<DD><CODE>offset</CODE> - The start offset, from the beginning of the buffer<DD><CODE>numLines</CODE> - The number of lines inserted<DD><CODE>length</CODE> - The number of characters inserted<DT><B>Since:</B></DT>
  218. <DD>jEdit 4.3pre3</DD>
  219. </DL>
  220. </DD>
  221. </DL>
  222. <HR>
  223. <A NAME="contentRemoved(org.gjt.sp.jedit.buffer.JEditBuffer, int, int, int, int)"><!-- --></A><H3>
  224. contentRemoved</H3>
  225. <PRE>
  226. void <B>contentRemoved</B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer,
  227. int&nbsp;startLine,
  228. int&nbsp;offset,
  229. int&nbsp;numLines,
  230. int&nbsp;length)</PRE>
  231. <DL>
  232. <DD>Called when text is removed from the buffer.
  233. <P>
  234. <DD><DL>
  235. <DT><B>Parameters:</B><DD><CODE>buffer</CODE> - The buffer in question<DD><CODE>startLine</CODE> - The first line<DD><CODE>offset</CODE> - The start offset, from the beginning of the buffer<DD><CODE>numLines</CODE> - The number of lines removed<DD><CODE>length</CODE> - The number of characters removed<DT><B>Since:</B></DT>
  236. <DD>jEdit 4.3pre3</DD>
  237. </DL>
  238. </DD>
  239. </DL>
  240. <HR>
  241. <A NAME="preContentInserted(org.gjt.sp.jedit.buffer.JEditBuffer, int, int, int, int)"><!-- --></A><H3>
  242. preContentInserted</H3>
  243. <PRE>
  244. void <B>preContentInserted</B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer,
  245. int&nbsp;startLine,
  246. int&nbsp;offset,
  247. int&nbsp;numLines,
  248. int&nbsp;length)</PRE>
  249. <DL>
  250. <DD>Called when text is about to be inserted in the buffer.
  251. <P>
  252. <DD><DL>
  253. <DT><B>Parameters:</B><DD><CODE>buffer</CODE> - The buffer in question<DD><CODE>startLine</CODE> - The first line<DD><CODE>offset</CODE> - The start offset, from the beginning of the buffer<DD><CODE>numLines</CODE> - The number of lines inserted<DD><CODE>length</CODE> - The number of characters inserted<DT><B>Since:</B></DT>
  254. <DD>jEdit 4.3pre11</DD>
  255. </DL>
  256. </DD>
  257. </DL>
  258. <HR>
  259. <A NAME="preContentRemoved(org.gjt.sp.jedit.buffer.JEditBuffer, int, int, int, int)"><!-- --></A><H3>
  260. preContentRemoved</H3>
  261. <PRE>
  262. void <B>preContentRemoved</B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer,
  263. int&nbsp;startLine,
  264. int&nbsp;offset,
  265. int&nbsp;numLines,
  266. int&nbsp;length)</PRE>
  267. <DL>
  268. <DD>Called when text is about to be removed from the buffer, but is
  269. still present.
  270. <P>
  271. <DD><DL>
  272. <DT><B>Parameters:</B><DD><CODE>buffer</CODE> - The buffer in question<DD><CODE>startLine</CODE> - The first line<DD><CODE>offset</CODE> - The start offset, from the beginning of the buffer<DD><CODE>numLines</CODE> - The number of lines to be removed<DD><CODE>length</CODE> - The number of characters to be removed<DT><B>Since:</B></DT>
  273. <DD>jEdit 4.3pre3</DD>
  274. </DL>
  275. </DD>
  276. </DL>
  277. <HR>
  278. <A NAME="transactionComplete(org.gjt.sp.jedit.buffer.JEditBuffer)"><!-- --></A><H3>
  279. transactionComplete</H3>
  280. <PRE>
  281. void <B>transactionComplete</B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer)</PRE>
  282. <DL>
  283. <DD>Called after an undo or compound edit has finished. The text area
  284. uses this event to queue up and collapse cleanup operations so they
  285. are only run once during a long transaction (such as a "Replace All"
  286. operation.)
  287. <P>
  288. <DD><DL>
  289. <DT><B>Parameters:</B><DD><CODE>buffer</CODE> - The buffer in question<DT><B>Since:</B></DT>
  290. <DD>jEdit 4.3pre3</DD>
  291. </DL>
  292. </DD>
  293. </DL>
  294. <HR>
  295. <A NAME="foldHandlerChanged(org.gjt.sp.jedit.buffer.JEditBuffer)"><!-- --></A><H3>
  296. foldHandlerChanged</H3>
  297. <PRE>
  298. void <B>foldHandlerChanged</B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer)</PRE>
  299. <DL>
  300. <DD>Called to notify the text area that folds need to be collapsed if
  301. the "collapseFolds" property is set. This method is called after the
  302. buffer has been loaded, and also if the user changes the fold
  303. handler.
  304. <P>
  305. <DD><DL>
  306. <DT><B>Parameters:</B><DD><CODE>buffer</CODE> - The buffer in question<DT><B>Since:</B></DT>
  307. <DD>jEdit 4.3pre3</DD>
  308. </DL>
  309. </DD>
  310. </DL>
  311. <HR>
  312. <A NAME="bufferLoaded(org.gjt.sp.jedit.buffer.JEditBuffer)"><!-- --></A><H3>
  313. bufferLoaded</H3>
  314. <PRE>
  315. void <B>bufferLoaded</B>(<A HREF="../../../../../org/gjt/sp/jedit/buffer/JEditBuffer.html" title="class in org.gjt.sp.jedit.buffer">JEditBuffer</A>&nbsp;buffer)</PRE>
  316. <DL>
  317. <DD>Called to notify the text area that the buffer has been reloaded.
  318. <P>
  319. <DD><DL>
  320. <DT><B>Parameters:</B><DD><CODE>buffer</CODE> - The buffer in question<DT><B>Since:</B></DT>
  321. <DD>jEdit 4.3pre3</DD>
  322. </DL>
  323. </DD>
  324. </DL>
  325. <!-- ========= END OF CLASS DATA ========= -->
  326. <HR>
  327. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  328. <A NAME="navbar_bottom"><!-- --></A>
  329. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  330. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  331. <TR>
  332. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  333. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  334. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  335. <TR ALIGN="center" VALIGN="top">
  336. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  337. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  338. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  339. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BufferListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  340. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  341. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  342. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  343. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  344. </TR>
  345. </TABLE>
  346. </TD>
  347. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  348. </EM>
  349. </TD>
  350. </TR>
  351. <TR>
  352. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  353. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/buffer/BufferChangeListener.Adapter.html" title="class in org.gjt.sp.jedit.buffer"><B>PREV CLASS</B></A>&nbsp;
  354. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/buffer/ContentManager.html" title="class in org.gjt.sp.jedit.buffer"><B>NEXT CLASS</B></A></FONT></TD>
  355. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  356. <A HREF="../../../../../index.html?org/gjt/sp/jedit/buffer/BufferListener.html" target="_top"><B>FRAMES</B></A> &nbsp;
  357. &nbsp;<A HREF="BufferListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  358. &nbsp;
  359. <NOSCRIPT>
  360. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  361. </NOSCRIPT>
  362. </FONT></TD>
  363. </TR>
  364. <TR>
  365. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  366. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  367. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  368. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  369. </TR>
  370. </TABLE>
  371. <A NAME="skip-navbar_bottom"></A>
  372. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  373. <HR>
  374. </BODY>
  375. </HTML>