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

Method showGeneralChooser

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

Display a modal dialog to a user requesting that they select one or more choices. The rules for what selections are available and how many selections can be made are contained in the chooserFacade. The selected list of the chooserFacade will contain any choices the user made. @param chooserFacade Th

(ChooserFacade chooserFacade)

Source from the content-addressed store, hash-verified

97 * @return false if the user cancelled the choice, true if it was final.
98 */
99 boolean showGeneralChooser(ChooserFacade chooserFacade);
100
101 /**
102 * Display a modal dialog requesting a value from the user.

Callers 13

processApplicationMethod · 0.65
getTempBonusTargetMethod · 0.65
queryUserForMetamagicMethod · 0.65
driveChoiceMethod · 0.65
getChoiceFromListMethod · 0.65
askForStatIncreaseMethod · 0.65
exchangeLevelsMethod · 0.65
checkForSubClassMethod · 0.65
getChoiceMethod · 0.65
setChoiceMethod · 0.65
doChooserMethod · 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