source: other-projects/trunk/gs3-webservices-democlient/docs/GS3DemoClient/org/greenstone/gs3client/SearchResultsDisplay.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: 34.7 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:18 NZST 2008 -->
6<TITLE>
7SearchResultsDisplay
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.greenstone.gs3client.SearchResultsDisplay 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="SearchResultsDisplay";
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/QueryFormControl.html" title="class in org.greenstone.gs3client"><B>PREV CLASS</B></A>&nbsp;
55&nbsp;NEXT CLASS</FONT></TD>
56<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../index.html?org/greenstone/gs3client/SearchResultsDisplay.html" target="_top"><B>FRAMES</B></A> &nbsp;
58&nbsp;<A HREF="SearchResultsDisplay.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_classes_inherited_from_class_javax.swing.JPanel">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 SearchResultsDisplay</H2>
90<PRE>
91java.lang.Object
92 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.awt.Component
93 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.awt.Container
94 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">javax.swing.JComponent
95 <IMG SRC="../../../resources/inherit.gif" ALT="extended by ">javax.swing.JPanel
96 <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.greenstone.gs3client.SearchResultsDisplay</B>
97</PRE>
98<DL>
99<DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, java.util.EventListener, javax.accessibility.Accessible, javax.swing.event.TreeSelectionListener, <A HREF="../../../org/greenstone/gs3client/ColourCombo.ColourChangeable.html" title="interface in org.greenstone.gs3client">ColourCombo.ColourChangeable</A></DD>
100</DL>
101<HR>
102<DL>
103<DT><PRE>public class <B>SearchResultsDisplay</B><DT>extends javax.swing.JPanel<DT>implements javax.swing.event.TreeSelectionListener, <A HREF="../../../org/greenstone/gs3client/ColourCombo.ColourChangeable.html" title="interface in org.greenstone.gs3client">ColourCombo.ColourChangeable</A></DL>
104</PRE>
105
106<P>
107The Search panel inside the Java-client's tab pane that's labelled
108 "Search Results". This panel contains two tree views:
109 - one for displaying the list of search results (top-level documents or document
110 - one for displaying the structure of document nodes selected in the list of
111 search results.
112 This panel also contains an area where the selected documentNode's metadata is
113 displayed, and a text area where the textual or image content of a selected
114 documentNode is displayed.
115<P>
116
117<P>
118<DL>
119<DT><B>Author:</B></DT>
120 <DD>ak19</DD>
121<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#org.greenstone.gs3client.SearchResultsDisplay">Serialized Form</A></DL>
122<HR>
123
124<P>
125<!-- ======== NESTED CLASS SUMMARY ======== -->
126
127<A NAME="nested_class_summary"><!-- --></A>
128<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
129<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
130<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
131<B>Nested Class Summary</B></FONT></TH>
132</TR>
133</TABLE>
134&nbsp;<A NAME="nested_classes_inherited_from_class_javax.swing.JPanel"><!-- --></A>
135<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
136<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
137<TH ALIGN="left"><B>Nested classes/interfaces inherited from class javax.swing.JPanel</B></TH>
138</TR>
139<TR BGCOLOR="white" CLASS="TableRowColor">
140<TD><CODE>javax.swing.JPanel.AccessibleJPanel</CODE></TD>
141</TR>
142</TABLE>
143&nbsp;
144<A NAME="nested_classes_inherited_from_class_javax.swing.JComponent"><!-- --></A>
145<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
146<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
147<TH ALIGN="left"><B>Nested classes/interfaces inherited from class javax.swing.JComponent</B></TH>
148</TR>
149<TR BGCOLOR="white" CLASS="TableRowColor">
150<TD><CODE>javax.swing.JComponent.AccessibleJComponent</CODE></TD>
151</TR>
152</TABLE>
153&nbsp;
154<A NAME="nested_classes_inherited_from_class_java.awt.Container"><!-- --></A>
155<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
156<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
157<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Container</B></TH>
158</TR>
159<TR BGCOLOR="white" CLASS="TableRowColor">
160<TD><CODE>java.awt.Container.AccessibleAWTContainer</CODE></TD>
161</TR>
162</TABLE>
163&nbsp;
164<A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A>
165<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
166<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
167<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Component</B></TH>
168</TR>
169<TR BGCOLOR="white" CLASS="TableRowColor">
170<TD><CODE>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</CODE></TD>
171</TR>
172</TABLE>
173&nbsp;
174<!-- =========== FIELD SUMMARY =========== -->
175
176<A NAME="field_summary"><!-- --></A>
177<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
178<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
179<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
180<B>Field Summary</B></FONT></TH>
181</TR>
182<TR BGCOLOR="white" CLASS="TableRowColor">
183<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
184<CODE>protected &nbsp;<A HREF="../../../org/greenstone/gs3client/GS3JavaClient.html" title="class in org.greenstone.gs3client">GS3JavaClient</A></CODE></FONT></TD>
185<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#client">client</A></B></CODE>
186
187<BR>
188&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Access to the running instance of GS3JavaClient</TD>
189</TR>
190<TR BGCOLOR="white" CLASS="TableRowColor">
191<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
192<CODE>protected &nbsp;javax.swing.JEditorPane</CODE></FONT></TD>
193<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#docContentEditPane">docContentEditPane</A></B></CODE>
194
195<BR>
196&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
197</TR>
198<TR BGCOLOR="white" CLASS="TableRowColor">
199<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
200<CODE>protected &nbsp;javax.swing.JSplitPane</CODE></FONT></TD>
201<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#docInfoPane">docInfoPane</A></B></CODE>
202
203<BR>
204&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
205</TR>
206<TR BGCOLOR="white" CLASS="TableRowColor">
207<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
208<CODE>protected &nbsp;javax.swing.JSplitPane</CODE></FONT></TD>
209<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#docInfoWithContent">docInfoWithContent</A></B></CODE>
210
211<BR>
212&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
213</TR>
214<TR BGCOLOR="white" CLASS="TableRowColor">
215<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
216<CODE>protected &nbsp;javax.swing.JTree</CODE></FONT></TD>
217<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#docStructureTree">docStructureTree</A></B></CODE>
218
219<BR>
220&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
221</TR>
222<TR BGCOLOR="white" CLASS="TableRowColor">
223<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
224<CODE>(package private) static&nbsp;org.apache.log4j.Logger</CODE></FONT></TD>
225<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#LOG">LOG</A></B></CODE>
226
227<BR>
228&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Logger for this class</TD>
229</TR>
230<TR BGCOLOR="white" CLASS="TableRowColor">
231<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
232<CODE>protected &nbsp;javax.swing.JList</CODE></FONT></TD>
233<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#metanames">metanames</A></B></CODE>
234
235<BR>
236&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
237</TR>
238<TR BGCOLOR="white" CLASS="TableRowColor">
239<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
240<CODE>protected &nbsp;javax.swing.JList</CODE></FONT></TD>
241<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#metavalues">metavalues</A></B></CODE>
242
243<BR>
244&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
245</TR>
246<TR BGCOLOR="white" CLASS="TableRowColor">
247<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
248<CODE>protected &nbsp;javax.swing.JPopupMenu</CODE></FONT></TD>
249<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#popup">popup</A></B></CODE>
250
251<BR>
252&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Context menu that pops up when users right click in the browse tree area</TD>
253</TR>
254<TR BGCOLOR="white" CLASS="TableRowColor">
255<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
256<CODE>protected &nbsp;javax.swing.JTree</CODE></FONT></TD>
257<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#searchResultsTree">searchResultsTree</A></B></CODE>
258
259<BR>
260&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
261</TR>
262<TR BGCOLOR="white" CLASS="TableRowColor">
263<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
264<CODE>protected &nbsp;javax.swing.JSplitPane</CODE></FONT></TD>
265<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#treeviewSplitPane">treeviewSplitPane</A></B></CODE>
266
267<BR>
268&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
269</TR>
270</TABLE>
271&nbsp;<A NAME="fields_inherited_from_class_javax.swing.JComponent"><!-- --></A>
272<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
273<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
274<TH ALIGN="left"><B>Fields inherited from class javax.swing.JComponent</B></TH>
275</TR>
276<TR BGCOLOR="white" CLASS="TableRowColor">
277<TD><CODE>accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW</CODE></TD>
278</TR>
279</TABLE>
280&nbsp;<A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A>
281<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
282<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
283<TH ALIGN="left"><B>Fields inherited from class java.awt.Component</B></TH>
284</TR>
285<TR BGCOLOR="white" CLASS="TableRowColor">
286<TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD>
287</TR>
288</TABLE>
289&nbsp;<A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A>
290<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
291<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
292<TH ALIGN="left"><B>Fields inherited from interface java.awt.image.ImageObserver</B></TH>
293</TR>
294<TR BGCOLOR="white" CLASS="TableRowColor">
295<TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD>
296</TR>
297</TABLE>
298&nbsp;
299<!-- ======== CONSTRUCTOR SUMMARY ======== -->
300
301<A NAME="constructor_summary"><!-- --></A>
302<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
303<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
304<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
305<B>Constructor Summary</B></FONT></TH>
306</TR>
307<TR BGCOLOR="white" CLASS="TableRowColor">
308<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#SearchResultsDisplay(org.greenstone.gs3client.GS3JavaClient)">SearchResultsDisplay</A></B>(<A HREF="../../../org/greenstone/gs3client/GS3JavaClient.html" title="class in org.greenstone.gs3client">GS3JavaClient</A>&nbsp;client)</CODE>
309
310<BR>
311&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor that creates the Search Panel and its internal GUI items.</TD>
312</TR>
313</TABLE>
314&nbsp;
315<!-- ========== METHOD SUMMARY =========== -->
316
317<A NAME="method_summary"><!-- --></A>
318<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
319<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
320<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
321<B>Method Summary</B></FONT></TH>
322</TR>
323<TR BGCOLOR="white" CLASS="TableRowColor">
324<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
325<CODE>&nbsp;void</CODE></FONT></TD>
326<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#changeUIColour()">changeUIColour</A></B>()</CODE>
327
328<BR>
329&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Changes the colour of the query form and its controls to the
330 current colours set in class ColourCombo.</TD>
331</TR>
332<TR BGCOLOR="white" CLASS="TableRowColor">
333<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
334<CODE>&nbsp;void</CODE></FONT></TD>
335<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#clear()">clear</A></B>()</CODE>
336
337<BR>
338&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clears the service-specific buttons in the browseBar and the
339 service-specific display-data.</TD>
340</TR>
341<TR BGCOLOR="white" CLASS="TableRowColor">
342<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
343<CODE>&nbsp;java.awt.Dimension</CODE></FONT></TD>
344<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#getPreferredSize()">getPreferredSize</A></B>()</CODE>
345
346<BR>
347&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Overrode this method to resize the splitpanes within, upon resize.</TD>
348</TR>
349<TR BGCOLOR="white" CLASS="TableRowColor">
350<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
351<CODE>protected &nbsp;void</CODE></FONT></TD>
352<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#restructureWithNewRoot(org.greenstone.gs3client.data.DocumentNodeData)">restructureWithNewRoot</A></B>(<A HREF="../../../org/greenstone/gs3client/data/DocumentNodeData.html" title="class in org.greenstone.gs3client.data">DocumentNodeData</A>&nbsp;rootDocNode)</CODE>
353
354<BR>
355&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Restructures the docStructureTree with a new rootNode when a different
356 search result has been clicked.</TD>
357</TR>
358<TR BGCOLOR="white" CLASS="TableRowColor">
359<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
360<CODE>&nbsp;void</CODE></FONT></TD>
361<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#setResults(org.greenstone.gs3client.data.DocumentNodeData[])">setResults</A></B>(<A HREF="../../../org/greenstone/gs3client/data/DocumentNodeData.html" title="class in org.greenstone.gs3client.data">DocumentNodeData</A>[]&nbsp;resultDocs)</CODE>
362
363<BR>
364&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Restructures the searchResultsTree when another search has been made, so
365 that the search results contain a new list of documentNodeData objects.</TD>
366</TR>
367<TR BGCOLOR="white" CLASS="TableRowColor">
368<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
369<CODE>&nbsp;void</CODE></FONT></TD>
370<TD><CODE><B><A HREF="../../../org/greenstone/gs3client/SearchResultsDisplay.html#valueChanged(javax.swing.event.TreeSelectionEvent)">valueChanged</A></B>(javax.swing.event.TreeSelectionEvent&nbsp;e)</CODE>
371
372<BR>
373&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Part of the TreeSelectionListener interface.</TD>
374</TR>
375</TABLE>
376&nbsp;<A NAME="methods_inherited_from_class_javax.swing.JPanel"><!-- --></A>
377<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
378<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
379<TH ALIGN="left"><B>Methods inherited from class javax.swing.JPanel</B></TH>
380</TR>
381<TR BGCOLOR="white" CLASS="TableRowColor">
382<TD><CODE>getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI</CODE></TD>
383</TR>
384</TABLE>
385&nbsp;<A NAME="methods_inherited_from_class_javax.swing.JComponent"><!-- --></A>
386<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
387<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
388<TH ALIGN="left"><B>Methods inherited from class javax.swing.JComponent</B></TH>
389</TR>
390<TR BGCOLOR="white" CLASS="TableRowColor">
391<TD><CODE>addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update</CODE></TD>
392</TR>
393</TABLE>
394&nbsp;<A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A>
395<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
396<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
397<TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH>
398</TR>
399<TR BGCOLOR="white" CLASS="TableRowColor">
400<TD><CODE>add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree</CODE></TD>
401</TR>
402</TABLE>
403&nbsp;<A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A>
404<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
405<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
406<TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH>
407</TR>
408<TR BGCOLOR="white" CLASS="TableRowColor">
409<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle</CODE></TD>
410</TR>
411</TABLE>
412&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
413<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
414<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
415<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
416</TR>
417<TR BGCOLOR="white" CLASS="TableRowColor">
418<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
419</TR>
420</TABLE>
421&nbsp;
422<P>
423
424<!-- ============ FIELD DETAIL =========== -->
425
426<A NAME="field_detail"><!-- --></A>
427<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
428<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
429<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
430<B>Field Detail</B></FONT></TH>
431</TR>
432</TABLE>
433
434<A NAME="LOG"><!-- --></A><H3>
435LOG</H3>
436<PRE>
437static org.apache.log4j.Logger <B>LOG</B></PRE>
438<DL>
439<DD>The Logger for this class
440<P>
441<DL>
442</DL>
443</DL>
444<HR>
445
446<A NAME="client"><!-- --></A><H3>
447client</H3>
448<PRE>
449protected <A HREF="../../../org/greenstone/gs3client/GS3JavaClient.html" title="class in org.greenstone.gs3client">GS3JavaClient</A> <B>client</B></PRE>
450<DL>
451<DD>Access to the running instance of GS3JavaClient
452<P>
453<DL>
454</DL>
455</DL>
456<HR>
457
458<A NAME="searchResultsTree"><!-- --></A><H3>
459searchResultsTree</H3>
460<PRE>
461protected javax.swing.JTree <B>searchResultsTree</B></PRE>
462<DL>
463<DL>
464</DL>
465</DL>
466<HR>
467
468<A NAME="docStructureTree"><!-- --></A><H3>
469docStructureTree</H3>
470<PRE>
471protected javax.swing.JTree <B>docStructureTree</B></PRE>
472<DL>
473<DL>
474</DL>
475</DL>
476<HR>
477
478<A NAME="docInfoPane"><!-- --></A><H3>
479docInfoPane</H3>
480<PRE>
481protected javax.swing.JSplitPane <B>docInfoPane</B></PRE>
482<DL>
483<DL>
484</DL>
485</DL>
486<HR>
487
488<A NAME="docInfoWithContent"><!-- --></A><H3>
489docInfoWithContent</H3>
490<PRE>
491protected javax.swing.JSplitPane <B>docInfoWithContent</B></PRE>
492<DL>
493<DL>
494</DL>
495</DL>
496<HR>
497
498<A NAME="treeviewSplitPane"><!-- --></A><H3>
499treeviewSplitPane</H3>
500<PRE>
501protected javax.swing.JSplitPane <B>treeviewSplitPane</B></PRE>
502<DL>
503<DL>
504</DL>
505</DL>
506<HR>
507
508<A NAME="docContentEditPane"><!-- --></A><H3>
509docContentEditPane</H3>
510<PRE>
511protected javax.swing.JEditorPane <B>docContentEditPane</B></PRE>
512<DL>
513<DL>
514</DL>
515</DL>
516<HR>
517
518<A NAME="metanames"><!-- --></A><H3>
519metanames</H3>
520<PRE>
521protected javax.swing.JList <B>metanames</B></PRE>
522<DL>
523<DL>
524</DL>
525</DL>
526<HR>
527
528<A NAME="metavalues"><!-- --></A><H3>
529metavalues</H3>
530<PRE>
531protected javax.swing.JList <B>metavalues</B></PRE>
532<DL>
533<DL>
534</DL>
535</DL>
536<HR>
537
538<A NAME="popup"><!-- --></A><H3>
539popup</H3>
540<PRE>
541protected javax.swing.JPopupMenu <B>popup</B></PRE>
542<DL>
543<DD>Context menu that pops up when users right click in the browse tree area
544<P>
545<DL>
546</DL>
547</DL>
548
549<!-- ========= CONSTRUCTOR DETAIL ======== -->
550
551<A NAME="constructor_detail"><!-- --></A>
552<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
553<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
554<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
555<B>Constructor Detail</B></FONT></TH>
556</TR>
557</TABLE>
558
559<A NAME="SearchResultsDisplay(org.greenstone.gs3client.GS3JavaClient)"><!-- --></A><H3>
560SearchResultsDisplay</H3>
561<PRE>
562public <B>SearchResultsDisplay</B>(<A HREF="../../../org/greenstone/gs3client/GS3JavaClient.html" title="class in org.greenstone.gs3client">GS3JavaClient</A>&nbsp;client)</PRE>
563<DL>
564<DD>Constructor that creates the Search Panel and its internal GUI items.
565<P>
566<DL>
567<DT><B>Parameters:</B><DD><CODE>client</CODE> - is the running instance of the client application through
568 which its methods can be accessed.</DL>
569</DL>
570
571<!-- ============ METHOD DETAIL ========== -->
572
573<A NAME="method_detail"><!-- --></A>
574<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
575<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
576<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
577<B>Method Detail</B></FONT></TH>
578</TR>
579</TABLE>
580
581<A NAME="getPreferredSize()"><!-- --></A><H3>
582getPreferredSize</H3>
583<PRE>
584public java.awt.Dimension <B>getPreferredSize</B>()</PRE>
585<DL>
586<DD>Overrode this method to resize the splitpanes within, upon resize.
587 It calculates the size of this panel, as well as setting those of
588 the splitpanes it contains based on the size of the parent container.
589<P>
590<DD><DL>
591<DT><B>Overrides:</B><DD><CODE>getPreferredSize</CODE> in class <CODE>javax.swing.JComponent</CODE></DL>
592</DD>
593<DD><DL>
594
595<DT><B>Returns:</B><DD>the preferred dimensions of this JPanel.</DL>
596</DD>
597</DL>
598<HR>
599
600<A NAME="changeUIColour()"><!-- --></A><H3>
601changeUIColour</H3>
602<PRE>
603public void <B>changeUIColour</B>()</PRE>
604<DL>
605<DD>Changes the colour of the query form and its controls to the
606 current colours set in class ColourCombo. Specified by
607 the ColourCombo.ColourChangeable interface.
608<P>
609<DD><DL>
610<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/greenstone/gs3client/ColourCombo.ColourChangeable.html#changeUIColour()">changeUIColour</A></CODE> in interface <CODE><A HREF="../../../org/greenstone/gs3client/ColourCombo.ColourChangeable.html" title="interface in org.greenstone.gs3client">ColourCombo.ColourChangeable</A></CODE></DL>
611</DD>
612<DD><DL>
613</DL>
614</DD>
615</DL>
616<HR>
617
618<A NAME="clear()"><!-- --></A><H3>
619clear</H3>
620<PRE>
621public void <B>clear</B>()</PRE>
622<DL>
623<DD>Clears the service-specific buttons in the browseBar and the
624 service-specific display-data. The rest of the GUI (split panes, panels)
625 remain as they are. Resets the contents of the widgets in this panel.
626<P>
627<DD><DL>
628</DL>
629</DD>
630<DD><DL>
631</DL>
632</DD>
633</DL>
634<HR>
635
636<A NAME="setResults(org.greenstone.gs3client.data.DocumentNodeData[])"><!-- --></A><H3>
637setResults</H3>
638<PRE>
639public void <B>setResults</B>(<A HREF="../../../org/greenstone/gs3client/data/DocumentNodeData.html" title="class in org.greenstone.gs3client.data">DocumentNodeData</A>[]&nbsp;resultDocs)</PRE>
640<DL>
641<DD>Restructures the searchResultsTree when another search has been made, so
642 that the search results contain a new list of documentNodeData objects.
643<P>
644<DD><DL>
645</DL>
646</DD>
647<DD><DL>
648<DT><B>Parameters:</B><DD><CODE>resultDocs</CODE> - - the list of (new) DocumentNodeData objects that have
649 been returned as the results of a query/search operation.</DL>
650</DD>
651</DL>
652<HR>
653
654<A NAME="restructureWithNewRoot(org.greenstone.gs3client.data.DocumentNodeData)"><!-- --></A><H3>
655restructureWithNewRoot</H3>
656<PRE>
657protected void <B>restructureWithNewRoot</B>(<A HREF="../../../org/greenstone/gs3client/data/DocumentNodeData.html" title="class in org.greenstone.gs3client.data">DocumentNodeData</A>&nbsp;rootDocNode)</PRE>
658<DL>
659<DD>Restructures the docStructureTree with a new rootNode when a different
660 search result has been clicked.
661<P>
662<DD><DL>
663</DL>
664</DD>
665<DD><DL>
666<DT><B>Parameters:</B><DD><CODE>rootDocNode</CODE> - - the new root DocumentNodeData whose structure is
667 to be displayed in the docStructureTree.</DL>
668</DD>
669</DL>
670<HR>
671
672<A NAME="valueChanged(javax.swing.event.TreeSelectionEvent)"><!-- --></A><H3>
673valueChanged</H3>
674<PRE>
675public void <B>valueChanged</B>(javax.swing.event.TreeSelectionEvent&nbsp;e)</PRE>
676<DL>
677<DD>Part of the TreeSelectionListener interface. When this is called, an item
678 has been clicked in either the searchResultsTree or the docStructureTree.
679 This method displays the metadata and textual contents accordingly
680 of the selected documentNodeData object.
681<P>
682<DD><DL>
683<DT><B>Specified by:</B><DD><CODE>valueChanged</CODE> in interface <CODE>javax.swing.event.TreeSelectionListener</CODE></DL>
684</DD>
685<DD><DL>
686</DL>
687</DD>
688</DL>
689<!-- ========= END OF CLASS DATA ========= -->
690<HR>
691
692
693<!-- ======= START OF BOTTOM NAVBAR ====== -->
694<A NAME="navbar_bottom"><!-- --></A>
695<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
696<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
697<TR>
698<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
699<A NAME="navbar_bottom_firstrow"><!-- --></A>
700<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
701 <TR ALIGN="center" VALIGN="top">
702 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
703 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
704 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
705 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
706 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
707 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
708 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
709 </TR>
710</TABLE>
711</TD>
712<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
713</EM>
714</TD>
715</TR>
716
717<TR>
718<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
719&nbsp;<A HREF="../../../org/greenstone/gs3client/QueryFormControl.html" title="class in org.greenstone.gs3client"><B>PREV CLASS</B></A>&nbsp;
720&nbsp;NEXT CLASS</FONT></TD>
721<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
722 <A HREF="../../../index.html?org/greenstone/gs3client/SearchResultsDisplay.html" target="_top"><B>FRAMES</B></A> &nbsp;
723&nbsp;<A HREF="SearchResultsDisplay.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
724&nbsp;<SCRIPT type="text/javascript">
725 <!--
726 if(window==top) {
727 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
728 }
729 //-->
730</SCRIPT>
731<NOSCRIPT>
732 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
733</NOSCRIPT>
734
735
736</FONT></TD>
737</TR>
738<TR>
739<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
740 SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_javax.swing.JPanel">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>
741<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
742DETAIL:&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>
743</TR>
744</TABLE>
745<A NAME="skip-navbar_bottom"></A>
746<!-- ======== END OF BOTTOM NAVBAR ======= -->
747
748<HR>
749
750</BODY>
751</HTML>
Note: See TracBrowser for help on using the repository browser.