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 FM
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"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
22: <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
23: <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
24: <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
25: <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </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: <A HREF="DBFront.html"><B>PREV CLASS</B></A>
37: <A HREF="ResultWindow.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>
40: <A HREF="FM.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: <A HREF="#inner_classes_inherited_from_class_javax.swing.JFrame">INNER</A> | <A HREF="#fields_inherited_from_class_javax.swing.JFrame">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
45: <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
46: DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <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 FM</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.Frame
65: |
66: +--javax.swing.JFrame
67: |
68: +--<B>FM</B>
69: </PRE>
70: <DL>
71: <DT><B>All Implemented Interfaces:</B> <DD>javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.event.TableModelListener, javax.swing.WindowConstants</DD>
72: </DL>
73: <HR>
74: <DL>
75: <DT>public class <B>FM</B><DT>extends javax.swing.JFrame<DT>implements java.awt.event.ActionListener, javax.swing.event.TableModelListener</DL>
76:
77: <P>
78: <br>
79: <h2>FileMaker Test (JDBC Database Driver Test)</h2>
80: Main class :
81: contains the main Frame, all event handlers etc
82: <br>
83: The Database access is made over DBBean class
84: all other classes are just for the visualization of the data
85: <P>
86: <DL>
87: <DT><B>See Also: </B><DD><A HREF="serialized-form.html#FM">Serialized Form</A></DL>
88: <HR>
89:
90: <P>
91: <!-- ======== INNER CLASS SUMMARY ======== -->
92:
93: <A NAME="inner_classes_inherited_from_class_javax.swing.JFrame"><!-- --></A>
94: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
95: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
96: <TD><B>Inner classes inherited from class javax.swing.JFrame</B></TD>
97: </TR>
98: <TR BGCOLOR="white" CLASS="TableRowColor">
99: <TD><CODE>javax.swing.JFrame.AccessibleJFrame</CODE></TD>
100: </TR>
101: </TABLE>
102: <A NAME="inner_classes_inherited_from_class_java.awt.Frame"><!-- --></A>
103: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
104: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
105: <TD><B>Inner classes inherited from class java.awt.Frame</B></TD>
106: </TR>
107: <TR BGCOLOR="white" CLASS="TableRowColor">
108: <TD><CODE>java.awt.Frame.AccessibleAWTFrame</CODE></TD>
109: </TR>
110: </TABLE>
111: <A NAME="inner_classes_inherited_from_class_java.awt.Window"><!-- --></A>
112: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
113: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
114: <TD><B>Inner classes inherited from class java.awt.Window</B></TD>
115: </TR>
116: <TR BGCOLOR="white" CLASS="TableRowColor">
117: <TD><CODE>java.awt.Window.AccessibleAWTWindow</CODE></TD>
118: </TR>
119: </TABLE>
120: <A NAME="inner_classes_inherited_from_class_java.awt.Container"><!-- --></A>
121: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
122: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
123: <TD><B>Inner classes inherited from class java.awt.Container</B></TD>
124: </TR>
125: <TR BGCOLOR="white" CLASS="TableRowColor">
126: <TD><CODE>java.awt.Container.AccessibleAWTContainer</CODE></TD>
127: </TR>
128: </TABLE>
129: <A NAME="inner_classes_inherited_from_class_java.awt.Component"><!-- --></A>
130: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
131: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
132: <TD><B>Inner classes inherited from class java.awt.Component</B></TD>
133: </TR>
134: <TR BGCOLOR="white" CLASS="TableRowColor">
135: <TD><CODE>java.awt.Component.AccessibleAWTComponent</CODE></TD>
136: </TR>
137: </TABLE>
138:
139: <!-- =========== FIELD SUMMARY =========== -->
140:
141: <A NAME="fields_inherited_from_class_javax.swing.JFrame"><!-- --></A>
142: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
143: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
144: <TD><B>Fields inherited from class javax.swing.JFrame</B></TD>
145: </TR>
146: <TR BGCOLOR="white" CLASS="TableRowColor">
147: <TD><CODE>accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled</CODE></TD>
148: </TR>
149: </TABLE>
150: <A NAME="fields_inherited_from_class_java.awt.Frame"><!-- --></A>
151: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
152: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
153: <TD><B>Fields inherited from class java.awt.Frame</B></TD>
154: </TR>
155: <TR BGCOLOR="white" CLASS="TableRowColor">
156: <TD><CODE>CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR</CODE></TD>
157: </TR>
158: </TABLE>
159: <A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A>
160: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
161: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
162: <TD><B>Fields inherited from class java.awt.Component</B></TD>
163: </TR>
164: <TR BGCOLOR="white" CLASS="TableRowColor">
165: <TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD>
166: </TR>
167: </TABLE>
168: <A NAME="fields_inherited_from_class_javax.swing.WindowConstants"><!-- --></A>
169: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
170: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
171: <TD><B>Fields inherited from interface javax.swing.WindowConstants</B></TD>
172: </TR>
173: <TR BGCOLOR="white" CLASS="TableRowColor">
174: <TD><CODE>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE</CODE></TD>
175: </TR>
176: </TABLE>
177: <A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A>
178: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
179: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
180: <TD><B>Fields inherited from interface java.awt.image.ImageObserver</B></TD>
181: </TR>
182: <TR BGCOLOR="white" CLASS="TableRowColor">
183: <TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD>
184: </TR>
185: </TABLE>
186:
187: <!-- ======== CONSTRUCTOR SUMMARY ======== -->
188:
189: <A NAME="constructor_summary"><!-- --></A>
190: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
191: <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
192: <TD COLSPAN=2><FONT SIZE="+2">
193: <B>Constructor Summary</B></FONT></TD>
194: </TR>
195: <TR BGCOLOR="white" CLASS="TableRowColor">
196: <TD><CODE><B><A HREF="FM.html#FM()">FM</A></B>()</CODE>
197:
198: <BR>
199: tries to connect to database specified in url-Variable.
200: initializes all GUI components, then fails throws an exception</TD>
201: </TR>
202: </TABLE>
203:
204: <!-- ========== METHOD SUMMARY =========== -->
205:
206: <A NAME="method_summary"><!-- --></A>
207: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
208: <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
209: <TD COLSPAN=2><FONT SIZE="+2">
210: <B>Method Summary</B></FONT></TD>
211: </TR>
212: <TR BGCOLOR="white" CLASS="TableRowColor">
213: <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
214: <CODE> void</CODE></FONT></TD>
215: <TD><CODE><B><A HREF="FM.html#actionPerformed(java.awt.event.ActionEvent)">actionPerformed</A></B>(java.awt.event.ActionEvent e)</CODE>
216:
217: <BR>
218: </TD>
219: </TR>
220: <TR BGCOLOR="white" CLASS="TableRowColor">
221: <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
222: <CODE>static void</CODE></FONT></TD>
223: <TD><CODE><B><A HREF="FM.html#appendLog(java.lang.String, java.lang.String)">appendLog</A></B>(java.lang.String entry,
224: java.lang.String name)</CODE>
225:
226: <BR>
227: Append one entry to the log file(index.html)</TD>
228: </TR>
229: <TR BGCOLOR="white" CLASS="TableRowColor">
230: <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
231: <CODE>static void</CODE></FONT></TD>
232: <TD><CODE><B><A HREF="FM.html#closeLog()">closeLog</A></B>()</CODE>
233:
234: <BR>
235: closes the log file invoked then the application closes</TD>
236: </TR>
237: <TR BGCOLOR="white" CLASS="TableRowColor">
238: <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
239: <CODE>static void</CODE></FONT></TD>
240: <TD><CODE><B><A HREF="FM.html#main(java.lang.String[])">main</A></B>(java.lang.String[] args)</CODE>
241:
242: <BR>
243: </TD>
244: </TR>
245: <TR BGCOLOR="white" CLASS="TableRowColor">
246: <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
247: <CODE>static void</CODE></FONT></TD>
248: <TD><CODE><B><A HREF="FM.html#openLog()">openLog</A></B>()</CODE>
249:
250: <BR>
251: open the log file (index.html)</TD>
252: </TR>
253: <TR BGCOLOR="white" CLASS="TableRowColor">
254: <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
255: <CODE> void</CODE></FONT></TD>
256: <TD><CODE><B><A HREF="FM.html#tableChanged(javax.swing.event.TableModelEvent)">tableChanged</A></B>(javax.swing.event.TableModelEvent e)</CODE>
257:
258: <BR>
259: invoked then the user changes the table or the tableModel changes</TD>
260: </TR>
261: <TR BGCOLOR="white" CLASS="TableRowColor">
262: <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
263: <CODE> void</CODE></FONT></TD>
264: <TD><CODE><B><A HREF="FM.html#testQuery(java.lang.String)">testQuery</A></B>(java.lang.String query)</CODE>
265:
266: <BR>
267: Test the specified Query and display the result</TD>
268: </TR>
269: </TABLE>
270: <A NAME="methods_inherited_from_class_javax.swing.JFrame"><!-- --></A>
271: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
272: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
273: <TD><B>Methods inherited from class javax.swing.JFrame</B></TD>
274: </TR>
275: <TR BGCOLOR="white" CLASS="TableRowColor">
276: <TD><CODE>addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isRootPaneCheckingEnabled, paramString, processKeyEvent, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update</CODE></TD>
277: </TR>
278: </TABLE>
279: <A NAME="methods_inherited_from_class_java.awt.Frame"><!-- --></A>
280: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
281: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
282: <TD><B>Methods inherited from class java.awt.Frame</B></TD>
283: </TR>
284: <TR BGCOLOR="white" CLASS="TableRowColor">
285: <TD><CODE>addNotify, finalize, getCursorType, getFrames, getIconImage, getMenuBar, getState, getTitle, isResizable, remove, removeNotify, setCursor, setIconImage, setMenuBar, setResizable, setState, setTitle</CODE></TD>
286: </TR>
287: </TABLE>
288: <A NAME="methods_inherited_from_class_java.awt.Window"><!-- --></A>
289: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
290: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
291: <TD><B>Methods inherited from class java.awt.Window</B></TD>
292: </TR>
293: <TR BGCOLOR="white" CLASS="TableRowColor">
294: <TD><CODE>addWindowListener, applyResourceBundle, applyResourceBundle, dispose, getFocusOwner, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getOwnedWindows, getOwner, getToolkit, getWarningString, hide, isShowing, pack, postEvent, processEvent, removeWindowListener, setCursor, show, toBack, toFront</CODE></TD>
295: </TR>
296: </TABLE>
297: <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A>
298: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
299: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
300: <TD><B>Methods inherited from class java.awt.Container</B></TD>
301: </TR>
302: <TR BGCOLOR="white" CLASS="TableRowColor">
303: <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, setFont, validate, validateTree</CODE></TD>
304: </TR>
305: </TABLE>
306: <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A>
307: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
308: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
309: <TD><B>Methods inherited from class java.awt.Component</B></TD>
310: </TR>
311: <TR BGCOLOR="white" CLASS="TableRowColor">
312: <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, 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>
313: </TR>
314: </TABLE>
315: <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
316: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
317: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
318: <TD><B>Methods inherited from class java.lang.Object</B></TD>
319: </TR>
320: <TR BGCOLOR="white" CLASS="TableRowColor">
321: <TD><CODE>clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
322: </TR>
323: </TABLE>
324: <A NAME="methods_inherited_from_class_java.awt.MenuContainer"><!-- --></A>
325: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
326: <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
327: <TD><B>Methods inherited from interface java.awt.MenuContainer</B></TD>
328: </TR>
329: <TR BGCOLOR="white" CLASS="TableRowColor">
330: <TD><CODE>getFont, postEvent</CODE></TD>
331: </TR>
332: </TABLE>
333:
334: <P>
335:
336: <!-- ============ FIELD DETAIL =========== -->
337:
338:
339: <!-- ========= CONSTRUCTOR DETAIL ======== -->
340:
341: <A NAME="constructor_detail"><!-- --></A>
342: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
343: <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
344: <TD COLSPAN=1><FONT SIZE="+2">
345: <B>Constructor Detail</B></FONT></TD>
346: </TR>
347: </TABLE>
348:
349: <A NAME="FM()"><!-- --></A><H3>
350: FM</H3>
351: <PRE>
352: public <B>FM</B>()
353: throws java.lang.Exception</PRE>
354: <DL>
355: <DD>tries to connect to database specified in url-Variable.
356: initializes all GUI components, then fails throws an exception</DL>
357:
358: <!-- ============ METHOD DETAIL ========== -->
359:
360: <A NAME="method_detail"><!-- --></A>
361: <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
362: <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
363: <TD COLSPAN=1><FONT SIZE="+2">
364: <B>Method Detail</B></FONT></TD>
365: </TR>
366: </TABLE>
367:
368: <A NAME="main(java.lang.String[])"><!-- --></A><H3>
369: main</H3>
370: <PRE>
371: public static void <B>main</B>(java.lang.String[] args)</PRE>
372: <DL>
373: <DD><DL>
374: </DL>
375: </DD>
376: </DL>
377: <HR>
378:
379: <A NAME="actionPerformed(java.awt.event.ActionEvent)"><!-- --></A><H3>
380: actionPerformed</H3>
381: <PRE>
382: public void <B>actionPerformed</B>(java.awt.event.ActionEvent e)</PRE>
383: <DL>
384: <DD><DL>
385: <DT><B>Specified by: </B><DD><CODE>actionPerformed</CODE> in interface <CODE>java.awt.event.ActionListener</CODE></DL>
386: </DD>
387: </DL>
388: <HR>
389:
390: <A NAME="testQuery(java.lang.String)"><!-- --></A><H3>
391: testQuery</H3>
392: <PRE>
393: public void <B>testQuery</B>(java.lang.String query)</PRE>
394: <DL>
395: <DD>Test the specified Query and display the result<DD><DL>
396: </DL>
397: </DD>
398: </DL>
399: <HR>
400:
401: <A NAME="tableChanged(javax.swing.event.TableModelEvent)"><!-- --></A><H3>
402: tableChanged</H3>
403: <PRE>
404: public void <B>tableChanged</B>(javax.swing.event.TableModelEvent e)</PRE>
405: <DL>
406: <DD>invoked then the user changes the table or the tableModel changes<DD><DL>
407: <DT><B>Specified by: </B><DD><CODE>tableChanged</CODE> in interface <CODE>javax.swing.event.TableModelListener</CODE></DL>
408: </DD>
409: </DL>
410: <HR>
411:
412: <A NAME="openLog()"><!-- --></A><H3>
413: openLog</H3>
414: <PRE>
415: public static void <B>openLog</B>()
416: throws java.lang.Exception</PRE>
417: <DL>
418: <DD>open the log file (index.html)<DD><DL>
419: </DL>
420: </DD>
421: </DL>
422: <HR>
423:
424: <A NAME="appendLog(java.lang.String, java.lang.String)"><!-- --></A><H3>
425: appendLog</H3>
426: <PRE>
427: public static void <B>appendLog</B>(java.lang.String entry,
428: java.lang.String name)
429: throws java.lang.Exception</PRE>
430: <DL>
431: <DD>Append one entry to the log file(index.html)<DD><DL>
432: </DL>
433: </DD>
434: </DL>
435: <HR>
436:
437: <A NAME="closeLog()"><!-- --></A><H3>
438: closeLog</H3>
439: <PRE>
440: public static void <B>closeLog</B>()
441: throws java.lang.Exception</PRE>
442: <DL>
443: <DD>closes the log file invoked then the application closes<DD><DL>
444: </DL>
445: </DD>
446: </DL>
447: <!-- ========= END OF CLASS DATA ========= -->
448: <HR>
449:
450: <!-- ========== START OF NAVBAR ========== -->
451: <A NAME="navbar_bottom"><!-- --></A>
452: <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
453: <TR>
454: <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
455: <A NAME="navbar_bottom_firstrow"><!-- --></A>
456: <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
457: <TR ALIGN="center" VALIGN="top">
458: <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
459: <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
460: <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
461: <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
462: <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
463: </TR>
464: </TABLE>
465: </TD>
466: <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
467: </EM>
468: </TD>
469: </TR>
470:
471: <TR>
472: <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
473: <A HREF="DBFront.html"><B>PREV CLASS</B></A>
474: <A HREF="ResultWindow.html"><B>NEXT CLASS</B></A></FONT></TD>
475: <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
476: <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
477: <A HREF="FM.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
478: </TR>
479: <TR>
480: <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
481: SUMMARY: <A HREF="#inner_classes_inherited_from_class_javax.swing.JFrame">INNER</A> | <A HREF="#fields_inherited_from_class_javax.swing.JFrame">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
482: <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
483: DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
484: </TR>
485: </TABLE>
486: <!-- =========== END OF NAVBAR =========== -->
487:
488: <HR>
489:
490: </BODY>
491: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>