|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.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 WindowListenere - public void windowDeactivated(WindowEvent e)
windowDeactivated in interface WindowListenere - public void windowClosed(WindowEvent e)
windowClosed in interface WindowListenere - public void windowClosing(WindowEvent ev)
windowClosing in interface WindowListenerev - public void windowDeiconified(WindowEvent e)
windowDeiconified in interface WindowListenere - public void windowIconified(WindowEvent e)
windowIconified in interface WindowListenere - public void windowOpened(WindowEvent e)
windowOpened in interface WindowListenere - public void actionPerformed(ActionEvent ev)
actionPerformed in interface ActionListenerev -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||