MCPcopy Create free account
hub / github.com/PCGen/pcgen / showWarningConfirm

Method showWarningConfirm

code/src/java/pcgen/facade/core/UIDelegate.java:57–57  ·  view source on GitHub ↗

Displays a yes/no dialog @param title the title for the dialog box @param message the message to display @return true if user clicked Yes, false otherwise

(String title, String message)

Source from the content-addressed store, hash-verified

55 * @return true if user clicked Yes, false otherwise
56 */
57 boolean showWarningConfirm(String title, String message);
58
59 /**
60 * Displays an ok dialog with a message and warning icon.

Callers 6

validateAddLevelMethod · 0.65
deleteCustomEquipmentMethod · 0.65
showKitWarningsMethod · 0.65
showLoadNoticesMethod · 0.65

Implementers 3

PCGenFramecode/src/java/pcgen/gui2/PCGenFrame.ja
ConsoleUIDelegatecode/src/java/pcgen/system/ConsoleUIDe
MockUIDelegatecode/src/testcommon/pcgen/gui2/facade/

Calls

no outgoing calls

Tested by

no test coverage detected