Alle implementierten Schnittstellen:
com.dua3.utility.fx.FxTaskTracker, Styleable, EventTarget, Skinnable

public class StatusBar extends CustomControl<HBox> implements com.dua3.utility.fx.FxTaskTracker
Dialog to configure a editor settings.
  • Konstruktordetails

    • StatusBar

      public StatusBar()
      Construct new StatusBar instance.
  • Methodendetails

    • setText

      public void setText(String s)
      Sets the text of the status bar. This method ensures that the text is set on the JavaFX application thread.
      Parameter:
      s - the text to set in the status bar
    • setProgress

      public void setProgress(double p)
      Sets the progress of the progress bar. This method ensures that the progress is set on the JavaFX application thread.
      Parameter:
      p - the progress value to set in the progress bar
    • updateTaskState

      public void updateTaskState(Task<?> task, Worker.State state)
      Angegeben von:
      updateTaskState in Schnittstelle com.dua3.utility.fx.FxTaskTracker
    • updateTaskProgress

      public void updateTaskProgress(Task<?> task, double p)
      Angegeben von:
      updateTaskProgress in Schnittstelle com.dua3.utility.fx.FxTaskTracker
    • updateTaskTitle

      public void updateTaskTitle(Task<?> task, String s)
      Angegeben von:
      updateTaskTitle in Schnittstelle com.dua3.utility.fx.FxTaskTracker
    • updateTaskMessage

      public void updateTaskMessage(Task<?> task, String s)
      Angegeben von:
      updateTaskMessage in Schnittstelle com.dua3.utility.fx.FxTaskTracker