Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.beans.binding |
Characteristics of Bindings
|
javafx.beans.property |
The package
javafx.beans.property defines read-only
properties and writable properties, plus a number of implementations. |
javafx.beans.property.adapter | |
javafx.concurrent |
Provides the set of classes for javafx.task.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Method and Description |
---|---|
abstract ReadOnlyBooleanProperty |
SetExpression.emptyProperty() |
ReadOnlyBooleanProperty |
SetBinding.emptyProperty() |
abstract ReadOnlyBooleanProperty |
MapExpression.emptyProperty()
A boolean property that is
true , if the map is empty. |
ReadOnlyBooleanProperty |
MapBinding.emptyProperty() |
abstract ReadOnlyBooleanProperty |
ListExpression.emptyProperty()
A boolean property that is
true , if the list is empty. |
ReadOnlyBooleanProperty |
ListBinding.emptyProperty() |
Modifier and Type | Class and Description |
---|---|
class |
BooleanProperty
This class provides a full implementation of a
Property wrapping a
boolean value. |
class |
BooleanPropertyBase
The class
BooleanPropertyBase is the base class for a property
wrapping a boolean value. |
class |
ReadOnlyBooleanPropertyBase
Base class for all readonly properties wrapping a
boolean . |
class |
ReadOnlyBooleanWrapper
This class provides a convenient class to define read-only properties.
|
class |
SimpleBooleanProperty
This class provides a full implementation of a
Property wrapping a
boolean value. |
Modifier and Type | Method and Description |
---|---|
ReadOnlyBooleanProperty |
SetPropertyBase.emptyProperty() |
ReadOnlyBooleanProperty |
ReadOnlySetWrapper.ReadOnlyPropertyImpl.emptyProperty() |
ReadOnlyBooleanProperty |
ReadOnlyMapWrapper.ReadOnlyPropertyImpl.emptyProperty() |
ReadOnlyBooleanProperty |
ReadOnlyListWrapper.ReadOnlyPropertyImpl.emptyProperty() |
ReadOnlyBooleanProperty |
MapPropertyBase.emptyProperty() |
ReadOnlyBooleanProperty |
ListPropertyBase.emptyProperty() |
ReadOnlyBooleanProperty |
ReadOnlyBooleanWrapper.getReadOnlyProperty()
Returns the readonly property, that is synchronized with this
ReadOnlyBooleanWrapper . |
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanBooleanProperty
A
JavaBeanBooleanProperty provides an adapter between a regular
Java Bean property of type boolean or Boolean and a JavaFX
BooleanProperty . |
class |
ReadOnlyJavaBeanBooleanProperty
A
ReadOnlyJavaBeanBooleanProperty provides an adapter between a regular
read only Java Bean property of type boolean or Boolean and a JavaFX
ReadOnlyBooleanProperty . |
Modifier and Type | Method and Description |
---|---|
ReadOnlyBooleanProperty |
Worker.runningProperty()
Gets the ReadOnlyBooleanProperty representing whether the Worker is running.
|
ReadOnlyBooleanProperty |
Task.runningProperty() |
ReadOnlyBooleanProperty |
Service.runningProperty() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyBooleanProperty |
Node.disabledProperty()
Indicates whether or not this
Node is disabled. |
ReadOnlyBooleanProperty |
Node.focusedProperty()
Indicates whether this
Node currently has the input focus. |
ReadOnlyBooleanProperty |
Node.hoverProperty()
Whether or not this
Node is being hovered over. |
ReadOnlyBooleanProperty |
Parent.needsLayoutProperty()
Indicates that this Node and its subnodes requires a layout pass on
the next pulse.
|
ReadOnlyBooleanProperty |
Node.pressedProperty()
Whether or not the
Node is pressed. |
Modifier and Type | Method and Description |
---|---|
ReadOnlyBooleanProperty |
Tooltip.activatedProperty()
Typically, the tooltip is "activated" when the mouse moves over a Control.
|
ReadOnlyBooleanProperty |
ButtonBase.armedProperty()
Indicates that the button has been "armed" such that a mouse release
will cause the button's action to be invoked.
|
ReadOnlyBooleanProperty |
Tab.disabledProperty()
Indicates whether or not this
Tab is disabled. |
ReadOnlyBooleanProperty |
Cell.editingProperty()
Property representing whether this cell is currently in its editing state.
|
ReadOnlyBooleanProperty |
Cell.emptyProperty()
A property used to represent whether the cell has any contents.
|
ReadOnlyBooleanProperty |
ProgressIndicator.indeterminateProperty()
A flag indicating whether it is possible to determine the progress
of the ProgressIndicator.
|
ReadOnlyBooleanProperty |
TreeItem.leafProperty()
Represents the TreeItem leaf property, which is true if the TreeItem has no children.
|
ReadOnlyBooleanProperty |
Tab.selectedProperty()
The currently selected tab.
|
ReadOnlyBooleanProperty |
Cell.selectedProperty()
Indicates whether or not this cell has been selected.
|
ReadOnlyBooleanProperty |
MenuButton.showingProperty() |
ReadOnlyBooleanProperty |
Menu.showingProperty()
*
Properties *
*
|
ReadOnlyBooleanProperty |
ComboBoxBase.showingProperty()
Represents the current state of the ComboBox popup, and whether it is
currently visible on screen (although it may be hidden behind other windows).
|
ReadOnlyBooleanProperty |
ChoiceBox.showingProperty()
Indicates whether the drop down is displaying the list of choices to the
user.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyBooleanProperty |
Image.errorProperty()
Indicates whether an error was detected while loading an image.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyBooleanProperty |
WebEngine.LoadWorker.runningProperty() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyBooleanProperty |
Window.focusedProperty()
Whether or not this
Window has the keyboard or input focus. |
ReadOnlyBooleanProperty |
Stage.fullScreenProperty()
Specifies whether this
Stage should be a full-screen,
undecorated window. |
ReadOnlyBooleanProperty |
Stage.iconifiedProperty()
Defines whether the
Stage is iconified or not. |
ReadOnlyBooleanProperty |
Window.showingProperty()
Whether or not this
Stage is showing (that is, open on the
user's system). |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to