Index
All Classes and Interfaces|All Packages|Serialized Form
C
- com.exe4j - package com.exe4j
- Controller - Class in com.exe4j
-
This class allows you to control the native splash screen of a generated executable from your Java code and register a StartupListener to receive startup events in single instance mode.
- Controller.ConnectionException - Exception Class in com.exe4j
-
The exception thrown by methods of the
Controller
class to indicate that a splash screen operation was not successful. - Controller.StartupListener - Interface in com.exe4j
-
The interface for startup events in single instance mode.
H
- hide() - Static method in class com.exe4j.Controller
-
Programmatically hide the splash screen.
R
- registerStartupListener(Controller.StartupListener) - Static method in class com.exe4j.Controller
-
Register a StartupListener to receive startup events in single instance mode.
S
- startupPerformed(String) - Method in interface com.exe4j.Controller.StartupListener
-
Will be called when the executable is started again.
W
- writeMessage(String) - Static method in class com.exe4j.Controller
-
Update the status text line of the native splash screen with a different text.
All Classes and Interfaces|All Packages|Serialized Form