Class SaveDialog.SaveDialogResponse

  • Enclosing class:
    SaveDialog

    public static class SaveDialog.SaveDialogResponse
    extends java.lang.Object
    Contains the user's choices from the save dialog box, such as which changes to push, and whether or not to update and resolve conflicts before pushing.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • selectedChanges

        public final java.util.List<ChangeOperation> selectedChanges
      • pullBeforeSave

        public final boolean pullBeforeSave
    • Constructor Detail

      • SaveDialogResponse

        public SaveDialogResponse​(java.util.List<ChangeOperation> selectedChanges,
                                  boolean pullBeforeSave)