Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
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.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
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 | Field and Description |
---|---|
private ReadOnlyObjectWrapper<Node> |
Scene.focusOwner
The scene's current focus owner node.
|
private ReadOnlyObjectWrapper<Parent> |
Node.parent
The parent of this
Node . |
private ReadOnlyObjectWrapper<Scene> |
Node.scene
The
Scene that this Node is part of. |
private ReadOnlyObjectWrapper<Window> |
Scene.window
The
Window for this Scene |
Modifier and Type | Method and Description |
---|---|
private ReadOnlyObjectWrapper<Parent> |
Node.parentPropertyImpl() |
private ReadOnlyObjectWrapper<Scene> |
Node.scenePropertyImpl() |
private ReadOnlyObjectWrapper<Window> |
Scene.windowPropertyImpl() |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<XYChart<X,Y>> |
XYChart.Series.chart
Reference to the chart this series belongs to
|
private ReadOnlyObjectWrapper<PieChart> |
PieChart.Data.chart
The chart which this data belongs to.
|
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<TablePosition<S,?>> |
TableView.editingCell |
private ReadOnlyObjectWrapper<TreeItem<T>> |
TreeView.editingItem |
private ReadOnlyObjectWrapper<TextField> |
ComboBox.editor
The editor for the ComboBox.
|
private ReadOnlyObjectWrapper<TablePosition> |
TableView.TableViewFocusModel.focusedCell
The position of the current item in the TableView which has the focus.
|
private ReadOnlyObjectWrapper<T> |
FocusModel.focusedItem
The current item in the FocusModel which has the focus.
|
private ReadOnlyObjectWrapper<ListView<T>> |
ListCell.listView
The ListView associated with this Cell.
|
private ReadOnlyObjectWrapper<TreeItem<T>> |
TreeItem.parent |
private ReadOnlyObjectWrapper<TableColumn<S,?>> |
TableColumn.parentColumn
This read-only property will always refer to the parent of this column,
in the situation where nested columns are being used.
|
private ReadOnlyObjectWrapper<Menu> |
MenuItem.parentMenu
This is the
Menu in which this MenuItem exists. |
private ReadOnlyObjectWrapper<ContextMenu> |
MenuItem.parentPopup
This is the
ContextMenu in which this MenuItem exists. |
private ReadOnlyObjectWrapper<T> |
SelectionModel.selectedItem |
private ReadOnlyObjectWrapper<Toggle> |
ToggleGroup.selectedToggle |
private ReadOnlyObjectWrapper<IndexRange> |
TextInputControl.selection
The current selection.
|
private ReadOnlyObjectWrapper<TableColumn<S,T>> |
TableCell.tableColumn
*
Properties *
*
|
private ReadOnlyObjectWrapper<TableRow> |
TableCell.tableRow
The TableRow that this TableCell currently finds itself placed within.
|
private ReadOnlyObjectWrapper<TableView<T>> |
TableRow.tableView
*
Properties *
*
|
private ReadOnlyObjectWrapper<TableView<S>> |
TableColumn.tableView
The TableView that this TableColumn belongs to.
|
private ReadOnlyObjectWrapper<TableView<S>> |
TableCell.tableView |
private ReadOnlyObjectWrapper<TabPane> |
Tab.tabPane |
private ReadOnlyObjectWrapper<TreeItem<T>> |
TreeCell.treeItem
*
Properties *
*
|
private ReadOnlyObjectWrapper<TreeView<T>> |
TreeCell.treeView |
Modifier and Type | Method and Description |
---|---|
private ReadOnlyObjectWrapper<TablePosition<S,?>> |
TableView.editingCellPropertyImpl() |
private ReadOnlyObjectWrapper<TreeItem<T>> |
TreeView.editingItemPropertyImpl() |
private ReadOnlyObjectWrapper<TablePosition> |
TableView.TableViewFocusModel.focusedCellPropertyImpl() |
private ReadOnlyObjectWrapper<TableColumn<S,?>> |
TableColumn.parentColumnPropertyImpl() |
private ReadOnlyObjectWrapper<Menu> |
MenuItem.parentMenuPropertyImpl() |
private ReadOnlyObjectWrapper<ContextMenu> |
MenuItem.parentPopupPropertyImpl() |
private ReadOnlyObjectWrapper<TableView<T>> |
TableRow.tableViewPropertyImpl() |
private ReadOnlyObjectWrapper<TableView<S>> |
TableCell.tableViewPropertyImpl() |
private ReadOnlyObjectWrapper<TabPane> |
Tab.tabPanePropertyImpl() |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<Duration> |
MediaPlayer.bufferProgressTime
The current buffer position indicating how much media can be played
without stalling the
MediaPlayer . |
private ReadOnlyObjectWrapper<Duration> |
MediaPlayer.currentTime
The current media playback time.
|
private ReadOnlyObjectWrapper<Duration> |
MediaPlayer.cycleDuration
|
private ReadOnlyObjectWrapper<Duration> |
Media.duration
The duration in seconds of the source media.
|
private ReadOnlyObjectWrapper<MediaException> |
MediaPlayer.error
Observable property set to a
MediaException if an error occurs. |
private ReadOnlyObjectWrapper<MediaException> |
Media.error
A property set to a MediaException value when an error occurs.
|
private ReadOnlyObjectWrapper<MediaPlayer.Status> |
MediaPlayer.status
The current state of the MediaPlayer.
|
private ReadOnlyObjectWrapper<Duration> |
MediaPlayer.totalDuration
The total amount of play time if allowed to play until finished.
|
Modifier and Type | Method and Description |
---|---|
private ReadOnlyObjectWrapper<Duration> |
MediaPlayer.bufferProgressTimePropertyImpl() |
private ReadOnlyObjectWrapper<Duration> |
MediaPlayer.currentTimePropertyImpl() |
private ReadOnlyObjectWrapper<Duration> |
MediaPlayer.cycleDurationPropertyImpl() |
private ReadOnlyObjectWrapper<Duration> |
Media.durationPropertyImpl() |
private ReadOnlyObjectWrapper<MediaException> |
MediaPlayer.errorPropertyImpl() |
private ReadOnlyObjectWrapper<MediaException> |
Media.errorPropertyImpl() |
private ReadOnlyObjectWrapper<MediaPlayer.Status> |
MediaPlayer.statusPropertyImpl() |
private ReadOnlyObjectWrapper<Duration> |
MediaPlayer.totalDurationPropertyImpl() |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<java.lang.Throwable> |
WebEngine.LoadWorker.exception |
private ReadOnlyObjectWrapper<java.util.Date> |
WebHistory.Entry.lastVisitedDate |
private ReadOnlyObjectWrapper<Worker.State> |
WebEngine.LoadWorker.state |
private ReadOnlyObjectWrapper<java.lang.String> |
WebHistory.Entry.title |
private ReadOnlyObjectWrapper<java.lang.Void> |
WebEngine.LoadWorker.value |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<Node> |
PopupWindow.ownerNode
The node which is the owner of this popup.
|
private ReadOnlyObjectWrapper<Window> |
PopupWindow.ownerWindow
The window which is the parent of this popup.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to