|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container java.awt.Panel java.applet.Applet org.hsqldb.util.QueryTool
Class declaration
Nested Class Summary |
Nested classes inherited from class java.applet.Applet |
Applet.AccessibleApplet |
Nested classes inherited from class java.awt.Panel |
Panel.AccessibleAWTPanel |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
QueryTool()
|
Method Summary | |
boolean |
action(Event evt,
Object arg)
This is function handles the events when a button is clicked or when the used double-clicked on the listbox of recent commands. |
void |
actionPerformed(ActionEvent ev)
Method declaration |
void |
init()
Initializes the window and the database and inserts some test data. |
static void |
main(String[] arg)
Method declaration |
void |
windowActivated(WindowEvent e)
Method declaration |
void |
windowClosed(WindowEvent e)
Method declaration |
void |
windowClosing(WindowEvent ev)
Method declaration |
void |
windowDeactivated(WindowEvent e)
Method declaration |
void |
windowDeiconified(WindowEvent e)
Method declaration |
void |
windowIconified(WindowEvent e)
Method declaration |
void |
windowOpened(WindowEvent e)
Method declaration |
Methods inherited from class java.applet.Applet |
destroy, getAccessibleContext, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stop |
Methods inherited from class java.awt.Panel |
addNotify |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QueryTool()
Method Detail |
public static void main(String[] arg)
arg
- public void init()
public boolean action(Event evt, Object arg)
public void windowActivated(WindowEvent e)
windowActivated
in interface WindowListener
e
- public void windowDeactivated(WindowEvent e)
windowDeactivated
in interface WindowListener
e
- public void windowClosed(WindowEvent e)
windowClosed
in interface WindowListener
e
- public void windowClosing(WindowEvent ev)
windowClosing
in interface WindowListener
ev
- public void windowDeiconified(WindowEvent e)
windowDeiconified
in interface WindowListener
e
- public void windowIconified(WindowEvent e)
windowIconified
in interface WindowListener
e
- public void windowOpened(WindowEvent e)
windowOpened
in interface WindowListener
e
- public void actionPerformed(ActionEvent ev)
actionPerformed
in interface ActionListener
ev
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |