Klasse PopupWindowProvider
java.lang.Object
ch.nolix.core.environment.localcomputer.PopupWindowProvider
The
PopupWindowProvider
provides methods to show small pop-up
windows. Of the PopupWindowProvider
an instance cannot be created.- Version:
- 2017-08-15
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic void
showErrorWindow
(String errorMessage) Shows an error window with the given error message.static void
showErrorWindow
(Throwable error) Shows an error window for the given error.static void
showMessageWindow
(String message) Shows a message window with the given message.static boolean
showRequestWindow
(String question) Shows a request window with the given question.
-
Methodendetails
-
showErrorWindow
Shows an error window with the given error message.- Parameter:
errorMessage
-
-
showErrorWindow
Shows an error window for the given error.- Parameter:
error
-
-
showMessageWindow
Shows a message window with the given message.- Parameter:
message
-
-
showRequestWindow
Shows a request window with the given question.- Parameter:
question
-- Gibt zurück:
- true if the yes-button was selected.
-