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.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<MouseButton,Scene.ClickCounter> |
Scene.ClickGenerator.counters |
Modifier and Type | Field and Description |
---|---|
private MouseButton |
MouseEvent.button
Which, if any, of the mouse buttons is responsible for this event.
|
Modifier and Type | Method and Description |
---|---|
MouseButton |
MouseEvent.getButton()
Which, if any, of the mouse buttons is responsible for this event.
|
static MouseButton |
MouseButton.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MouseButton[] |
MouseButton.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MouseEvent |
MouseEvent.impl_mouseEvent(double _x,
double _y,
double _screenX,
double _screenY,
MouseButton _button,
int _clickCount,
boolean _shiftDown,
boolean _controlDown,
boolean _altDown,
boolean _metaDown,
boolean _popupTrigger,
boolean _primaryButtonDown,
boolean _middleButtonDown,
boolean _secondaryButtonDown,
boolean _synthesized,
EventType<? extends MouseEvent> _eventType)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
private static MouseEvent |
MouseEvent.impl_mouseEvent(java.lang.Object _source,
EventTarget _target,
double _x,
double _y,
double _screenX,
double _screenY,
MouseButton _button,
int _clickCount,
boolean _stillSincePress,
boolean _shiftDown,
boolean _controlDown,
boolean _altDown,
boolean _metaDown,
boolean _popupTrigger,
boolean _primaryButtonDown,
boolean _middleButtonDown,
boolean _secondaryButtonDown,
boolean _synthesized,
EventType<? extends MouseEvent> _eventType)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to