Class ProgressDialog

java.lang.Object
javafx.scene.control.Dialog<Void>
org.controlsfx.dialog.ProgressDialog
All Implemented Interfaces:
EventTarget

public class ProgressDialog extends Dialog<Void>
Progress Dialog to report on the progress of any background Worker.
After the given Worker finishes, the Progress Dialog automatically closes.
  • Constructor Details

    • ProgressDialog

      public ProgressDialog(Worker<?> worker)