PageRenderTime 50ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/api/org/gjt/sp/jedit/msg/BufferUpdate.html

#
HTML | 553 lines | 478 code | 61 blank | 14 comment | 0 complexity | 7dd090519e6f7ee49d2b7deaaef5f4ef 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:14:03 GMT-08:00 2008 -->
  6. <TITLE>
  7. BufferUpdate (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.gjt.sp.jedit.msg.BufferUpdate 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/BufferUpdate.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/msg/BufferChanging.html" title="class in org.gjt.sp.jedit.msg"><B>PREV CLASS</B></A>&nbsp;
  42. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/msg/CaretChanging.html" title="class in org.gjt.sp.jedit.msg"><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/msg/BufferUpdate.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="BufferUpdate.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;<A HREF="#field_summary">FIELD</A>&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;<A HREF="#field_detail">FIELD</A>&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.msg</FONT>
  66. <BR>
  67. Class BufferUpdate</H2>
  68. <PRE>
  69. java.lang.Object
  70. <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/gjt/sp/jedit/EBMessage.html" title="class in org.gjt.sp.jedit">org.gjt.sp.jedit.EBMessage</A>
  71. <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.gjt.sp.jedit.msg.BufferUpdate</B>
  72. </PRE>
  73. <HR>
  74. <DL>
  75. <DT><PRE>public class <B>BufferUpdate</B><DT>extends <A HREF="../../../../../org/gjt/sp/jedit/EBMessage.html" title="class in org.gjt.sp.jedit">EBMessage</A></DL>
  76. </PRE>
  77. <P>
  78. Message sent when a buffer-related change occurs.
  79. <P>
  80. <P>
  81. <DL>
  82. <DT><B>Since:</B></DT>
  83. <DD>jEdit 2.2pre6</DD>
  84. </DL>
  85. <HR>
  86. <P>
  87. <!-- =========== FIELD SUMMARY =========== -->
  88. <A NAME="field_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>Field 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;java.lang.Object</CODE></FONT></TD>
  97. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#CLOSED">CLOSED</A></B></CODE>
  98. <BR>
  99. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Buffer closed.</TD>
  100. </TR>
  101. <TR BGCOLOR="white" CLASS="TableRowColor">
  102. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  103. <CODE>static&nbsp;java.lang.Object</CODE></FONT></TD>
  104. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#CLOSING">CLOSING</A></B></CODE>
  105. <BR>
  106. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;About to be closed</TD>
  107. </TR>
  108. <TR BGCOLOR="white" CLASS="TableRowColor">
  109. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  110. <CODE>static&nbsp;java.lang.Object</CODE></FONT></TD>
  111. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#CREATED">CREATED</A></B></CODE>
  112. <BR>
  113. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Buffer created.</TD>
  114. </TR>
  115. <TR BGCOLOR="white" CLASS="TableRowColor">
  116. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  117. <CODE>static&nbsp;java.lang.Object</CODE></FONT></TD>
  118. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#DIRTY_CHANGED">DIRTY_CHANGED</A></B></CODE>
  119. <BR>
  120. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Buffer dirty changed.</TD>
  121. </TR>
  122. <TR BGCOLOR="white" CLASS="TableRowColor">
  123. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  124. <CODE>static&nbsp;java.lang.Object</CODE></FONT></TD>
  125. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#LOAD_STARTED">LOAD_STARTED</A></B></CODE>
  126. <BR>
  127. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Buffer load started.</TD>
  128. </TR>
  129. <TR BGCOLOR="white" CLASS="TableRowColor">
  130. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  131. <CODE>static&nbsp;java.lang.Object</CODE></FONT></TD>
  132. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#LOADED">LOADED</A></B></CODE>
  133. <BR>
  134. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Buffer loaded.</TD>
  135. </TR>
  136. <TR BGCOLOR="white" CLASS="TableRowColor">
  137. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  138. <CODE>static&nbsp;java.lang.Object</CODE></FONT></TD>
  139. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#MARKERS_CHANGED">MARKERS_CHANGED</A></B></CODE>
  140. <BR>
  141. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Buffer markers changed.</TD>
  142. </TR>
  143. <TR BGCOLOR="white" CLASS="TableRowColor">
  144. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  145. <CODE>static&nbsp;java.lang.Object</CODE></FONT></TD>
  146. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#PROPERTIES_CHANGED">PROPERTIES_CHANGED</A></B></CODE>
  147. <BR>
  148. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Properties changed.</TD>
  149. </TR>
  150. <TR BGCOLOR="white" CLASS="TableRowColor">
  151. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  152. <CODE>static&nbsp;java.lang.Object</CODE></FONT></TD>
  153. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#SAVED">SAVED</A></B></CODE>
  154. <BR>
  155. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Buffer saved.</TD>
  156. </TR>
  157. <TR BGCOLOR="white" CLASS="TableRowColor">
  158. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  159. <CODE>static&nbsp;java.lang.Object</CODE></FONT></TD>
  160. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#SAVING">SAVING</A></B></CODE>
  161. <BR>
  162. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Buffer saving.</TD>
  163. </TR>
  164. </TABLE>
  165. &nbsp;
  166. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  167. <A NAME="constructor_summary"><!-- --></A>
  168. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  169. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  170. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  171. <B>Constructor Summary</B></FONT></TH>
  172. </TR>
  173. <TR BGCOLOR="white" CLASS="TableRowColor">
  174. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#BufferUpdate(org.gjt.sp.jedit.Buffer, org.gjt.sp.jedit.View, java.lang.Object)">BufferUpdate</A></B>(<A HREF="../../../../../org/gjt/sp/jedit/Buffer.html" title="class in org.gjt.sp.jedit">Buffer</A>&nbsp;buffer,
  175. <A HREF="../../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view,
  176. java.lang.Object&nbsp;what)</CODE>
  177. <BR>
  178. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new buffer update message.</TD>
  179. </TR>
  180. </TABLE>
  181. &nbsp;
  182. <!-- ========== METHOD SUMMARY =========== -->
  183. <A NAME="method_summary"><!-- --></A>
  184. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  185. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  186. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  187. <B>Method Summary</B></FONT></TH>
  188. </TR>
  189. <TR BGCOLOR="white" CLASS="TableRowColor">
  190. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  191. <CODE>&nbsp;<A HREF="../../../../../org/gjt/sp/jedit/Buffer.html" title="class in org.gjt.sp.jedit">Buffer</A></CODE></FONT></TD>
  192. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#getBuffer()">getBuffer</A></B>()</CODE>
  193. <BR>
  194. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the buffer involved.</TD>
  195. </TR>
  196. <TR BGCOLOR="white" CLASS="TableRowColor">
  197. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  198. <CODE>&nbsp;<A HREF="../../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A></CODE></FONT></TD>
  199. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#getView()">getView</A></B>()</CODE>
  200. <BR>
  201. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the view involved, which may be null.</TD>
  202. </TR>
  203. <TR BGCOLOR="white" CLASS="TableRowColor">
  204. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  205. <CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
  206. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#getWhat()">getWhat</A></B>()</CODE>
  207. <BR>
  208. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns what caused this buffer update.</TD>
  209. </TR>
  210. <TR BGCOLOR="white" CLASS="TableRowColor">
  211. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  212. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  213. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/msg/BufferUpdate.html#paramString()">paramString</A></B>()</CODE>
  214. <BR>
  215. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a string representation of this message's parameters.</TD>
  216. </TR>
  217. </TABLE>
  218. &nbsp;<A NAME="methods_inherited_from_class_org.gjt.sp.jedit.EBMessage"><!-- --></A>
  219. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  220. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  221. <TH ALIGN="left"><B>Methods inherited from class org.gjt.sp.jedit.<A HREF="../../../../../org/gjt/sp/jedit/EBMessage.html" title="class in org.gjt.sp.jedit">EBMessage</A></B></TH>
  222. </TR>
  223. <TR BGCOLOR="white" CLASS="TableRowColor">
  224. <TD><CODE><A HREF="../../../../../org/gjt/sp/jedit/EBMessage.html#getSource()">getSource</A>, <A HREF="../../../../../org/gjt/sp/jedit/EBMessage.html#toString()">toString</A></CODE></TD>
  225. </TR>
  226. </TABLE>
  227. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  228. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  229. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  230. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  231. </TR>
  232. <TR BGCOLOR="white" CLASS="TableRowColor">
  233. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
  234. </TR>
  235. </TABLE>
  236. &nbsp;
  237. <P>
  238. <!-- ============ FIELD DETAIL =========== -->
  239. <A NAME="field_detail"><!-- --></A>
  240. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  241. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  242. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  243. <B>Field Detail</B></FONT></TH>
  244. </TR>
  245. </TABLE>
  246. <A NAME="CREATED"><!-- --></A><H3>
  247. CREATED</H3>
  248. <PRE>
  249. public static final java.lang.Object <B>CREATED</B></PRE>
  250. <DL>
  251. <DD>Buffer created.
  252. <P>
  253. <DL>
  254. </DL>
  255. </DL>
  256. <HR>
  257. <A NAME="CLOSING"><!-- --></A><H3>
  258. CLOSING</H3>
  259. <PRE>
  260. public static final java.lang.Object <B>CLOSING</B></PRE>
  261. <DL>
  262. <DD>About to be closed
  263. <P>
  264. <DL>
  265. <DT><B>Since:</B></DT>
  266. <DD>jEdit 4.2pre3</DD>
  267. </DL>
  268. </DL>
  269. <HR>
  270. <A NAME="LOAD_STARTED"><!-- --></A><H3>
  271. LOAD_STARTED</H3>
  272. <PRE>
  273. public static final java.lang.Object <B>LOAD_STARTED</B></PRE>
  274. <DL>
  275. <DD>Buffer load started.
  276. <P>
  277. <DL>
  278. <DT><B>Since:</B></DT>
  279. <DD>jEdit 2.6pre1</DD>
  280. </DL>
  281. </DL>
  282. <HR>
  283. <A NAME="LOADED"><!-- --></A><H3>
  284. LOADED</H3>
  285. <PRE>
  286. public static final java.lang.Object <B>LOADED</B></PRE>
  287. <DL>
  288. <DD>Buffer loaded.
  289. <P>
  290. <DL>
  291. </DL>
  292. </DL>
  293. <HR>
  294. <A NAME="CLOSED"><!-- --></A><H3>
  295. CLOSED</H3>
  296. <PRE>
  297. public static final java.lang.Object <B>CLOSED</B></PRE>
  298. <DL>
  299. <DD>Buffer closed.
  300. <P>
  301. <DL>
  302. </DL>
  303. </DL>
  304. <HR>
  305. <A NAME="DIRTY_CHANGED"><!-- --></A><H3>
  306. DIRTY_CHANGED</H3>
  307. <PRE>
  308. public static final java.lang.Object <B>DIRTY_CHANGED</B></PRE>
  309. <DL>
  310. <DD>Buffer dirty changed.
  311. <P>
  312. <DL>
  313. </DL>
  314. </DL>
  315. <HR>
  316. <A NAME="MARKERS_CHANGED"><!-- --></A><H3>
  317. MARKERS_CHANGED</H3>
  318. <PRE>
  319. public static final java.lang.Object <B>MARKERS_CHANGED</B></PRE>
  320. <DL>
  321. <DD>Buffer markers changed.
  322. <P>
  323. <DL>
  324. </DL>
  325. </DL>
  326. <HR>
  327. <A NAME="SAVING"><!-- --></A><H3>
  328. SAVING</H3>
  329. <PRE>
  330. public static final java.lang.Object <B>SAVING</B></PRE>
  331. <DL>
  332. <DD>Buffer saving.
  333. <P>
  334. <DL>
  335. </DL>
  336. </DL>
  337. <HR>
  338. <A NAME="SAVED"><!-- --></A><H3>
  339. SAVED</H3>
  340. <PRE>
  341. public static final java.lang.Object <B>SAVED</B></PRE>
  342. <DL>
  343. <DD>Buffer saved.
  344. <P>
  345. <DL>
  346. <DT><B>Since:</B></DT>
  347. <DD>jEdit 4.0pre4</DD>
  348. </DL>
  349. </DL>
  350. <HR>
  351. <A NAME="PROPERTIES_CHANGED"><!-- --></A><H3>
  352. PROPERTIES_CHANGED</H3>
  353. <PRE>
  354. public static final java.lang.Object <B>PROPERTIES_CHANGED</B></PRE>
  355. <DL>
  356. <DD>Properties changed.
  357. <P>
  358. <DL>
  359. <DT><B>Since:</B></DT>
  360. <DD>jEdit 4.1pre1</DD>
  361. </DL>
  362. </DL>
  363. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  364. <A NAME="constructor_detail"><!-- --></A>
  365. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  366. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  367. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  368. <B>Constructor Detail</B></FONT></TH>
  369. </TR>
  370. </TABLE>
  371. <A NAME="BufferUpdate(org.gjt.sp.jedit.Buffer, org.gjt.sp.jedit.View, java.lang.Object)"><!-- --></A><H3>
  372. BufferUpdate</H3>
  373. <PRE>
  374. public <B>BufferUpdate</B>(<A HREF="../../../../../org/gjt/sp/jedit/Buffer.html" title="class in org.gjt.sp.jedit">Buffer</A>&nbsp;buffer,
  375. <A HREF="../../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A>&nbsp;view,
  376. java.lang.Object&nbsp;what)</PRE>
  377. <DL>
  378. <DD>Creates a new buffer update message.
  379. <P>
  380. <DL>
  381. <DT><B>Parameters:</B><DD><CODE>buffer</CODE> - The buffer<DD><CODE>what</CODE> - What happened</DL>
  382. </DL>
  383. <!-- ============ METHOD DETAIL ========== -->
  384. <A NAME="method_detail"><!-- --></A>
  385. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  386. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  387. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  388. <B>Method Detail</B></FONT></TH>
  389. </TR>
  390. </TABLE>
  391. <A NAME="getWhat()"><!-- --></A><H3>
  392. getWhat</H3>
  393. <PRE>
  394. public java.lang.Object <B>getWhat</B>()</PRE>
  395. <DL>
  396. <DD>Returns what caused this buffer update.
  397. <P>
  398. <DD><DL>
  399. </DL>
  400. </DD>
  401. </DL>
  402. <HR>
  403. <A NAME="getBuffer()"><!-- --></A><H3>
  404. getBuffer</H3>
  405. <PRE>
  406. public <A HREF="../../../../../org/gjt/sp/jedit/Buffer.html" title="class in org.gjt.sp.jedit">Buffer</A> <B>getBuffer</B>()</PRE>
  407. <DL>
  408. <DD>Returns the buffer involved.
  409. <P>
  410. <DD><DL>
  411. </DL>
  412. </DD>
  413. </DL>
  414. <HR>
  415. <A NAME="getView()"><!-- --></A><H3>
  416. getView</H3>
  417. <PRE>
  418. public <A HREF="../../../../../org/gjt/sp/jedit/View.html" title="class in org.gjt.sp.jedit">View</A> <B>getView</B>()</PRE>
  419. <DL>
  420. <DD>Returns the view involved, which may be null.
  421. <P>
  422. <DD><DL>
  423. </DL>
  424. </DD>
  425. </DL>
  426. <HR>
  427. <A NAME="paramString()"><!-- --></A><H3>
  428. paramString</H3>
  429. <PRE>
  430. public java.lang.String <B>paramString</B>()</PRE>
  431. <DL>
  432. <DD><B>Description copied from class: <CODE><A HREF="../../../../../org/gjt/sp/jedit/EBMessage.html#paramString()">EBMessage</A></CODE></B></DD>
  433. <DD>Returns a string representation of this message's parameters.
  434. <P>
  435. <DD><DL>
  436. <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/gjt/sp/jedit/EBMessage.html#paramString()">paramString</A></CODE> in class <CODE><A HREF="../../../../../org/gjt/sp/jedit/EBMessage.html" title="class in org.gjt.sp.jedit">EBMessage</A></CODE></DL>
  437. </DD>
  438. <DD><DL>
  439. </DL>
  440. </DD>
  441. </DL>
  442. <!-- ========= END OF CLASS DATA ========= -->
  443. <HR>
  444. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  445. <A NAME="navbar_bottom"><!-- --></A>
  446. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  447. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  448. <TR>
  449. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  450. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  451. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  452. <TR ALIGN="center" VALIGN="top">
  453. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  454. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  455. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  456. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BufferUpdate.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  457. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  458. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  459. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  460. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  461. </TR>
  462. </TABLE>
  463. </TD>
  464. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  465. </EM>
  466. </TD>
  467. </TR>
  468. <TR>
  469. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  470. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/msg/BufferChanging.html" title="class in org.gjt.sp.jedit.msg"><B>PREV CLASS</B></A>&nbsp;
  471. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/msg/CaretChanging.html" title="class in org.gjt.sp.jedit.msg"><B>NEXT CLASS</B></A></FONT></TD>
  472. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  473. <A HREF="../../../../../index.html?org/gjt/sp/jedit/msg/BufferUpdate.html" target="_top"><B>FRAMES</B></A> &nbsp;
  474. &nbsp;<A HREF="BufferUpdate.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  475. &nbsp;
  476. <NOSCRIPT>
  477. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  478. </NOSCRIPT>
  479. </FONT></TD>
  480. </TR>
  481. <TR>
  482. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  483. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  484. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  485. DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  486. </TR>
  487. </TABLE>
  488. <A NAME="skip-navbar_bottom"></A>
  489. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  490. <HR>
  491. </BODY>
  492. </HTML>