Package uibooster.utils
Klasse JOptionPaneHelper
java.lang.Object
uibooster.utils.JOptionPaneHelper
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic int
showConfirmDialog
(String message, String title, UiBoosterOptions options) static String
showInputDialog
(String message, UiBoosterOptions options) static String
showSelectionDialog
(String message, String title, UiBoosterOptions options, String[] possibilities)
-
Konstruktordetails
-
JOptionPaneHelper
public JOptionPaneHelper()
-
-
Methodendetails
-
showConfirmDialog
-
showInputDialog
-
showSelectionDialog
public static String showSelectionDialog(String message, String title, UiBoosterOptions options, String[] possibilities)
-