Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.loihl.sqltool
Class AdHocQuery  view AdHocQuery download AdHocQuery.java

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended bycom.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

Field Summary
private  javax.swing.JMenuItem aboutMenuItem
           
private  javax.swing.JMenuItem clearMenuItem
           
private  javax.swing.JMenuItem executeMenuItem
           
private  javax.swing.JMenuItem exitMenuItem
           
private  javax.swing.JMenu fileMenu
           
private  javax.swing.JMenu helpMenu
           
private  javax.swing.JFrame mainFrame
           
private  javax.swing.JMenuBar mainMenuBar
           
private  javax.swing.JMenu queryMenu
           
private  AdHocQueryPanel queryPanel
           
private  javax.swing.JMenuItem setConnMenuItem
           
 
Constructor Summary
AdHocQuery()
          Method: AdHocQuery Description: constructor for AdHocQuery class
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          Method: actionPerformed Description: event handler for ActionEvents
 javax.swing.JFrame getMainFrame()
          Method: getMainFrame Description: returns the main JFrame object
 void init()
          Method: init Description:
static void main(java.lang.String[] args)
          Method: main Description: instantiate the AdHocQuery class
 void windowClosing(java.awt.event.WindowEvent we)
          Method: windowClosing Description: Window event handler for main window
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AdHocQuery

public AdHocQuery()
Method: AdHocQuery Description: constructor for AdHocQuery class

Method Detail

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