Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.concurrent |
Provides the set of classes for javafx.task.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Worker.State> |
Task.state |
private ObjectProperty<Worker.State> |
Service.state |
Modifier and Type | Method and Description |
---|---|
Worker.State |
Worker.getState()
Specifies the current state of this Worker.
|
Worker.State |
Task.getState()
Gets the value of the property state.
|
Worker.State |
Service.getState()
Gets the value of the property state.
|
static Worker.State |
Worker.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Worker.State[] |
Worker.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Worker.State> |
Worker.stateProperty()
Gets the ReadOnlyObjectProperty representing the current state.
|
ReadOnlyObjectProperty<Worker.State> |
Task.stateProperty() |
ReadOnlyObjectProperty<Worker.State> |
Service.stateProperty() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Task.setState(Worker.State value) |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<Worker.State> |
WebEngine.LoadWorker.state |
Modifier and Type | Method and Description |
---|---|
Worker.State |
WebEngine.LoadWorker.getState()
Gets the value of the property state.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Worker.State> |
WebEngine.LoadWorker.stateProperty() |
Modifier and Type | Method and Description |
---|---|
private void |
WebEngine.LoadWorker.updateState(Worker.State value) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to