Package uibooster.utils
Klasse JOptionPaneHelper
java.lang.Object
uibooster.utils.JOptionPaneHelper
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic intshowConfirmDialog(String message, String title, UiBoosterOptions options) static StringshowInputDialog(String message, UiBoosterOptions options) static StringshowSelectionDialog(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)
-