public class TaskProgressView extends Object
| Constructor and Description |
|---|
TaskProgressView(String title)
Constructor builds the window with the given title
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes the window
|
javafx.beans.property.BooleanProperty |
getCancelled() |
javafx.beans.property.BooleanProperty |
getFinishedSuccessfully() |
javafx.beans.property.StringProperty |
getInformationLabel()
returns the informationLabel
|
javafx.scene.control.ProgressBar |
getProgressBar()
returns the progress bar
|
void |
setCancelled(boolean cancelled) |
void |
setController(TaskProgressController controller)
sets the controller
|
void |
setFinishedSuccessfully(boolean finishedSuccessfully) |
public TaskProgressView(String title)
title - title of windowpublic void setController(TaskProgressController controller)
controller - controllerpublic void close()
public javafx.beans.property.StringProperty getInformationLabel()
public javafx.scene.control.ProgressBar getProgressBar()
public javafx.beans.property.BooleanProperty getFinishedSuccessfully()
public void setFinishedSuccessfully(boolean finishedSuccessfully)
public javafx.beans.property.BooleanProperty getCancelled()
public void setCancelled(boolean cancelled)
Copyright © 2019. All rights reserved.