Overview
Package
Class
Tree
Deprecated
Index
Help
exe4j API
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
H
R
S
W
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 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 native 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.
C
H
R
S
W
Overview
Package
Class
Tree
Deprecated
Index
Help
exe4j API
PREV NEXT
FRAMES
NO FRAMES
All Classes