|
|||||||||||
| 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
|
+--planetj.dataengine.applet.QueryBuilder
Insert the type's description here. Creation date: (7/4/2003 1:21:11 PM)
| 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 | |
QueryBuilder()
|
|
| Method Summary | |
String |
getAppletInfo()
Returns information about this applet. |
String[][] |
getParameterInfo()
Returns parameters defined by this applet. |
void |
init()
Initializes the applet. |
static void |
main(String[] args)
Starts the applet when it is run as an application |
void |
paint(Graphics g)
Draws the text on the drawing area. |
void |
start()
start the applet. |
void |
windowActivated(WindowEvent e)
Invoked when a window is activated. |
void |
windowClosed(WindowEvent e)
Invoked when a window has been closed. |
void |
windowClosing(WindowEvent e)
Invoked when a window is in the process of being closed. |
void |
windowDeactivated(WindowEvent e)
Invoked when a window is deactivated. |
void |
windowDeiconified(WindowEvent e)
Invoked when a window is de-iconified. |
void |
windowIconified(WindowEvent e)
Invoked when a window is iconified. |
void |
windowOpened(WindowEvent e)
Invoked when a window has been opened. |
| Methods inherited from class java.applet.Applet |
destroy, getAccessibleContext, getAppletContext, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, stop |
| Methods inherited from class java.awt.Panel |
addNotify |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public QueryBuilder()
| Method Detail |
public String getAppletInfo()
getAppletInfo in class Appletpublic String[][] getParameterInfo()
getParameterInfo in class Appletpublic void init()
init in class Appletstart(),
Applet.stop(),
Applet.destroy()public static void main(String[] args)
args - an array of command-line argumentspublic void paint(Graphics g)
paint in class Containerg - the specified Graphics windowpublic void start()
start in class Appletstart(),
Applet.stop(),
Applet.destroy()public void windowActivated(WindowEvent e)
windowActivated in interface WindowListenere - the received eventpublic void windowClosed(WindowEvent e)
windowClosed in interface WindowListenere - the received eventpublic void windowClosing(WindowEvent e)
windowClosing in interface WindowListenere - the received eventpublic void windowDeactivated(WindowEvent e)
windowDeactivated in interface WindowListenere - the received eventpublic void windowDeiconified(WindowEvent e)
windowDeiconified in interface WindowListenere - the received eventpublic void windowIconified(WindowEvent e)
windowIconified in interface WindowListenere - the received eventpublic void windowOpened(WindowEvent e)
windowOpened in interface WindowListenere - the received event
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||