File:  [Repository] / FM2SQL / doc / javadoc / ResultWindow.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 2 19:47:23 2006 UTC (18 years, 9 months ago) by casties
Branches: MAIN
CVS tags: HEAD
- reorganisation of project files
- fixed bug with initialisation of fm8 jdbc driver

    1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
    2: <!--NewPage-->
    3: <HTML>
    4: <HEAD>
    5: <!-- Generated by javadoc on Fri Jul 25 10:50:42 CEST 2003 -->
    6: <TITLE>
    7: : Class  ResultWindow
    8: </TITLE>
    9: <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
   10: </HEAD>
   11: <BODY BGCOLOR="white">
   12: 
   13: <!-- ========== START OF NAVBAR ========== -->
   14: <A NAME="navbar_top"><!-- --></A>
   15: <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
   16: <TR>
   17: <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
   18: <A NAME="navbar_top_firstrow"><!-- --></A>
   19: <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
   20:   <TR ALIGN="center" VALIGN="top">
   21:   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
   22:   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
   23:   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
   24:   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
   25:   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
   26:   </TR>
   27: </TABLE>
   28: </TD>
   29: <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
   30: </EM>
   31: </TD>
   32: </TR>
   33: 
   34: <TR>
   35: <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   36: &nbsp;<A HREF="FM.html"><B>PREV CLASS</B></A>&nbsp;
   37: &nbsp;<A HREF="TableComponent.html"><B>NEXT CLASS</B></A></FONT></TD>
   38: <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   39:   <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
   40: &nbsp;<A HREF="ResultWindow.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
   41: </TR>
   42: <TR>
   43: <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
   44:   SUMMARY: &nbsp;<A HREF="#inner_classes_inherited_from_class_javax.swing.JDialog">INNER</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.JDialog">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
   45: <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
   46: DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
   47: </TR>
   48: </TABLE>
   49: <!-- =========== END OF NAVBAR =========== -->
   50: 
   51: <HR>
   52: <!-- ======== START OF CLASS DATA ======== -->
   53: <H2>
   54: Class  ResultWindow</H2>
   55: <PRE>
   56: java.lang.Object
   57:   |
   58:   +--java.awt.Component
   59:         |
   60:         +--java.awt.Container
   61:               |
   62:               +--java.awt.Window
   63:                     |
   64:                     +--java.awt.Dialog
   65:                           |
   66:                           +--javax.swing.JDialog
   67:                                 |
   68:                                 +--<B>ResultWindow</B>
   69: </PRE>
   70: <DL>
   71: <DT><B>All Implemented Interfaces:</B> <DD>javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants</DD>
   72: </DL>
   73: <HR>
   74: <DL>
   75: <DT>public class <B>ResultWindow</B><DT>extends javax.swing.JDialog</DL>
   76: 
   77: <P>
   78: ResultWindow - used to display the results of the query
   79: <P>
   80: <DL>
   81: <DT><B>See Also: </B><DD><A HREF="serialized-form.html#ResultWindow">Serialized Form</A></DL>
   82: <HR>
   83: 
   84: <P>
   85: <!-- ======== INNER CLASS SUMMARY ======== -->
   86: 
   87: <A NAME="inner_classes_inherited_from_class_javax.swing.JDialog"><!-- --></A>
   88: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
   89: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
   90: <TD><B>Inner classes inherited from class javax.swing.JDialog</B></TD>
   91: </TR>
   92: <TR BGCOLOR="white" CLASS="TableRowColor">
   93: <TD><CODE>javax.swing.JDialog.AccessibleJDialog</CODE></TD>
   94: </TR>
   95: </TABLE>
   96: &nbsp;<A NAME="inner_classes_inherited_from_class_java.awt.Dialog"><!-- --></A>
   97: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
   98: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
   99: <TD><B>Inner classes inherited from class java.awt.Dialog</B></TD>
  100: </TR>
  101: <TR BGCOLOR="white" CLASS="TableRowColor">
  102: <TD><CODE>java.awt.Dialog.AccessibleAWTDialog</CODE></TD>
  103: </TR>
  104: </TABLE>
  105: &nbsp;<A NAME="inner_classes_inherited_from_class_java.awt.Window"><!-- --></A>
  106: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  107: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  108: <TD><B>Inner classes inherited from class java.awt.Window</B></TD>
  109: </TR>
  110: <TR BGCOLOR="white" CLASS="TableRowColor">
  111: <TD><CODE>java.awt.Window.AccessibleAWTWindow</CODE></TD>
  112: </TR>
  113: </TABLE>
  114: &nbsp;<A NAME="inner_classes_inherited_from_class_java.awt.Container"><!-- --></A>
  115: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  116: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  117: <TD><B>Inner classes inherited from class java.awt.Container</B></TD>
  118: </TR>
  119: <TR BGCOLOR="white" CLASS="TableRowColor">
  120: <TD><CODE>java.awt.Container.AccessibleAWTContainer</CODE></TD>
  121: </TR>
  122: </TABLE>
  123: &nbsp;<A NAME="inner_classes_inherited_from_class_java.awt.Component"><!-- --></A>
  124: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  125: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  126: <TD><B>Inner classes inherited from class java.awt.Component</B></TD>
  127: </TR>
  128: <TR BGCOLOR="white" CLASS="TableRowColor">
  129: <TD><CODE>java.awt.Component.AccessibleAWTComponent</CODE></TD>
  130: </TR>
  131: </TABLE>
  132: &nbsp;
  133: <!-- =========== FIELD SUMMARY =========== -->
  134: 
  135: <A NAME="fields_inherited_from_class_javax.swing.JDialog"><!-- --></A>
  136: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  137: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  138: <TD><B>Fields inherited from class javax.swing.JDialog</B></TD>
  139: </TR>
  140: <TR BGCOLOR="white" CLASS="TableRowColor">
  141: <TD><CODE>accessibleContext, rootPane, rootPaneCheckingEnabled</CODE></TD>
  142: </TR>
  143: </TABLE>
  144: &nbsp;<A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A>
  145: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  146: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  147: <TD><B>Fields inherited from class java.awt.Component</B></TD>
  148: </TR>
  149: <TR BGCOLOR="white" CLASS="TableRowColor">
  150: <TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD>
  151: </TR>
  152: </TABLE>
  153: &nbsp;<A NAME="fields_inherited_from_class_javax.swing.WindowConstants"><!-- --></A>
  154: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  155: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  156: <TD><B>Fields inherited from interface javax.swing.WindowConstants</B></TD>
  157: </TR>
  158: <TR BGCOLOR="white" CLASS="TableRowColor">
  159: <TD><CODE>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE</CODE></TD>
  160: </TR>
  161: </TABLE>
  162: &nbsp;<A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A>
  163: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  164: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  165: <TD><B>Fields inherited from interface java.awt.image.ImageObserver</B></TD>
  166: </TR>
  167: <TR BGCOLOR="white" CLASS="TableRowColor">
  168: <TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD>
  169: </TR>
  170: </TABLE>
  171: &nbsp;
  172: <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  173: 
  174: <A NAME="constructor_summary"><!-- --></A>
  175: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  176: <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  177: <TD COLSPAN=2><FONT SIZE="+2">
  178: <B>Constructor Summary</B></FONT></TD>
  179: </TR>
  180: <TR BGCOLOR="white" CLASS="TableRowColor">
  181: <TD><CODE><B><A HREF="ResultWindow.html#ResultWindow(javax.swing.JFrame)">ResultWindow</A></B>(javax.swing.JFrame&nbsp;frame)</CODE>
  182: 
  183: <BR>
  184: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs  the result Window with the JFrame argument as parent</TD>
  185: </TR>
  186: </TABLE>
  187: &nbsp;
  188: <!-- ========== METHOD SUMMARY =========== -->
  189: 
  190: <A NAME="method_summary"><!-- --></A>
  191: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  192: <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  193: <TD COLSPAN=2><FONT SIZE="+2">
  194: <B>Method Summary</B></FONT></TD>
  195: </TR>
  196: <TR BGCOLOR="white" CLASS="TableRowColor">
  197: <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  198: <CODE>&nbsp;java.lang.StringBuffer</CODE></FONT></TD>
  199: <TD><CODE><B><A HREF="ResultWindow.html#exportQueryToHTML(java.lang.String)">exportQueryToHTML</A></B>(java.lang.String&nbsp;query)</CODE>
  200: 
  201: <BR>
  202: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;exports the current results to HTML</TD>
  203: </TR>
  204: <TR BGCOLOR="white" CLASS="TableRowColor">
  205: <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  206: <CODE>&nbsp;void</CODE></FONT></TD>
  207: <TD><CODE><B><A HREF="ResultWindow.html#updateResult(java.util.Vector, java.util.Vector)">updateResult</A></B>(java.util.Vector&nbsp;data,
  208:              java.util.Vector&nbsp;columnNames)</CODE>
  209: 
  210: <BR>
  211: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fills the table component of this window with new data</TD>
  212: </TR>
  213: <TR BGCOLOR="white" CLASS="TableRowColor">
  214: <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  215: <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  216: <TD><CODE><B><A HREF="ResultWindow.html#writeResult()">writeResult</A></B>()</CODE>
  217: 
  218: <BR>
  219: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Actual write the result to a file( in HTML)</TD>
  220: </TR>
  221: </TABLE>
  222: &nbsp;<A NAME="methods_inherited_from_class_javax.swing.JDialog"><!-- --></A>
  223: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  224: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  225: <TD><B>Methods inherited from class javax.swing.JDialog</B></TD>
  226: </TR>
  227: <TR BGCOLOR="white" CLASS="TableRowColor">
  228: <TD><CODE>addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isRootPaneCheckingEnabled, paramString, processKeyEvent, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setLocationRelativeTo, setRootPane, setRootPaneCheckingEnabled, update</CODE></TD>
  229: </TR>
  230: </TABLE>
  231: &nbsp;<A NAME="methods_inherited_from_class_java.awt.Dialog"><!-- --></A>
  232: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  233: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  234: <TD><B>Methods inherited from class java.awt.Dialog</B></TD>
  235: </TR>
  236: <TR BGCOLOR="white" CLASS="TableRowColor">
  237: <TD><CODE>addNotify, dispose, getTitle, hide, isModal, isResizable, setModal, setResizable, setTitle, show</CODE></TD>
  238: </TR>
  239: </TABLE>
  240: &nbsp;<A NAME="methods_inherited_from_class_java.awt.Window"><!-- --></A>
  241: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  242: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  243: <TD><B>Methods inherited from class java.awt.Window</B></TD>
  244: </TR>
  245: <TR BGCOLOR="white" CLASS="TableRowColor">
  246: <TD><CODE>addWindowListener, applyResourceBundle, applyResourceBundle, finalize, getFocusOwner, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getOwnedWindows, getOwner, getToolkit, getWarningString, isShowing, pack, postEvent, processEvent, removeWindowListener, setCursor, toBack, toFront</CODE></TD>
  247: </TR>
  248: </TABLE>
  249: &nbsp;<A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A>
  250: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  251: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  252: <TD><B>Methods inherited from class java.awt.Container</B></TD>
  253: </TR>
  254: <TR BGCOLOR="white" CLASS="TableRowColor">
  255: <TD><CODE>add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, removeNotify, setFont, validate, validateTree</CODE></TD>
  256: </TR>
  257: </TABLE>
  258: &nbsp;<A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A>
  259: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  260: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  261: <TD><B>Methods inherited from class java.awt.Component</B></TD>
  262: </TR>
  263: <TR BGCOLOR="white" CLASS="TableRowColor">
  264: <TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getInputMethodRequests, getLocation, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseMotionEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus</CODE></TD>
  265: </TR>
  266: </TABLE>
  267: &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  268: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  269: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  270: <TD><B>Methods inherited from class java.lang.Object</B></TD>
  271: </TR>
  272: <TR BGCOLOR="white" CLASS="TableRowColor">
  273: <TD><CODE>clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
  274: </TR>
  275: </TABLE>
  276: &nbsp;
  277: <P>
  278: 
  279: <!-- ============ FIELD DETAIL =========== -->
  280: 
  281: 
  282: <!-- ========= CONSTRUCTOR DETAIL ======== -->
  283: 
  284: <A NAME="constructor_detail"><!-- --></A>
  285: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  286: <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  287: <TD COLSPAN=1><FONT SIZE="+2">
  288: <B>Constructor Detail</B></FONT></TD>
  289: </TR>
  290: </TABLE>
  291: 
  292: <A NAME="ResultWindow(javax.swing.JFrame)"><!-- --></A><H3>
  293: ResultWindow</H3>
  294: <PRE>
  295: public <B>ResultWindow</B>(javax.swing.JFrame&nbsp;frame)</PRE>
  296: <DL>
  297: <DD>Constructs  the result Window with the JFrame argument as parent<DD><DL>
  298: <DT><B>Parameters:</B><DD><CODE>parent</CODE> - frame of the JDialog</DL>
  299: </DD>
  300: </DL>
  301: 
  302: <!-- ============ METHOD DETAIL ========== -->
  303: 
  304: <A NAME="method_detail"><!-- --></A>
  305: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  306: <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  307: <TD COLSPAN=1><FONT SIZE="+2">
  308: <B>Method Detail</B></FONT></TD>
  309: </TR>
  310: </TABLE>
  311: 
  312: <A NAME="updateResult(java.util.Vector, java.util.Vector)"><!-- --></A><H3>
  313: updateResult</H3>
  314: <PRE>
  315: public void <B>updateResult</B>(java.util.Vector&nbsp;data,
  316:                          java.util.Vector&nbsp;columnNames)</PRE>
  317: <DL>
  318: <DD>Fills the table component of this window with new data</DL>
  319: <HR>
  320: 
  321: <A NAME="exportQueryToHTML(java.lang.String)"><!-- --></A><H3>
  322: exportQueryToHTML</H3>
  323: <PRE>
  324: public java.lang.StringBuffer <B>exportQueryToHTML</B>(java.lang.String&nbsp;query)</PRE>
  325: <DL>
  326: <DD>exports the current results to HTML<DD><DL>
  327: <DT><B>Parameters:</B><DD><CODE>query</CODE> - that produced the result<DT><B>Returns:</B><DD>StringBuffer containing the HTML code</DL>
  328: </DD>
  329: </DL>
  330: <HR>
  331: 
  332: <A NAME="writeResult()"><!-- --></A><H3>
  333: writeResult</H3>
  334: <PRE>
  335: public java.lang.String <B>writeResult</B>()</PRE>
  336: <DL>
  337: <DD>Actual write the result to a file( in HTML)</DL>
  338: <!-- ========= END OF CLASS DATA ========= -->
  339: <HR>
  340: 
  341: <!-- ========== START OF NAVBAR ========== -->
  342: <A NAME="navbar_bottom"><!-- --></A>
  343: <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
  344: <TR>
  345: <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  346: <A NAME="navbar_bottom_firstrow"><!-- --></A>
  347: <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  348:   <TR ALIGN="center" VALIGN="top">
  349:   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  350:   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  351:   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  352:   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  353:   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  354:   </TR>
  355: </TABLE>
  356: </TD>
  357: <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  358: </EM>
  359: </TD>
  360: </TR>
  361: 
  362: <TR>
  363: <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  364: &nbsp;<A HREF="FM.html"><B>PREV CLASS</B></A>&nbsp;
  365: &nbsp;<A HREF="TableComponent.html"><B>NEXT CLASS</B></A></FONT></TD>
  366: <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  367:   <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
  368: &nbsp;<A HREF="ResultWindow.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
  369: </TR>
  370: <TR>
  371: <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  372:   SUMMARY: &nbsp;<A HREF="#inner_classes_inherited_from_class_javax.swing.JDialog">INNER</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.JDialog">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  373: <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  374: DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  375: </TR>
  376: </TABLE>
  377: <!-- =========== END OF NAVBAR =========== -->
  378: 
  379: <HR>
  380: 
  381: </BODY>
  382: </HTML>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>