Package org.h2.tools
Class GUIConsole
java.lang.Object
org.h2.util.Tool
org.h2.tools.Console
org.h2.tools.GUIConsole
- All Implemented Interfaces:
ActionListener
,MouseListener
,WindowListener
,EventListener
,org.h2.server.ShutdownHandler
Console for environments with AWT support.
-
Field Summary
Fields inherited from class org.h2.util.Tool
out
-
Constructor Summary
-
Method Summary
Methods inherited from class org.h2.util.Tool
isOption, printNoDatabaseFilesFound, setOut, showUsage, showUsageAndThrowUnsupportedOption, throwUnsupportedOption
-
Constructor Details
-
GUIConsole
public GUIConsole()
-
-
Method Details
-
getMainClassName
Description copied from class:org.h2.util.Tool
Returns main class name of the tool.- Overrides:
getMainClassName
in classorg.h2.util.Tool
- Returns:
- the name of the main class
-
shutdown
public void shutdown()Description copied from class:Console
INTERNAL. Stop all servers that were started using the console. -
actionPerformed
INTERNAL- Specified by:
actionPerformed
in interfaceActionListener
-
mouseClicked
INTERNAL- Specified by:
mouseClicked
in interfaceMouseListener
-
mouseEntered
INTERNAL- Specified by:
mouseEntered
in interfaceMouseListener
-
mouseExited
INTERNAL- Specified by:
mouseExited
in interfaceMouseListener
-
mousePressed
INTERNAL- Specified by:
mousePressed
in interfaceMouseListener
-
mouseReleased
INTERNAL- Specified by:
mouseReleased
in interfaceMouseListener
-
windowClosing
INTERNAL- Specified by:
windowClosing
in interfaceWindowListener
-
windowActivated
INTERNAL- Specified by:
windowActivated
in interfaceWindowListener
-
windowClosed
INTERNAL- Specified by:
windowClosed
in interfaceWindowListener
-
windowDeactivated
INTERNAL- Specified by:
windowDeactivated
in interfaceWindowListener
-
windowDeiconified
INTERNAL- Specified by:
windowDeiconified
in interfaceWindowListener
-
windowIconified
INTERNAL- Specified by:
windowIconified
in interfaceWindowListener
-
windowOpened
INTERNAL- Specified by:
windowOpened
in interfaceWindowListener
-