All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jgcomptech.tools.dialogs.MessageBoxButtons Maven / Gradle / Ivy

package com.jgcomptech.tools.dialogs;

/**
 * Used to specify what buttons are displayed on a message box.
 * @since 1.3.0
 */
public enum MessageBoxButtons {
    AbortRetryIgnore,
    CancelTryAgainContinue,
    OK,
    OKCancel,
    RetryCancel,
    YesNo,
    YesNoCancel,
    Close,
    SubmitCancel,
    NextPrevious,
    NextPreviousCancel,
    Finish,
    FinishCancel,
    Apply,
    ApplyCancel,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy