MouseDragEvent

scalafx.scene.input.MouseDragEvent
See theMouseDragEvent companion object
class MouseDragEvent(val delegate: MouseDragEvent) extends MouseEvent, SFXDelegate[MouseDragEvent]

Attributes

Companion
object
Graph
Supertypes
class MouseEvent
class InputEvent
class Event
trait SFXDelegate[MouseDragEvent]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def gestureSource: Object

Returns the source object of the ongoing gesture.

Returns the source object of the ongoing gesture.

Attributes

Inherited methods

Whether or not the Alt modifier is down on this event.

Whether or not the Alt modifier is down on this event.

Attributes

Inherited from:
MouseEvent

Which, if any, of the mouse buttons is responsible for this event.

Which, if any, of the mouse buttons is responsible for this event.

Attributes

Inherited from:
MouseEvent

Returns number of mouse clicks associated with this event.

Returns number of mouse clicks associated with this event.

Attributes

Inherited from:
MouseEvent
def consume(): Unit

Marks this Event as consumed. This stops its further propagation.

Marks this Event as consumed. This stops its further propagation.

Attributes

Inherited from:
Event

Indicates whether this Event has been consumed by any filter or handler.

Indicates whether this Event has been consumed by any filter or handler.

Attributes

Inherited from:
Event

Whether or not the Control modifier is down on this event.

Whether or not the Control modifier is down on this event.

Attributes

Inherited from:
MouseEvent
def copyFor(newSource: AnyRef, newTarget: EventTarget): Event

Creates and returns a copy of this event with the specified event source and target.

Creates and returns a copy of this event with the specified event source and target.

Attributes

Inherited from:
Event

Determines whether this event will be followed by DRAG_DETECTED event.

Determines whether this event will be followed by DRAG_DETECTED event.

Attributes

Inherited from:
MouseEvent
def dragDetect_=(detected: Boolean): Unit

Augments drag detection behavior.

Augments drag detection behavior.

Attributes

Inherited from:
MouseEvent
override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def eventType: EventType[_ <: MouseEvent]

Gets the event type of this event.

Gets the event type of this event.

Attributes

Definition Classes
Inherited from:
MouseEvent
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Whether or not the Meta modifier is down on this event.

Whether or not the Meta modifier is down on this event.

Attributes

Inherited from:
MouseEvent

Returns true if middle button (button 2) is currently pressed.

Returns true if middle button (button 2) is currently pressed.

Attributes

Inherited from:
MouseEvent

Returns information about the pick.

Returns information about the pick.

Attributes

Inherited from:
MouseEvent

Returns true if this mouse event is the popup menu trigger event for the platform.

Returns true if this mouse event is the popup menu trigger event for the platform.

Attributes

Inherited from:
MouseEvent

Returns true if primary button (button 1, usually the left) is currently pressed.

Returns true if primary button (button 1, usually the left) is currently pressed.

Attributes

Inherited from:
MouseEvent
def sceneX: Double

Attributes

Inherited from:
MouseEvent
def sceneY: Double

Attributes

Inherited from:
MouseEvent

Attributes

Inherited from:
MouseEvent

Attributes

Inherited from:
MouseEvent

Returns true if secondary button (button 1, usually the right) is currently pressed.

Returns true if secondary button (button 1, usually the right) is currently pressed.

Attributes

Inherited from:
MouseEvent

Whether or not the Shift modifier is down on this event.

Whether or not the Shift modifier is down on this event.

Attributes

Inherited from:
MouseEvent

Returns whether or not the host platform common shortcut modifier is down on this event.

Returns whether or not the host platform common shortcut modifier is down on this event.

Attributes

Inherited from:
MouseEvent
def source: Object

Returns the object on which the Event initially occurred.

Returns the object on which the Event initially occurred.

Attributes

Inherited from:
Event

Indicates whether the mouse cursor stayed in the system-provided hysteresis area since last pressed event that occurred before this event.

Indicates whether the mouse cursor stayed in the system-provided hysteresis area since last pressed event that occurred before this event.

Attributes

Inherited from:
MouseEvent

Indicates whether this event is synthesized from using a touch screen instead of usual mouse event source devices like mouse or track pad.

Indicates whether this event is synthesized from using a touch screen instead of usual mouse event source devices like mouse or track pad.

Attributes

Inherited from:
MouseEvent
def target: EventTarget

Returns the event target of this event.

Returns the event target of this event.

Attributes

Inherited from:
Event
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
def x: Double

Attributes

Inherited from:
MouseEvent
def y: Double

Attributes

Inherited from:
MouseEvent
def z: Double

Depth position of the event relative to the origin of the MouseEvent's source.

Depth position of the event relative to the origin of the MouseEvent's source.

Attributes

Inherited from:
MouseEvent

Concrete fields

override val delegate: MouseDragEvent

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes