PageRenderTime 28ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/api/org/gjt/sp/jedit/help/HelpViewerInterface.html

#
HTML | 338 lines | 285 code | 43 blank | 10 comment | 0 complexity | dec71b32e59c4669a14e8394a04c4a72 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:01 GMT-08:00 2008 -->
  6. <TITLE>
  7. HelpViewerInterface (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.gjt.sp.jedit.help.HelpViewerInterface 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/HelpViewerInterface.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/help/HelpViewer.html" title="class in org.gjt.sp.jedit.help"><B>PREV CLASS</B></A>&nbsp;
  42. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/help/HistoryButton.html" title="class in org.gjt.sp.jedit.help"><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/help/HelpViewerInterface.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="HelpViewerInterface.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.help</FONT>
  66. <BR>
  67. Interface HelpViewerInterface</H2>
  68. <DL>
  69. <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/gjt/sp/jedit/help/HelpViewer.html" title="class in org.gjt.sp.jedit.help">HelpViewer</A></DD>
  70. </DL>
  71. <HR>
  72. <DL>
  73. <DT><PRE>public interface <B>HelpViewerInterface</B></DL>
  74. </PRE>
  75. <P>
  76. Interface supported by all HelpViewer classes.
  77. Currently used by @ref infoviewer.InfoViewerPlugin and @ref HelpViewer
  78. <P>
  79. <P>
  80. <DL>
  81. <DT><B>Since:</B></DT>
  82. <DD>Jedit 4.2pre5</DD>
  83. </DL>
  84. <HR>
  85. <P>
  86. <!-- ========== METHOD SUMMARY =========== -->
  87. <A NAME="method_summary"><!-- --></A>
  88. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  89. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  90. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  91. <B>Method Summary</B></FONT></TH>
  92. </TR>
  93. <TR BGCOLOR="white" CLASS="TableRowColor">
  94. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  95. <CODE>&nbsp;void</CODE></FONT></TD>
  96. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/help/HelpViewerInterface.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener</A></B>(java.beans.PropertyChangeListener&nbsp;l)</CODE>
  97. <BR>
  98. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  99. </TR>
  100. <TR BGCOLOR="white" CLASS="TableRowColor">
  101. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  102. <CODE>&nbsp;void</CODE></FONT></TD>
  103. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/help/HelpViewerInterface.html#dispose()">dispose</A></B>()</CODE>
  104. <BR>
  105. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when the helpviewer is closed</TD>
  106. </TR>
  107. <TR BGCOLOR="white" CLASS="TableRowColor">
  108. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  109. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  110. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/help/HelpViewerInterface.html#getBaseURL()">getBaseURL</A></B>()</CODE>
  111. <BR>
  112. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  113. </TR>
  114. <TR BGCOLOR="white" CLASS="TableRowColor">
  115. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  116. <CODE>&nbsp;java.awt.Component</CODE></FONT></TD>
  117. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/help/HelpViewerInterface.html#getComponent()">getComponent</A></B>()</CODE>
  118. <BR>
  119. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  120. </TR>
  121. <TR BGCOLOR="white" CLASS="TableRowColor">
  122. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  123. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  124. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/help/HelpViewerInterface.html#getShortURL()">getShortURL</A></B>()</CODE>
  125. <BR>
  126. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  127. </TR>
  128. <TR BGCOLOR="white" CLASS="TableRowColor">
  129. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  130. <CODE>&nbsp;void</CODE></FONT></TD>
  131. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/help/HelpViewerInterface.html#gotoURL(java.lang.String, boolean, int)">gotoURL</A></B>(java.lang.String&nbsp;url,
  132. boolean&nbsp;addToHistory,
  133. int&nbsp;scrollPos)</CODE>
  134. <BR>
  135. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  136. </TR>
  137. <TR BGCOLOR="white" CLASS="TableRowColor">
  138. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  139. <CODE>&nbsp;void</CODE></FONT></TD>
  140. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/help/HelpViewerInterface.html#queueTOCReload()">queueTOCReload</A></B>()</CODE>
  141. <BR>
  142. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  143. </TR>
  144. <TR BGCOLOR="white" CLASS="TableRowColor">
  145. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  146. <CODE>&nbsp;void</CODE></FONT></TD>
  147. <TD><CODE><B><A HREF="../../../../../org/gjt/sp/jedit/help/HelpViewerInterface.html#setTitle(java.lang.String)">setTitle</A></B>(java.lang.String&nbsp;newTitle)</CODE>
  148. <BR>
  149. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  150. </TR>
  151. </TABLE>
  152. &nbsp;
  153. <P>
  154. <!-- ============ METHOD DETAIL ========== -->
  155. <A NAME="method_detail"><!-- --></A>
  156. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  157. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  158. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  159. <B>Method Detail</B></FONT></TH>
  160. </TR>
  161. </TABLE>
  162. <A NAME="gotoURL(java.lang.String, boolean, int)"><!-- --></A><H3>
  163. gotoURL</H3>
  164. <PRE>
  165. void <B>gotoURL</B>(java.lang.String&nbsp;url,
  166. boolean&nbsp;addToHistory,
  167. int&nbsp;scrollPos)</PRE>
  168. <DL>
  169. <DD><DL>
  170. <DT><B>Parameters:</B><DD><CODE>url</CODE> - <DD><CODE>addToHistory</CODE> - <DD><CODE>scrollPos</CODE> - desired vertical scrollbar position after we go there</DL>
  171. </DD>
  172. </DL>
  173. <HR>
  174. <A NAME="getBaseURL()"><!-- --></A><H3>
  175. getBaseURL</H3>
  176. <PRE>
  177. java.lang.String <B>getBaseURL</B>()</PRE>
  178. <DL>
  179. <DD><DL>
  180. </DL>
  181. </DD>
  182. </DL>
  183. <HR>
  184. <A NAME="addPropertyChangeListener(java.beans.PropertyChangeListener)"><!-- --></A><H3>
  185. addPropertyChangeListener</H3>
  186. <PRE>
  187. void <B>addPropertyChangeListener</B>(java.beans.PropertyChangeListener&nbsp;l)</PRE>
  188. <DL>
  189. <DD><DL>
  190. </DL>
  191. </DD>
  192. </DL>
  193. <HR>
  194. <A NAME="dispose()"><!-- --></A><H3>
  195. dispose</H3>
  196. <PRE>
  197. void <B>dispose</B>()</PRE>
  198. <DL>
  199. <DD>Called when the helpviewer is closed
  200. <P>
  201. <DD><DL>
  202. </DL>
  203. </DD>
  204. </DL>
  205. <HR>
  206. <A NAME="getComponent()"><!-- --></A><H3>
  207. getComponent</H3>
  208. <PRE>
  209. java.awt.Component <B>getComponent</B>()</PRE>
  210. <DL>
  211. <DD><DL>
  212. <DT><B>Returns:</B><DD>the root pane of this help viewer</DL>
  213. </DD>
  214. </DL>
  215. <HR>
  216. <A NAME="getShortURL()"><!-- --></A><H3>
  217. getShortURL</H3>
  218. <PRE>
  219. java.lang.String <B>getShortURL</B>()</PRE>
  220. <DL>
  221. <DD><DL>
  222. </DL>
  223. </DD>
  224. </DL>
  225. <HR>
  226. <A NAME="queueTOCReload()"><!-- --></A><H3>
  227. queueTOCReload</H3>
  228. <PRE>
  229. void <B>queueTOCReload</B>()</PRE>
  230. <DL>
  231. <DD><DL>
  232. </DL>
  233. </DD>
  234. </DL>
  235. <HR>
  236. <A NAME="setTitle(java.lang.String)"><!-- --></A><H3>
  237. setTitle</H3>
  238. <PRE>
  239. void <B>setTitle</B>(java.lang.String&nbsp;newTitle)</PRE>
  240. <DL>
  241. <DD><DL>
  242. </DL>
  243. </DD>
  244. </DL>
  245. <!-- ========= END OF CLASS DATA ========= -->
  246. <HR>
  247. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  248. <A NAME="navbar_bottom"><!-- --></A>
  249. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  250. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  251. <TR>
  252. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  253. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  254. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  255. <TR ALIGN="center" VALIGN="top">
  256. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  257. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  258. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  259. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HelpViewerInterface.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  260. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  261. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  262. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  263. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  264. </TR>
  265. </TABLE>
  266. </TD>
  267. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  268. </EM>
  269. </TD>
  270. </TR>
  271. <TR>
  272. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  273. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/help/HelpViewer.html" title="class in org.gjt.sp.jedit.help"><B>PREV CLASS</B></A>&nbsp;
  274. &nbsp;<A HREF="../../../../../org/gjt/sp/jedit/help/HistoryButton.html" title="class in org.gjt.sp.jedit.help"><B>NEXT CLASS</B></A></FONT></TD>
  275. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  276. <A HREF="../../../../../index.html?org/gjt/sp/jedit/help/HelpViewerInterface.html" target="_top"><B>FRAMES</B></A> &nbsp;
  277. &nbsp;<A HREF="HelpViewerInterface.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  278. &nbsp;
  279. <NOSCRIPT>
  280. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  281. </NOSCRIPT>
  282. </FONT></TD>
  283. </TR>
  284. <TR>
  285. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  286. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  287. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  288. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  289. </TR>
  290. </TABLE>
  291. <A NAME="skip-navbar_bottom"></A>
  292. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  293. <HR>
  294. </BODY>
  295. </HTML>