Class ContactReplyMethodDialogController

java.lang.Object
All Implemented Interfaces:
javafx.fxml.Initializable, Preparable<Configuration>

public class ContactReplyMethodDialogController extends DialogController<Configuration,ContactMethods>
Controller for a JavaFX popup dialog that asks the user to specify how they want to be contacted by the developers. This is useful when the user is sending a message to the developers. This class does NOT submit the user's message; this is the caller's responsibility. This class only collects the user's contact information.

Call getResult() after the dialog has been closed to get the user's input.