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
Constructors -
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.ToolReturns main class name of the tool.- Overrides:
getMainClassNamein classorg.h2.util.Tool- Returns:
- the name of the main class
-
shutdown
public void shutdown()Description copied from class:ConsoleINTERNAL. Stop all servers that were started using the console. -
actionPerformed
INTERNAL- Specified by:
actionPerformedin interfaceActionListener
-
mouseClicked
INTERNAL- Specified by:
mouseClickedin interfaceMouseListener
-
mouseEntered
INTERNAL- Specified by:
mouseEnteredin interfaceMouseListener
-
mouseExited
INTERNAL- Specified by:
mouseExitedin interfaceMouseListener
-
mousePressed
INTERNAL- Specified by:
mousePressedin interfaceMouseListener
-
mouseReleased
INTERNAL- Specified by:
mouseReleasedin interfaceMouseListener
-
windowClosing
INTERNAL- Specified by:
windowClosingin interfaceWindowListener
-
windowActivated
INTERNAL- Specified by:
windowActivatedin interfaceWindowListener
-
windowClosed
INTERNAL- Specified by:
windowClosedin interfaceWindowListener
-
windowDeactivated
INTERNAL- Specified by:
windowDeactivatedin interfaceWindowListener
-
windowDeiconified
INTERNAL- Specified by:
windowDeiconifiedin interfaceWindowListener
-
windowIconified
INTERNAL- Specified by:
windowIconifiedin interfaceWindowListener
-
windowOpened
INTERNAL- Specified by:
windowOpenedin interfaceWindowListener
-