java.lang.Object
java.awt.event.WindowAdapter
com.loihl.sqltool.AdHocQuery
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
- public class AdHocQuery
- extends java.awt.event.WindowAdapter
- implements java.awt.event.ActionListener
Class AdHocQuery
- Version:
- 0.5.0
|
Constructor Summary |
AdHocQuery()
Method: AdHocQuery
Description: constructor for AdHocQuery class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mainFrame
private javax.swing.JFrame mainFrame
mainMenuBar
private javax.swing.JMenuBar mainMenuBar
fileMenu
private javax.swing.JMenu fileMenu
exitMenuItem
private javax.swing.JMenuItem exitMenuItem
queryMenu
private javax.swing.JMenu queryMenu
executeMenuItem
private javax.swing.JMenuItem executeMenuItem
clearMenuItem
private javax.swing.JMenuItem clearMenuItem
setConnMenuItem
private javax.swing.JMenuItem setConnMenuItem
helpMenu
private javax.swing.JMenu helpMenu
aboutMenuItem
private javax.swing.JMenuItem aboutMenuItem
queryPanel
private AdHocQueryPanel queryPanel
AdHocQuery
public AdHocQuery()
- Method: AdHocQuery
Description: constructor for AdHocQuery class
init
public void init()
- Method: init
Description:
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
- Method: actionPerformed
Description: event handler for ActionEvents
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
windowClosing
public void windowClosing(java.awt.event.WindowEvent we)
- Method: windowClosing
Description: Window event handler for main window
- Specified by:
windowClosing in interface java.awt.event.WindowListener
getMainFrame
public javax.swing.JFrame getMainFrame()
- Method: getMainFrame
Description: returns the main JFrame object
main
public static void main(java.lang.String[] args)
- Method: main
Description: instantiate the AdHocQuery class