| Comment | Returned-by | Constructor-argument | Method-argument | Field-type | Type-bound | Links |
This class provides a full implementation of a Property wrapping an
arbitrary Object.
The value of a ObjectProperty can be get and set with get(),
getValue(), set(Object), and setValue(Object).
A property can be bound and unbound unidirectional with
bind(ObservableValue) and unbind(). Bidirectional bindings
can be created and removed with bindBidirectional(Property) and
unbindBidirectional(Property).
The context of a ObjectProperty can be read with getBean()
and getName().
For specialized implementations for ObservableList, ObservableSet and
ObservableMap that also report changes inside the collections, see
ListProperty, SetProperty and MapProperty, respectively.
extends
<T>
| the type of the wrapped Object |
javafx.beans.value.ObservableObjectValue, javafx.beans.value.WritableObjectValue, ReadOnlyObjectProperty, Property
javafx.animation. Animation .delayProperty () + 1 morejavafx.animation. FadeTransition .durationProperty () + 1 morejavafx.animation. FillTransition .durationProperty () + 3 morejavafx.animation. ParallelTransition .nodeProperty ()javafx.animation. PathTransition .durationProperty () + 3 morejavafx.animation. PauseTransition .durationProperty ()javafx.animation. RotateTransition .axisProperty () + 2 morejavafx.animation. ScaleTransition .durationProperty () + 1 morejavafx.animation. SequentialTransition .nodeProperty ()javafx.animation. StrokeTransition .durationProperty () + 3 morejavafx.animation. Transition .interpolatorProperty ()javafx.animation. TranslateTransition .durationProperty () + 1 morejavafx.beans.property. BooleanProperty .asObject ()javafx.beans.property. DoubleProperty .asObject ()javafx.beans.property. FloatProperty .asObject ()javafx.beans.property. IntegerProperty .asObject ()javafx.beans.property. LongProperty .asObject ()javafx.collections.transformation. FilteredList .predicateProperty ()javafx.collections.transformation. SortedList .comparatorProperty ()javafx.concurrent. ScheduledService .backoffStrategyProperty () + 3 morejavafx.concurrent. Service .executorProperty () + 6 morejavafx.concurrent. Task .onCancelledProperty () + 4 morejavafx.print. JobSettings .collationProperty () + 7 morejavafx.print. PrinterJob .printerProperty ()javafx.scene. LightBase .colorProperty ()javafx.scene. Node .accessibleHelpProperty () + 52 morejavafx.scene. Scene .cameraProperty () + 45 morejavafx.scene. SubScene .cameraProperty () + 3 morejavafx.scene.chart. Axis .labelProperty () + 3 morejavafx.scene.chart. Chart .legendProperty () + 2 morejavafx.scene.chart. LineChart .axisSortingPolicyProperty ()javafx.scene.chart. PieChart .dataProperty ()javafx.scene.chart. ValueAxis .tickLabelFormatterProperty ()javafx.scene.chart. XYChart .currentDisplayedExtraValueProperty () + 3 morejavafx.scene.chart. XYChart.Data .XValueProperty () + 3 morejavafx.scene.chart. XYChart.Series .dataProperty () + 1 morejavafx.scene.control. Accordion .expandedPaneProperty ()javafx.scene.control. Alert .alertTypeProperty ()javafx.scene.control. ButtonBase .onActionProperty ()javafx.scene.control. Cell .itemProperty ()javafx.scene.control. ChoiceBox .converterProperty () + 8 morejavafx.scene.control. ComboBox .buttonCellProperty () + 5 morejavafx.scene.control. ComboBoxBase .onActionProperty () + 5 morejavafx.scene.control. ContextMenu .onActionProperty ()javafx.scene.control. Control .contextMenuProperty () + 2 morejavafx.scene.control. CustomMenuItem .contentProperty ()javafx.scene.control. DatePicker .chronologyProperty () + 2 morejavafx.scene.control. Dialog .dialogPaneProperty () + 8 morejavafx.scene.control. DialogPane .contentProperty () + 3 morejavafx.scene.control. Label .labelForProperty ()javafx.scene.control. Labeled .alignmentProperty () + 6 morejavafx.scene.control. ListView .cellFactoryProperty () + 9 morejavafx.scene.control. Menu .onHiddenProperty () + 3 morejavafx.scene.control. MenuButton .onHiddenProperty () + 4 morejavafx.scene.control. MenuItem .acceleratorProperty () + 3 morejavafx.scene.control. MultipleSelectionModel .selectionModeProperty ()javafx.scene.control. Pagination .pageFactoryProperty ()javafx.scene.control. PopupControl .skinProperty ()javafx.scene.control. RadioMenuItem .toggleGroupProperty ()javafx.scene.control. ScrollBar .orientationProperty ()javafx.scene.control. ScrollPane .contentProperty () + 3 morejavafx.scene.control. Separator .halignmentProperty () + 2 morejavafx.scene.control. Skinnable .skinProperty ()javafx.scene.control. Slider .labelFormatterProperty () + 1 morejavafx.scene.control. Spinner .valueFactoryProperty ()javafx.scene.control. SpinnerValueFactory .converterProperty () + 1 morejavafx.scene.control. SpinnerValueFactory.ListSpinnerValueFactory .itemsProperty ()javafx.scene.control. SplitPane .orientationProperty ()javafx.scene.control. Tab .contentProperty () + 6 morejavafx.scene.control. TabPane .selectionModelProperty () + 3 morejavafx.scene.control. TableColumn .cellFactoryProperty () + 5 morejavafx.scene.control. TableColumnBase .comparatorProperty () + 3 morejavafx.scene.control. TableView .columnResizePolicyProperty () + 9 morejavafx.scene.control. TextField .alignmentProperty () + 1 morejavafx.scene.control. TextFormatter .valueProperty ()javafx.scene.control. TextInputControl .fontProperty () + 1 morejavafx.scene.control. TitledPane .contentProperty ()javafx.scene.control. Toggle .toggleGroupProperty ()javafx.scene.control. ToggleButton .toggleGroupProperty ()javafx.scene.control. ToolBar .orientationProperty ()javafx.scene.control. Tooltip .contentDisplayProperty () + 7 morejavafx.scene.control. TreeCell .disclosureNodeProperty ()javafx.scene.control. TreeItem .graphicProperty () + 1 morejavafx.scene.control. TreeTableColumn .cellFactoryProperty () + 5 morejavafx.scene.control. TreeTableRow .disclosureNodeProperty ()javafx.scene.control. TreeTableView .columnResizePolicyProperty () + 11 morejavafx.scene.control. TreeView .cellFactoryProperty () + 7 morejavafx.scene.control.cell. CheckBoxListCell .converterProperty () + 1 morejavafx.scene.control.cell. CheckBoxTableCell .converterProperty () + 1 morejavafx.scene.control.cell. CheckBoxTreeCell .converterProperty () + 1 morejavafx.scene.control.cell. CheckBoxTreeTableCell .converterProperty () + 1 morejavafx.scene.control.cell. ChoiceBoxListCell .converterProperty ()javafx.scene.control.cell. ChoiceBoxTableCell .converterProperty ()javafx.scene.control.cell. ChoiceBoxTreeCell .converterProperty ()javafx.scene.control.cell. ChoiceBoxTreeTableCell .converterProperty ()javafx.scene.control.cell. ComboBoxListCell .converterProperty ()javafx.scene.control.cell. ComboBoxTableCell .converterProperty ()javafx.scene.control.cell. ComboBoxTreeCell .converterProperty ()javafx.scene.control.cell. ComboBoxTreeTableCell .converterProperty ()javafx.scene.control.cell. TextFieldListCell .converterProperty ()javafx.scene.control.cell. TextFieldTableCell .converterProperty ()javafx.scene.control.cell. TextFieldTreeCell .converterProperty ()javafx.scene.control.cell. TextFieldTreeTableCell .converterProperty ()javafx.scene.control.skin. MenuBarSkin .containerAlignmentProperty ()javafx.scene.control.skin. TableRowSkinBase .graphicProperty ()javafx.scene.control.skin. TextInputControlSkin .highlightFillProperty () + 3 morejavafx.scene.control.skin. TreeTableRowSkin .graphicProperty ()javafx.scene.control.skin. VirtualFlow .cellFactoryProperty ()javafx.scene.effect. Blend .bottomInputProperty () + 2 morejavafx.scene.effect. Bloom .inputProperty ()javafx.scene.effect. BoxBlur .inputProperty ()javafx.scene.effect. ColorAdjust .inputProperty ()javafx.scene.effect. ColorInput .paintProperty ()javafx.scene.effect. DisplacementMap .inputProperty () + 1 morejavafx.scene.effect. DropShadow .blurTypeProperty () + 2 morejavafx.scene.effect. GaussianBlur .inputProperty ()javafx.scene.effect. Glow .inputProperty ()javafx.scene.effect. ImageInput .sourceProperty ()javafx.scene.effect. InnerShadow .blurTypeProperty () + 2 morejavafx.scene.effect. Light .colorProperty ()javafx.scene.effect. Lighting .bumpInputProperty () + 2 morejavafx.scene.effect. MotionBlur .inputProperty ()javafx.scene.effect. PerspectiveTransform .inputProperty ()javafx.scene.effect. Reflection .inputProperty ()javafx.scene.effect. SepiaTone .inputProperty ()javafx.scene.effect. Shadow .blurTypeProperty () + 2 morejavafx.scene.image. ImageView .imageProperty () + 1 morejavafx.scene.layout. BorderPane .bottomProperty () + 4 morejavafx.scene.layout. ColumnConstraints .halignmentProperty () + 1 morejavafx.scene.layout. FlowPane .alignmentProperty () + 3 morejavafx.scene.layout. GridPane .alignmentProperty ()javafx.scene.layout. HBox .alignmentProperty ()javafx.scene.layout. Region .backgroundProperty () + 4 morejavafx.scene.layout. RowConstraints .valignmentProperty () + 1 morejavafx.scene.layout. StackPane .alignmentProperty ()javafx.scene.layout. TilePane .alignmentProperty () + 2 morejavafx.scene.layout. VBox .alignmentProperty ()javafx.scene.media. Media .onErrorProperty ()javafx.scene.media. MediaPlayer .audioSpectrumListenerProperty () + 12 morejavafx.scene.media. MediaView .mediaPlayerProperty () + 2 morejavafx.scene.paint. PhongMaterial .bumpMapProperty () + 5 morejavafx.scene.shape. Arc .typeProperty ()javafx.scene.shape. MeshView .meshProperty ()javafx.scene.shape. Path .fillRuleProperty ()javafx.scene.shape. SVGPath .fillRuleProperty ()javafx.scene.shape. Shape .fillProperty () + 4 morejavafx.scene.shape. Shape3D .cullFaceProperty () + 2 morejavafx.scene.shape. TriangleMesh .vertexFormatProperty ()javafx.scene.text. Text .boundsTypeProperty () + 5 morejavafx.scene.text. TextFlow .textAlignmentProperty ()javafx.scene.transform. Rotate .axisProperty ()javafx.scene.transform. Transform .onTransformChangedProperty ()javafx.scene.web. WebEngine .confirmHandlerProperty () + 8 morejavafx.scene.web. WebView .fontSmoothingTypeProperty ()javafx.stage. DirectoryChooser .initialDirectoryProperty ()javafx.stage. FileChooser .initialDirectoryProperty () + 2 morejavafx.stage. PopupWindow .anchorLocationProperty () + 1 morejavafx.stage. Stage .fullScreenExitHintProperty () + 1 morejavafx.stage. Window .eventDispatcherProperty () + 5 more