|
|||||||||||
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.Transfer
Utility program (or applet) for transferring tables between different databases via JDBC. Understands HSQLDB database particularly well.
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 | |
static boolean |
TRACE
|
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 | |
Transfer()
|
Method Summary | |
void |
actionPerformed(ActionEvent ev)
Method declaration |
protected void |
Exit()
|
void |
init()
Method declaration |
void |
itemStateChanged(ItemEvent e)
Method declaration |
static void |
main(String[] arg)
Method declaration |
void |
trace(String s)
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 |
static void |
work(String[] arg)
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 |
Field Detail |
public static final boolean TRACE
Constructor Detail |
public Transfer()
Method Detail |
public void trace(String s)
trace
in interface org.hsqldb.util.Traceable
s
- public void init()
public static void work(String[] arg)
public static void main(String[] arg)
arg
- public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener
e
- public void actionPerformed(ActionEvent ev)
actionPerformed
in interface ActionListener
ev
- 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
- protected void Exit()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |