Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
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 | Field and Description |
---|---|
private ReadOnlyBooleanWrapper |
Node.disabled
Indicates whether or not this
Node is disabled. |
private ReadOnlyBooleanWrapper |
Node.hover
Whether or not this
Node is being hovered over. |
private ReadOnlyBooleanWrapper |
Parent.needsLayout
Indicates that this Node and its subnodes requires a layout pass on
the next pulse.
|
private ReadOnlyBooleanWrapper |
Node.pressed
Whether or not the
Node is pressed. |
Modifier and Type | Method and Description |
---|---|
private ReadOnlyBooleanWrapper |
Node.disabledPropertyImpl() |
private ReadOnlyBooleanWrapper |
Node.hoverPropertyImpl() |
private ReadOnlyBooleanWrapper |
Parent.needsLayoutPropertyImpl() |
private ReadOnlyBooleanWrapper |
Node.pressedPropertyImpl() |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyBooleanWrapper |
Tooltip.activated
Typically, the tooltip is "activated" when the mouse moves over a Control.
|
private ReadOnlyBooleanWrapper |
ButtonBase.armed |
private ReadOnlyBooleanWrapper |
Tab.disabled |
private ReadOnlyBooleanWrapper |
Cell.editing |
private ReadOnlyBooleanWrapper |
Cell.empty |
private ReadOnlyBooleanWrapper |
ProgressIndicator.indeterminate
A flag indicating whether it is possible to determine the progress
of the ProgressIndicator.
|
private ReadOnlyBooleanWrapper |
TreeItem.leaf |
private ReadOnlyBooleanWrapper |
Tab.selected |
private ReadOnlyBooleanWrapper |
Cell.selected |
private ReadOnlyBooleanWrapper |
MenuButton.showing |
private ReadOnlyBooleanWrapper |
Menu.showing
*
Properties *
*
|
private ReadOnlyBooleanWrapper |
ComboBoxBase.showing
Represents the current state of the ComboBox popup, and whether it is
currently visible on screen (although it may be hidden behind other windows).
|
private ReadOnlyBooleanWrapper |
ChoiceBox.showing
Indicates whether the drop down is displaying the list of choices to the
user.
|
Modifier and Type | Method and Description |
---|---|
private ReadOnlyBooleanWrapper |
Tab.disabledPropertyImpl() |
private ReadOnlyBooleanWrapper |
Cell.editingPropertyImpl() |
private ReadOnlyBooleanWrapper |
ProgressIndicator.indeterminatePropertyImpl() |
private ReadOnlyBooleanWrapper |
Tab.selectedPropertyImpl() |
private ReadOnlyBooleanWrapper |
Menu.showingPropertyImpl() |
private ReadOnlyBooleanWrapper |
ComboBoxBase.showingPropertyImpl() |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyBooleanWrapper |
Image.error
Indicates whether an error was detected while loading an image.
|
Modifier and Type | Method and Description |
---|---|
private ReadOnlyBooleanWrapper |
Image.errorPropertyImpl() |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyBooleanWrapper |
WebEngine.LoadWorker.running |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyBooleanWrapper |
Window.focused
Whether or not this
Window has the keyboard or input focus. |
private ReadOnlyBooleanWrapper |
Stage.fullScreen
Specifies whether this
Stage should be a full-screen,
undecorated window. |
private ReadOnlyBooleanWrapper |
Stage.iconified
Defines whether the
Stage is iconified or not. |
private ReadOnlyBooleanWrapper |
Window.showing
Whether or not this
Stage is showing (that is, open on the
user's system). |
Modifier and Type | Method and Description |
---|---|
private ReadOnlyBooleanWrapper |
Stage.fullScreenPropertyImpl() |
private ReadOnlyBooleanWrapper |
Stage.iconifiedPropertyImpl() |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to