| Type | Property and Description |
|---|---|
ReadOnlyObjectProperty<java.lang.Throwable> |
exception
Gets the ReadOnlyObjectProperty representing any exception which occurred.
|
ReadOnlyStringProperty |
message
Gets the ReadOnlyStringProperty representing the message.
|
ReadOnlyDoubleProperty |
progress
Gets the ReadOnlyDoubleProperty representing the progress.
|
ReadOnlyBooleanProperty |
running
Gets the ReadOnlyBooleanProperty representing whether the Worker is running.
|
ReadOnlyObjectProperty<Worker.State> |
state
Gets the ReadOnlyObjectProperty representing the current state.
|
ReadOnlyStringProperty |
title
Gets the ReadOnlyStringProperty representing the title.
|
ReadOnlyDoubleProperty |
totalWork
Gets the ReadOnlyDoubleProperty representing the maximum amount of work
that needs to be done.
|
ReadOnlyObjectProperty<java.lang.Void> |
value
Gets the ReadOnlyObjectProperty representing the value.
|
ReadOnlyDoubleProperty |
workDone
Gets the ReadOnlyDoubleProperty representing the current progress.
|
Worker.State| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel()
Cancels the loading of the page.
|
ReadOnlyObjectProperty<java.lang.Throwable> |
exceptionProperty()
Gets the ReadOnlyObjectProperty representing any exception which occurred.
|
java.lang.Throwable |
getException()
Gets the value of the property exception.
|
java.lang.String |
getMessage()
Gets the value of the property message.
|
double |
getProgress()
Gets the value of the property progress.
|
Worker.State |
getState()
Gets the value of the property state.
|
java.lang.String |
getTitle()
Gets the value of the property title.
|
double |
getTotalWork()
Gets the value of the property totalWork.
|
java.lang.Void |
getValue()
Gets the value of the property value.
|
double |
getWorkDone()
Gets the value of the property workDone.
|
boolean |
isRunning()
Gets the value of the property running.
|
ReadOnlyStringProperty |
messageProperty()
Gets the ReadOnlyStringProperty representing the message.
|
ReadOnlyDoubleProperty |
progressProperty()
Gets the ReadOnlyDoubleProperty representing the progress.
|
ReadOnlyBooleanProperty |
runningProperty()
Gets the ReadOnlyBooleanProperty representing whether the Worker is running.
|
ReadOnlyObjectProperty<Worker.State> |
stateProperty()
Gets the ReadOnlyObjectProperty representing the current state.
|
ReadOnlyStringProperty |
titleProperty()
Gets the ReadOnlyStringProperty representing the title.
|
ReadOnlyDoubleProperty |
totalWorkProperty()
Gets the ReadOnlyDoubleProperty representing the maximum amount of work
that needs to be done.
|
ReadOnlyObjectProperty<java.lang.Void> |
valueProperty()
Gets the ReadOnlyObjectProperty representing the value.
|
ReadOnlyDoubleProperty |
workDoneProperty()
Gets the ReadOnlyDoubleProperty representing the current progress.
|
public final ReadOnlyObjectProperty<Worker.State> stateProperty
stateProperty in interface Worker<java.lang.Void>getState()public final ReadOnlyObjectProperty<java.lang.Void> valueProperty
valueProperty in interface Worker<java.lang.Void>getValue()public final ReadOnlyObjectProperty<java.lang.Throwable> exceptionProperty
exceptionProperty in interface Worker<java.lang.Void>getException()public final ReadOnlyDoubleProperty workDoneProperty
workDoneProperty in interface Worker<java.lang.Void>getWorkDone()public final ReadOnlyDoubleProperty totalWorkProperty
totalWorkProperty in interface Worker<java.lang.Void>getTotalWork()public final ReadOnlyDoubleProperty progressProperty
progressProperty in interface Worker<java.lang.Void>getProgress()public final ReadOnlyBooleanProperty runningProperty
runningProperty in interface Worker<java.lang.Void>isRunning()public final ReadOnlyStringProperty messageProperty
messageProperty in interface Worker<java.lang.Void>getMessage()public final ReadOnlyStringProperty titleProperty
titleProperty in interface Worker<java.lang.Void>getTitle()public final Worker.State getState()
public final ReadOnlyObjectProperty<Worker.State> stateProperty()
WorkerstateProperty in interface Worker<java.lang.Void>getState()public final java.lang.Void getValue()
public final ReadOnlyObjectProperty<java.lang.Void> valueProperty()
WorkervalueProperty in interface Worker<java.lang.Void>getValue()public final java.lang.Throwable getException()
getException in interface Worker<java.lang.Void>public final ReadOnlyObjectProperty<java.lang.Throwable> exceptionProperty()
WorkerexceptionProperty in interface Worker<java.lang.Void>getException()public final double getWorkDone()
getWorkDone in interface Worker<java.lang.Void>Worker.totalWorkProperty(),
Worker.progressProperty()public final ReadOnlyDoubleProperty workDoneProperty()
WorkerworkDoneProperty in interface Worker<java.lang.Void>getWorkDone()public final double getTotalWork()
getTotalWork in interface Worker<java.lang.Void>Worker.workDoneProperty(),
Worker.progressProperty()public final ReadOnlyDoubleProperty totalWorkProperty()
WorkertotalWorkProperty in interface Worker<java.lang.Void>getTotalWork()public final double getProgress()
getProgress in interface Worker<java.lang.Void>Worker.workDoneProperty(),
Worker.totalWorkProperty()public final ReadOnlyDoubleProperty progressProperty()
WorkerprogressProperty in interface Worker<java.lang.Void>getProgress()public final boolean isRunning()
public final ReadOnlyBooleanProperty runningProperty()
WorkerrunningProperty in interface Worker<java.lang.Void>isRunning()public final java.lang.String getMessage()
getMessage in interface Worker<java.lang.Void>public final ReadOnlyStringProperty messageProperty()
WorkermessageProperty in interface Worker<java.lang.Void>getMessage()public final java.lang.String getTitle()
public final ReadOnlyStringProperty titleProperty()
WorkertitleProperty in interface Worker<java.lang.Void>getTitle()Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.