Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
javafx.event |
Provides basic framework for FX events, their delivery and handling.
|
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.
|
Modifier and Type | Field and Description |
---|---|
private static EventHandler<ActionEvent> |
KeyFrame.DEFAULT_ON_FINISHED |
private static EventHandler<ActionEvent> |
Animation.DEFAULT_ON_FINISHED |
private EventHandler<ActionEvent> |
KeyFrame.onFinished |
private EventHandler<ActionEvent> |
AnimationBuilder.onFinished |
private ObjectProperty<EventHandler<ActionEvent>> |
Animation.onFinished
The action to be executed at the conclusion of this
Animation . |
Modifier and Type | Method and Description |
---|---|
EventHandler<ActionEvent> |
KeyFrame.getOnFinished()
Returns the
onFinished event handler of this KeyFrame . |
EventHandler<ActionEvent> |
Animation.getOnFinished()
Gets the value of the property onFinished.
|
ObjectProperty<EventHandler<ActionEvent>> |
Animation.onFinishedProperty()
The action to be executed at the conclusion of this
Animation . |
Modifier and Type | Method and Description |
---|---|
B |
AnimationBuilder.onFinished(EventHandler<ActionEvent> x)
Set the value of the
onFinished property for the instance constructed by this builder. |
void |
Animation.setOnFinished(EventHandler<ActionEvent> value)
Sets the value of the property onFinished.
|
Constructor and Description |
---|
KeyFrame(Duration time,
EventHandler<ActionEvent> onFinished,
KeyValue... values)
Constructor of
KeyFrame |
KeyFrame(Duration time,
java.lang.String name,
EventHandler<ActionEvent> onFinished,
java.util.Collection<KeyValue> values)
Constructor of
KeyFrame |
KeyFrame(Duration time,
java.lang.String name,
EventHandler<ActionEvent> onFinished,
KeyValue... values)
Constructor of
KeyFrame |
Modifier and Type | Field and Description |
---|---|
static EventType<ActionEvent> |
ActionEvent.ACTION
The only valid EventType for the ActionEvent.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<EventHandler<ActionEvent>> |
TextField.onAction
The action handler associated with this text field, or
null if no action handler is assigned.
|
private ObjectProperty<EventHandler<ActionEvent>> |
MenuItem.onAction
The action, which is invoked whenever the MenuItem is fired.
|
private ObjectProperty<EventHandler<ActionEvent>> |
ContextMenu.onAction
Callback function to be informed when an item contained within this
ContextMenu has been activated. |
private ObjectProperty<EventHandler<ActionEvent>> |
ComboBoxBase.onAction |
private ObjectProperty<EventHandler<ActionEvent>> |
ButtonBase.onAction |
private EventHandler<ActionEvent> |
TextFieldBuilder.onAction |
private EventHandler<ActionEvent> |
MenuItemBuilder.onAction |
private EventHandler<ActionEvent> |
ContextMenuBuilder.onAction |
private EventHandler<ActionEvent> |
ComboBoxBaseBuilder.onAction |
private EventHandler<ActionEvent> |
ButtonBaseBuilder.onAction |
Modifier and Type | Method and Description |
---|---|
EventHandler<ActionEvent> |
TextField.getOnAction()
Gets the value of the property onAction.
|
EventHandler<ActionEvent> |
MenuItem.getOnAction()
Gets the value of the property onAction.
|
EventHandler<ActionEvent> |
ContextMenu.getOnAction()
Gets the value of the property onAction.
|
EventHandler<ActionEvent> |
ComboBoxBase.getOnAction()
Gets the value of the property onAction.
|
EventHandler<ActionEvent> |
ButtonBase.getOnAction()
Gets the value of the property onAction.
|
ObjectProperty<EventHandler<ActionEvent>> |
TextField.onActionProperty()
The action handler associated with this text field, or
null if no action handler is assigned.
|
ObjectProperty<EventHandler<ActionEvent>> |
MenuItem.onActionProperty()
The action, which is invoked whenever the MenuItem is fired.
|
ObjectProperty<EventHandler<ActionEvent>> |
ContextMenu.onActionProperty()
Callback function to be informed when an item contained within this
ContextMenu has been activated. |
ObjectProperty<EventHandler<ActionEvent>> |
ComboBoxBase.onActionProperty()
The ComboBox action, which is invoked whenever the ComboBox
value property is changed. |
ObjectProperty<EventHandler<ActionEvent>> |
ButtonBase.onActionProperty()
The button's action, which is invoked whenever the button is fired.
|
Modifier and Type | Method and Description |
---|---|
B |
TextFieldBuilder.onAction(EventHandler<ActionEvent> x)
Set the value of the
onAction property for the instance constructed by this builder. |
B |
MenuItemBuilder.onAction(EventHandler<ActionEvent> x)
Set the value of the
onAction property for the instance constructed by this builder. |
B |
ContextMenuBuilder.onAction(EventHandler<ActionEvent> x)
Set the value of the
onAction property for the instance constructed by this builder. |
B |
ComboBoxBaseBuilder.onAction(EventHandler<ActionEvent> x)
Set the value of the
onAction property for the instance constructed by this builder. |
B |
ButtonBaseBuilder.onAction(EventHandler<ActionEvent> x)
Set the value of the
onAction property for the instance constructed by this builder. |
void |
TextField.setOnAction(EventHandler<ActionEvent> value)
Sets the value of the property onAction.
|
void |
MenuItem.setOnAction(EventHandler<ActionEvent> value)
Sets the value of the property onAction.
|
void |
ContextMenu.setOnAction(EventHandler<ActionEvent> value)
Sets the value of the property onAction.
|
void |
ComboBoxBase.setOnAction(EventHandler<ActionEvent> value)
Sets the value of the property onAction.
|
void |
ButtonBase.setOnAction(EventHandler<ActionEvent> value)
Sets the value of the property onAction.
|
Modifier and Type | Class and Description |
---|---|
class |
MediaMarkerEvent
An
ActionEvent representing a media marker. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to