Spec-Zone .ru
спецификации, руководства, описания, API
|
JFXPanel.HostContainer hostContainer
com.sun.javafx.stage.EmbeddedWindow stage
Scene scene
SwingDnD dnd
com.sun.javafx.embed.EmbeddedStageInterface stagePeer
com.sun.javafx.embed.EmbeddedSceneInterface scenePeer
int pWidth
int pHeight
int pPreferredWidth
int pPreferredHeight
int screenX
int screenY
java.awt.image.BufferedImage pixelsIm
float opacity
int disableCount
boolean isCapturingMouse
EventType<T extends Event> eventType
EventTarget target
boolean consumed
CheckBoxTreeItem<T> treeItem
boolean selectionChanged
boolean keyboardTrigger
double x
double y
double screenX
double screenY
double sceneX
Scene
that contains the ContextMenuEvent's node.
If the node is not in a Scene
, then the value is relative to
the boundsInParent of the root-most parent of the ContextMenuEvent's node.double sceneY
Scene
that contains the ContextMenuEvent's node.
If the node is not in a Scene
, then the value is relative to
the boundsInParent of the root-most parent of the ContextMenuEvent's node.double x
double y
double screenX
double screenY
double sceneX
Scene
that contains the DragEvent's node.
If the node is not in a Scene
, then the value is relative to
the boundsInParent of the root-most parent of the DragEvent's node.double sceneY
Scene
that contains the DragEvent's node.
If the node is not in a Scene
, then the value is relative to
the boundsInParent of the root-most parent of the DragEvent's node.java.lang.Object gestureSource
java.lang.Object gestureTarget
TransferMode transferMode
DragEvent.State state
com.sun.javafx.tk.TKDropEvent tkDropEvent
java.lang.Object tkRecognizedEvent
Dragboard dragboard
ObservableList<E> composed
InputMethodHighlight
s
attached to each run.java.lang.String committed
int caretPosition
java.lang.String character
char
will have the value "A" for a key typed
event generated by pressing SHIFT + 'a'.
For key pressed and key released events, char
is always
CHAR_UNDEFINED
.java.lang.String text
text
is always the empty string.KeyCode code
code
is always KeyCode.UNDEFINED
.boolean shiftDown
boolean controlDown
boolean altDown
boolean metaDown
MouseEvent.Flags flags
double x
double y
double screenX
double screenY
double sceneX
Scene
that contains the MouseEvent's node.
If the node is not in a Scene
, then the value is relative to
the boundsInParent of the root-most parent of the MouseEvent's node.double sceneY
Scene
that contains the MouseEvent's node.
If the node is not in a Scene
, then the value is relative to
the boundsInParent of the root-most parent of the MouseEvent's node.MouseButton button
int clickCount
boolean stillSincePress
boolean shiftDown
boolean controlDown
boolean altDown
boolean metaDown
boolean synthesized
boolean popupTrigger
Note: Popup menus are triggered differently
on different systems. Therefore, popupTrigger
should be checked in both onMousePressed
and mouseReleased
for proper cross-platform functionality.
boolean primaryButtonDown
true
if primary button (button 1, usually the left) is currently
pressed. Note that this is different from the button
variable in that the button
variable indicates which button press was
responsible for this event while this variable indicates whether the
primary button is depressed.boolean secondaryButtonDown
true
if secondary button (button 3, usually the right) is currently
pressed. Note that this is different from the button
variable in that the button
variable indicates which button press was
responsible for this event while this variable indicates whether the
primary button is depressed.boolean middleButtonDown
true
if middle button (button 2) is currently pressed.
Note that this is different from the button
variable in
that the button
variable indicates which button press was
responsible for this event while this variable indicates whether the
middle button is depressed.double deltaX
double deltaY
double totalDeltaX
double totalDeltaY
ScrollEvent.HorizontalTextScrollUnits textDeltaXUnits
ScrollEvent.VerticalTextScrollUnits textDeltaYUnits
double textDeltaX
double textDeltaY
int touchCount
boolean isDirect
int eventSetId
boolean shiftDown
boolean controlDown
boolean altDown
boolean metaDown
TouchPoint touchPoint
java.util.List<E> touchPoints
MediaException error
MediaException
which provoked this error event.MediaException.Type type
java.lang.String message
The detail message.
java.lang.String filename
The URL of the file where the error occurred, if possible.
int lineno
The line number if the file, if possible.
java.lang.String source
The string containing the JavaScript code being evaluated.
int tokenIndex
The index into the source string where the error occurred.
int wrappedExceptionType
Type of the wrapped JavaScript exception.
java.lang.Object wrappedException
JavaScript exception wrapper.
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to