Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<EventHandler<? super InputMethodEvent>> |
Scene.onInputMethodTextChanged
Defines a function to be called when this
Node
has input focus and the input method text has changed. |
private EventHandler<? super InputMethodEvent> |
SceneBuilder.onInputMethodTextChanged |
private EventHandler<? super InputMethodEvent> |
NodeBuilder.onInputMethodTextChanged |
Modifier and Type | Method and Description |
---|---|
EventHandler<? super InputMethodEvent> |
Scene.getOnInputMethodTextChanged()
Gets the value of the property onInputMethodTextChanged.
|
EventHandler<? super InputMethodEvent> |
Node.getOnInputMethodTextChanged()
Gets the value of the property onInputMethodTextChanged.
|
ObjectProperty<EventHandler<? super InputMethodEvent>> |
Scene.onInputMethodTextChangedProperty()
Defines a function to be called when this
Node
has input focus and the input method text has changed. |
ObjectProperty<EventHandler<? super InputMethodEvent>> |
Node.onInputMethodTextChangedProperty()
Defines a function to be called when this
Node
has input focus and the input method text has changed. |
Modifier and Type | Method and Description |
---|---|
private void |
Scene.processInputMethodEvent(InputMethodEvent e) |
Modifier and Type | Method and Description |
---|---|
B |
SceneBuilder.onInputMethodTextChanged(EventHandler<? super InputMethodEvent> x)
Set the value of the
onInputMethodTextChanged property for the instance constructed by this builder. |
B |
NodeBuilder.onInputMethodTextChanged(EventHandler<? super InputMethodEvent> x)
Set the value of the
onInputMethodTextChanged property for the instance constructed by this builder. |
void |
Scene.setOnInputMethodTextChanged(EventHandler<? super InputMethodEvent> value)
Sets the value of the property onInputMethodTextChanged.
|
void |
Node.setOnInputMethodTextChanged(EventHandler<? super InputMethodEvent> value)
Sets the value of the property onInputMethodTextChanged.
|
Modifier and Type | Field and Description |
---|---|
static EventType<InputMethodEvent> |
InputMethodEvent.INPUT_METHOD_TEXT_CHANGED
The only valid EventType for the InputMethodEvent.
|
Modifier and Type | Method and Description |
---|---|
static InputMethodEvent |
InputMethodEvent.impl_copy(EventTarget target,
InputMethodEvent evt)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
static InputMethodEvent |
InputMethodEvent.impl_inputMethodEvent(EventTarget target,
ObservableList<InputMethodTextRun> composed,
java.lang.String committed,
int caretPosition,
EventType<? extends InputMethodEvent> eventType)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
static InputMethodEvent |
InputMethodEvent.impl_copy(EventTarget target,
InputMethodEvent evt)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
static InputMethodEvent |
InputMethodEvent.impl_inputMethodEvent(EventTarget target,
ObservableList<InputMethodTextRun> composed,
java.lang.String committed,
int caretPosition,
EventType<? extends InputMethodEvent> eventType)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Constructor and Description |
---|
InputMethodEvent(EventType<? extends InputMethodEvent> eventType) |
InputMethodEvent(java.lang.Object source,
EventTarget target,
EventType<? extends InputMethodEvent> eventType) |
Modifier and Type | Method and Description |
---|---|
private void |
WebView.processInputMethodEvent(InputMethodEvent ie) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to