source: other-projects/trunk/gs3-webservices-democlient/docs/GS3DemoClient/org/greenstone/gs3client/Displays.PopupListener.html@ 15222

Last change on this file since 15222 was 15222, checked in by ak19, 16 years ago

Greenstone3 web services demo-clientadded to GS3's other-projects

File size: 19.0 KB
Line 
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_10) on Sun Apr 27 20:47:16 NZST 2008 -->
6<TITLE>
7Displays.PopupListener
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.greenstone.gs3client.Displays.PopupListener class">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17 parent.document.title="Displays.PopupListener";
18}
19</SCRIPT>
20<NOSCRIPT>
21</NOSCRIPT>
22
23</HEAD>
24
25<BODY BGCOLOR="white" onload="windowTitle();">
26
27
28<!-- ========= START OF TOP NAVBAR ======= -->
29<A NAME="navbar_top"><!-- --></A>
30<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32<TR>
33<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34<A NAME="navbar_top_firstrow"><!-- --></A>
35<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36 <TR ALIGN="center" VALIGN="top">
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45</TABLE>
46</TD>
47<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48</EM>
49</TD>
50</TR>
51
52<TR>
53<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54&nbsp;<A HREF="../../../org/greenstone/gs3client/Displays.MetadataComparator.html" title="class in org.greenstone.gs3client"><B>PREV CLASS</B></A>&nbsp;
55&nbsp;<A HREF="../../../org/greenstone/gs3client/Displays.PopupListener.AssocFilePopupItem.html" title="class in org.greenstone.gs3client"><B>NEXT CLASS</B></A></FONT></TD>
56<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../index.html?org/greenstone/gs3client/Displays.PopupListener.html" target="_top"><B>FRAMES</B></A> &nbsp;
58&nbsp;<A HREF="Displays.PopupListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59&nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
63 }
64 //-->
65</SCRIPT>
66<NOSCRIPT>
67 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
68</NOSCRIPT>
69
70
71</FONT></TD>
72</TR>
73<TR>
74<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75 SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&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>
76<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77DETAIL:&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>
78</TR>
79</TABLE>
80<A NAME="skip-navbar_top"></A>
81<!-- ========= END OF TOP NAVBAR ========= -->
82
83<HR>
84<!-- ======== START OF CLASS DATA ======== -->
85<H2>
86<FONT SIZE="-1">
87org.greenstone.gs3client</FONT>
88<BR>
89Class Displays.PopupListener</H2>
90<PRE>
91java.lang.Object
92 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.awt.event.MouseAdapter
93 <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.greenstone.gs3client.Displays.PopupListener</B>
94</PRE>
95<DL>
96<DT><B>All Implemented Interfaces:</B> <DD>java.awt.event.ActionListener, java.awt.event.MouseListener, java.util.EventListener</DD>
97</DL>
98<DL>
99<DT><B>Enclosing class:</B><DD><A HREF="../../../org/greenstone/gs3client/Displays.html" title="class in org.greenstone.gs3client">Displays</A></DD>
100</DL>
101<HR>
102<DL>
103<DT><PRE>static class <B>Displays.PopupListener</B><DT>extends java.awt.event.MouseAdapter<DT>implements java.awt.event.ActionListener</DL>
104</PRE>
105
106<P>
107Handles rightclicks on a treeview of documentNodeData objects by showing
108 the popupMenu with associated files that, when selected, can be displayed
109 in the htmlPane. Listens to rightclick events, but also handles clicks on
110 popup menu items.
111<P>
112
113<P>
114<DL>
115<DT><B>See Also:</B><DD><a href="http://java.sun.com/docs/books/tutorial/uiswing/components/menu.html">Java tutorial on menus</a></DL>
116<HR>
117
118<P>
119<!-- ======== NESTED CLASS SUMMARY ======== -->
120
121<A NAME="nested_class_summary"><!-- --></A>
122<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
123<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
124<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
125<B>Nested Class Summary</B></FONT></TH>
126</TR>
127<TR BGCOLOR="white" CLASS="TableRowColor">
128<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
129<CODE>(package private) &nbsp;class</CODE></FONT></TD>
130<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/Displays.PopupListener.AssocFilePopupItem.html" title="class in org.greenstone.gs3client">Displays.PopupListener.AssocFilePopupItem</A></B></CODE>
131
132<BR>
133&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Package access inner class.</TD>
134</TR>
135</TABLE>
136&nbsp;<!-- =========== FIELD SUMMARY =========== -->
137
138<A NAME="field_summary"><!-- --></A>
139<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
140<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
141<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
142<B>Field Summary</B></FONT></TH>
143</TR>
144<TR BGCOLOR="white" CLASS="TableRowColor">
145<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146<CODE>(package private) &nbsp;<A HREF="../../../org/greenstone/gs3client/GS3JavaClient.html" title="class in org.greenstone.gs3client">GS3JavaClient</A></CODE></FONT></TD>
147<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/Displays.PopupListener.html#client">client</A></B></CODE>
148
149<BR>
150&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handle to the running GS3JavaClient object to have access to its
151 methods</TD>
152</TR>
153<TR BGCOLOR="white" CLASS="TableRowColor">
154<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155<CODE>(package private) &nbsp;javax.swing.JEditorPane</CODE></FONT></TD>
156<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/Displays.PopupListener.html#htmlArea">htmlArea</A></B></CODE>
157
158<BR>
159&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The htmlPane wherein associated files are to be displayed</TD>
160</TR>
161<TR BGCOLOR="white" CLASS="TableRowColor">
162<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163<CODE>(package private) &nbsp;javax.swing.JPopupMenu</CODE></FONT></TD>
164<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/Displays.PopupListener.html#popupMenu">popupMenu</A></B></CODE>
165
166<BR>
167&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A popup component</TD>
168</TR>
169<TR BGCOLOR="white" CLASS="TableRowColor">
170<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171<CODE>(package private) &nbsp;javax.swing.JTree</CODE></FONT></TD>
172<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/Displays.PopupListener.html#tree">tree</A></B></CODE>
173
174<BR>
175&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The treeView component on which the rightclicks occurred</TD>
176</TR>
177</TABLE>
178&nbsp;
179<!-- ======== CONSTRUCTOR SUMMARY ======== -->
180
181<A NAME="constructor_summary"><!-- --></A>
182<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
183<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
184<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
185<B>Constructor Summary</B></FONT></TH>
186</TR>
187<TR BGCOLOR="white" CLASS="TableRowColor">
188<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/Displays.PopupListener.html#Displays.PopupListener(javax.swing.JPopupMenu, javax.swing.JTree, org.greenstone.gs3client.GS3JavaClient, javax.swing.JEditorPane)">Displays.PopupListener</A></B>(javax.swing.JPopupMenu&nbsp;popupMenu,
189 javax.swing.JTree&nbsp;tree,
190 <A HREF="../../../org/greenstone/gs3client/GS3JavaClient.html" title="class in org.greenstone.gs3client">GS3JavaClient</A>&nbsp;client,
191 javax.swing.JEditorPane&nbsp;htmlArea)</CODE>
192
193<BR>
194&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor for the PopupListener.</TD>
195</TR>
196</TABLE>
197&nbsp;
198<!-- ========== METHOD SUMMARY =========== -->
199
200<A NAME="method_summary"><!-- --></A>
201<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
202<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
203<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
204<B>Method Summary</B></FONT></TH>
205</TR>
206<TR BGCOLOR="white" CLASS="TableRowColor">
207<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
208<CODE>&nbsp;void</CODE></FONT></TD>
209<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/Displays.PopupListener.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed</A></B>(java.awt.event.ActionEvent&nbsp;e)</CODE>
210
211<BR>
212&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when one of the popup's menuItems was clicked.</TD>
213</TR>
214<TR BGCOLOR="white" CLASS="TableRowColor">
215<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
216<CODE>protected &nbsp;void</CODE></FONT></TD>
217<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/Displays.PopupListener.html#maybeShowPopup(java.awt.event.MouseEvent)">maybeShowPopup</A></B>(java.awt.event.MouseEvent&nbsp;e)</CODE>
218
219<BR>
220&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If the mouseEvent was a trigger (rightclick), displays the popup
221 context menu.</TD>
222</TR>
223<TR BGCOLOR="white" CLASS="TableRowColor">
224<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
225<CODE>&nbsp;void</CODE></FONT></TD>
226<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/Displays.PopupListener.html#mousePressed(java.awt.event.MouseEvent)">mousePressed</A></B>(java.awt.event.MouseEvent&nbsp;e)</CODE>
227
228<BR>
229&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Possibly a popupEvent</TD>
230</TR>
231<TR BGCOLOR="white" CLASS="TableRowColor">
232<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
233<CODE>&nbsp;void</CODE></FONT></TD>
234<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/Displays.PopupListener.html#mouseReleased(java.awt.event.MouseEvent)">mouseReleased</A></B>(java.awt.event.MouseEvent&nbsp;e)</CODE>
235
236<BR>
237&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Possibly a popupEvent</TD>
238</TR>
239</TABLE>
240&nbsp;<A NAME="methods_inherited_from_class_java.awt.event.MouseAdapter"><!-- --></A>
241<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
242<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
243<TH ALIGN="left"><B>Methods inherited from class java.awt.event.MouseAdapter</B></TH>
244</TR>
245<TR BGCOLOR="white" CLASS="TableRowColor">
246<TD><CODE>mouseClicked, mouseEntered, mouseExited</CODE></TD>
247</TR>
248</TABLE>
249&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
250<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
251<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
252<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
253</TR>
254<TR BGCOLOR="white" CLASS="TableRowColor">
255<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
256</TR>
257</TABLE>
258&nbsp;
259<P>
260
261<!-- ============ FIELD DETAIL =========== -->
262
263<A NAME="field_detail"><!-- --></A>
264<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
265<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
266<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
267<B>Field Detail</B></FONT></TH>
268</TR>
269</TABLE>
270
271<A NAME="client"><!-- --></A><H3>
272client</H3>
273<PRE>
274final <A HREF="../../../org/greenstone/gs3client/GS3JavaClient.html" title="class in org.greenstone.gs3client">GS3JavaClient</A> <B>client</B></PRE>
275<DL>
276<DD>Handle to the running GS3JavaClient object to have access to its
277 methods
278<P>
279<DL>
280</DL>
281</DL>
282<HR>
283
284<A NAME="popupMenu"><!-- --></A><H3>
285popupMenu</H3>
286<PRE>
287final javax.swing.JPopupMenu <B>popupMenu</B></PRE>
288<DL>
289<DD>A popup component
290<P>
291<DL>
292</DL>
293</DL>
294<HR>
295
296<A NAME="tree"><!-- --></A><H3>
297tree</H3>
298<PRE>
299final javax.swing.JTree <B>tree</B></PRE>
300<DL>
301<DD>The treeView component on which the rightclicks occurred
302<P>
303<DL>
304</DL>
305</DL>
306<HR>
307
308<A NAME="htmlArea"><!-- --></A><H3>
309htmlArea</H3>
310<PRE>
311final javax.swing.JEditorPane <B>htmlArea</B></PRE>
312<DL>
313<DD>The htmlPane wherein associated files are to be displayed
314<P>
315<DL>
316</DL>
317</DL>
318
319<!-- ========= CONSTRUCTOR DETAIL ======== -->
320
321<A NAME="constructor_detail"><!-- --></A>
322<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
323<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
324<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
325<B>Constructor Detail</B></FONT></TH>
326</TR>
327</TABLE>
328
329<A NAME="Displays.PopupListener(javax.swing.JPopupMenu, javax.swing.JTree, org.greenstone.gs3client.GS3JavaClient, javax.swing.JEditorPane)"><!-- --></A><H3>
330Displays.PopupListener</H3>
331<PRE>
332public <B>Displays.PopupListener</B>(javax.swing.JPopupMenu&nbsp;popupMenu,
333 javax.swing.JTree&nbsp;tree,
334 <A HREF="../../../org/greenstone/gs3client/GS3JavaClient.html" title="class in org.greenstone.gs3client">GS3JavaClient</A>&nbsp;client,
335 javax.swing.JEditorPane&nbsp;htmlArea)</PRE>
336<DL>
337<DD>Constructor for the PopupListener.
338<P>
339<DL>
340<DT><B>Parameters:</B><DD><CODE>popupMenu</CODE> - - the JPopupMenu object this PopupListener
341 will handle mouseEvents for<DD><CODE>tree</CODE> - - the JTree object whose documentNodeData was clicked<DD><CODE>client</CODE> - - handle to the running GS3JavaClient instance<DD><CODE>htmlArea</CODE> - - the html editor pane in which to display the
342 associated file chosen from the popupMenu.</DL>
343</DL>
344
345<!-- ============ METHOD DETAIL ========== -->
346
347<A NAME="method_detail"><!-- --></A>
348<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
349<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
350<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
351<B>Method Detail</B></FONT></TH>
352</TR>
353</TABLE>
354
355<A NAME="actionPerformed(java.awt.event.ActionEvent)"><!-- --></A><H3>
356actionPerformed</H3>
357<PRE>
358public void <B>actionPerformed</B>(java.awt.event.ActionEvent&nbsp;e)</PRE>
359<DL>
360<DD>Called when one of the popup's menuItems was clicked.
361 The associated file represented by the menuItem is displayed in the
362 html editor pane.
363<P>
364<DD><DL>
365<DT><B>Specified by:</B><DD><CODE>actionPerformed</CODE> in interface <CODE>java.awt.event.ActionListener</CODE></DL>
366</DD>
367<DD><DL>
368</DL>
369</DD>
370</DL>
371<HR>
372
373<A NAME="mouseReleased(java.awt.event.MouseEvent)"><!-- --></A><H3>
374mouseReleased</H3>
375<PRE>
376public void <B>mouseReleased</B>(java.awt.event.MouseEvent&nbsp;e)</PRE>
377<DL>
378<DD>Possibly a popupEvent
379<P>
380<DD><DL>
381<DT><B>Specified by:</B><DD><CODE>mouseReleased</CODE> in interface <CODE>java.awt.event.MouseListener</CODE><DT><B>Overrides:</B><DD><CODE>mouseReleased</CODE> in class <CODE>java.awt.event.MouseAdapter</CODE></DL>
382</DD>
383<DD><DL>
384</DL>
385</DD>
386</DL>
387<HR>
388
389<A NAME="mousePressed(java.awt.event.MouseEvent)"><!-- --></A><H3>
390mousePressed</H3>
391<PRE>
392public void <B>mousePressed</B>(java.awt.event.MouseEvent&nbsp;e)</PRE>
393<DL>
394<DD>Possibly a popupEvent
395<P>
396<DD><DL>
397<DT><B>Specified by:</B><DD><CODE>mousePressed</CODE> in interface <CODE>java.awt.event.MouseListener</CODE><DT><B>Overrides:</B><DD><CODE>mousePressed</CODE> in class <CODE>java.awt.event.MouseAdapter</CODE></DL>
398</DD>
399<DD><DL>
400</DL>
401</DD>
402</DL>
403<HR>
404
405<A NAME="maybeShowPopup(java.awt.event.MouseEvent)"><!-- --></A><H3>
406maybeShowPopup</H3>
407<PRE>
408protected void <B>maybeShowPopup</B>(java.awt.event.MouseEvent&nbsp;e)</PRE>
409<DL>
410<DD>If the mouseEvent was a trigger (rightclick), displays the popup
411 context menu.
412<P>
413<DD><DL>
414</DL>
415</DD>
416<DD><DL>
417</DL>
418</DD>
419</DL>
420<!-- ========= END OF CLASS DATA ========= -->
421<HR>
422
423
424<!-- ======= START OF BOTTOM NAVBAR ====== -->
425<A NAME="navbar_bottom"><!-- --></A>
426<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
427<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
428<TR>
429<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
430<A NAME="navbar_bottom_firstrow"><!-- --></A>
431<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
432 <TR ALIGN="center" VALIGN="top">
433 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
434 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
435 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
436 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
437 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
438 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
439 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
440 </TR>
441</TABLE>
442</TD>
443<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
444</EM>
445</TD>
446</TR>
447
448<TR>
449<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
450&nbsp;<A HREF="../../../org/greenstone/gs3client/Displays.MetadataComparator.html" title="class in org.greenstone.gs3client"><B>PREV CLASS</B></A>&nbsp;
451&nbsp;<A HREF="../../../org/greenstone/gs3client/Displays.PopupListener.AssocFilePopupItem.html" title="class in org.greenstone.gs3client"><B>NEXT CLASS</B></A></FONT></TD>
452<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
453 <A HREF="../../../index.html?org/greenstone/gs3client/Displays.PopupListener.html" target="_top"><B>FRAMES</B></A> &nbsp;
454&nbsp;<A HREF="Displays.PopupListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
455&nbsp;<SCRIPT type="text/javascript">
456 <!--
457 if(window==top) {
458 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
459 }
460 //-->
461</SCRIPT>
462<NOSCRIPT>
463 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
464</NOSCRIPT>
465
466
467</FONT></TD>
468</TR>
469<TR>
470<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
471 SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&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>
472<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
473DETAIL:&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>
474</TR>
475</TABLE>
476<A NAME="skip-navbar_bottom"></A>
477<!-- ======== END OF BOTTOM NAVBAR ======= -->
478
479<HR>
480
481</BODY>
482</HTML>
Note: See TracBrowser for help on using the repository browser.