InputIncludes

scalafx.scene.input.InputIncludes
See theInputIncludes companion trait
object InputIncludes extends InputIncludes

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit def jfxClipboard2sfx(c: Clipboard): Clipboard

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/Clipboard.html Clipboard]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/Clipboard.html Clipboard]] instance to its ScalaFX counterpart.

Value parameters

c

JavaFX Clipboard

Attributes

Returns

ScalaFX Clipboard

Inherited from:
InputIncludes
implicit def jfxClipboardContent2sfx(c: ClipboardContent): ClipboardContent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/ClipboardContent.html ClipboardContent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/ClipboardContent.html ClipboardContent]] instance to its ScalaFX counterpart.

Value parameters

c

JavaFX ClipboardContent

Attributes

Returns

ScalaFX ClipboardContent

Inherited from:
InputIncludes
implicit def jfxContextMenuEvent2sfx(c: ContextMenuEvent): ContextMenuEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/ContextMenuEvent.html ContextMenuEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/ContextMenuEvent.html ContextMenuEvent]] instance to its ScalaFX counterpart.

Value parameters

c

JavaFX ContextMenuEvent

Attributes

Returns

ScalaFX ContextMenuEvent

Inherited from:
InputIncludes
implicit def jfxDataFormat2sfx(df: DataFormat): DataFormat

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/DataFormat.html DataFormat]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/DataFormat.html DataFormat]] instance to its ScalaFX counterpart.

Value parameters

df

JavaFX DataFormat

Attributes

Returns

ScalaFX DataFormat

Inherited from:
InputIncludes
implicit def jfxDragEvent2sfx(de: DragEvent): DragEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/DragEvent.html DragEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/DragEvent.html DragEvent]] instance to its ScalaFX counterpart.

Value parameters

de

JavaFX DragEvent

Attributes

Returns

ScalaFX DragEvent

Inherited from:
InputIncludes
implicit def jfxDragboard2sfx(d: Dragboard): Dragboard

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/Dragboard.html Dragboard]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/Dragboard.html Dragboard]] instance to its ScalaFX counterpart.

Value parameters

d

JavaFX Dragboard

Attributes

Returns

ScalaFX Dragboard

Inherited from:
InputIncludes
implicit def jfxGestureEvent2sfx(ge: GestureEvent): GestureEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/GestureEvent.html GestureEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/GestureEvent.html GestureEvent]] instance to its ScalaFX counterpart.

Value parameters

ge

JavaFX GestureEvent

Attributes

Returns

ScalaFX GestureEvent

Inherited from:
InputIncludes
implicit def jfxInputEvent2sfx(ie: InputEvent): InputEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/InputEvent.html InputEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/InputEvent.html InputEvent]] instance to its ScalaFX counterpart.

Value parameters

ie

JavaFX InputEvent

Attributes

Returns

ScalaFX InputEvent

Inherited from:
InputIncludes
implicit def jfxInputMethodEvent2sfx(ime: InputMethodEvent): InputMethodEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/InputMethodEvent.html InputMethodEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/InputMethodEvent.html InputMethodEvent]] instance to its ScalaFX counterpart.

Value parameters

ime

JavaFX InputMethodEvent

Attributes

Returns

ScalaFX InputMethodEvent

Inherited from:
InputIncludes
implicit def jfxInputMethodHighlight2sfx(e: InputMethodHighlight): InputMethodHighlight

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/InputMethodHighlight.html InputMethodHighlight]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/InputMethodHighlight.html InputMethodHighlight]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX InputMethodHighlight

Attributes

Returns

ScalaFX InputMethodHighlight

Inherited from:
InputIncludes
implicit def jfxInputMethodTextRun2sfx(imtr: InputMethodTextRun): InputMethodTextRun

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/InputMethodTextRun.html InputMethodTextRun]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/InputMethodTextRun.html InputMethodTextRun]] instance to its ScalaFX counterpart.

Value parameters

imtr

JavaFX InputMethodTextRun

Attributes

Returns

ScalaFX InputMethodTextRun

Inherited from:
InputIncludes
implicit def jfxKeyCharacterCombination2sfx(kcc: KeyCharacterCombination): KeyCharacterCombination

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCharacterCombination.html KeyCharacterCombination]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCharacterCombination.html KeyCharacterCombination]] instance to its ScalaFX counterpart.

Value parameters

kcc

JavaFX KeyCharacterCombination

Attributes

Returns

ScalaFX KeyCharacterCombination

Inherited from:
InputIncludes
implicit def jfxKeyCode2sfx(e: KeyCode): KeyCode

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCode.html KeyCode]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCode.html KeyCode]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX KeyCode

Attributes

Returns

ScalaFX KeyCode

Inherited from:
InputIncludes
implicit def jfxKeyCodeCombination2sfx(kcc: KeyCodeCombination): KeyCodeCombination

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCodeCombination.html KeyCodeCombination]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCodeCombination.html KeyCodeCombination]] instance to its ScalaFX counterpart.

Value parameters

kcc

JavaFX KeyCodeCombination

Attributes

Returns

ScalaFX KeyCodeCombination

Inherited from:
InputIncludes
implicit def jfxKeyCombination2sfx(kc: KeyCombination): KeyCombination

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCombination.html KeyCombination]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCombination.html KeyCombination]] instance to its ScalaFX counterpart.

Value parameters

kc

JavaFX KeyCombination

Attributes

Returns

ScalaFX KeyCombination

Inherited from:
InputIncludes
implicit def jfxKeyCombinationModifier2sfx(m: Modifier): Modifier

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCombination.Modifier.html KeyCombination.Modifier]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCombination.Modifier.html KeyCombination.Modifier]] instance to its ScalaFX counterpart.

Value parameters

m

JavaFX KeyCombination.Modifier

Attributes

Returns

ScalaFX KeyCombination.Modifier

Inherited from:
InputIncludes
implicit def jfxKeyEvent2sfx(ke: KeyEvent): KeyEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyEvent.html KeyEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyEvent.html KeyEvent]] instance to its ScalaFX counterpart.

Value parameters

ke

JavaFX KeyEvent

Attributes

Returns

ScalaFX KeyEvent

Inherited from:
InputIncludes
implicit def jfxMnemonic2sfx(m: Mnemonic): Mnemonic

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/Mnemonic.html Mnemonic]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/Mnemonic.html Mnemonic]] instance to its ScalaFX counterpart.

Value parameters

m

JavaFX Mnemonic

Attributes

Returns

ScalaFX Mnemonic

Inherited from:
InputIncludes
implicit def jfxModifierValue2sfx(mv: ModifierValue): ModifierValue

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCombination.ModifierValue.html KeyCombination.ModifierValue]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCombination.ModifierValue.html KeyCombination.ModifierValue]] instance to its ScalaFX counterpart.

Value parameters

mv

JavaFX KeyCombination.ModifierValue

Attributes

Returns

ScalaFX KeyCombination.ModifierValue

Inherited from:
InputIncludes
implicit def jfxMouseButton2sfx(e: MouseButton): MouseButton

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/MouseButton.html MouseButton]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/MouseButton.html MouseButton]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX MouseButton

Attributes

Returns

ScalaFX MouseButton

Inherited from:
InputIncludes
implicit def jfxMouseDragEvent2sfx(mde: MouseDragEvent): MouseDragEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/MouseDragEvent.html MouseDragEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/MouseDragEvent.html MouseDragEvent]] instance to its ScalaFX counterpart.

Value parameters

mde

JavaFX MouseDragEvent

Attributes

Returns

ScalaFX MouseDragEvent

Inherited from:
InputIncludes
implicit def jfxMouseEvent2sfx(me: MouseEvent): MouseEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/MouseEvent.html MouseEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/MouseEvent.html MouseEvent]] instance to its ScalaFX counterpart.

Value parameters

me

JavaFX MouseEvent

Attributes

Returns

ScalaFX MouseEvent

Inherited from:
InputIncludes
implicit def jfxPickResult2sfx(m: PickResult): PickResult

Attributes

Inherited from:
InputIncludes
implicit def jfxRotateEvent2sfx(re: RotateEvent): RotateEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/RotateEvent.html RotateEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/RotateEvent.html RotateEvent]] instance to its ScalaFX counterpart.

Value parameters

re

JavaFX RotateEvent

Attributes

Returns

ScalaFX RotateEvent

Inherited from:
InputIncludes
implicit def jfxScrollEvent2sfx(se: ScrollEvent): ScrollEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/ScrollEvent.html ScrollEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/ScrollEvent.html ScrollEvent]] instance to its ScalaFX counterpart.

Value parameters

se

JavaFX ScrollEvent

Attributes

Returns

ScalaFX ScrollEvent

Inherited from:
InputIncludes
implicit def jfxScrollEventHorizontalTextScrollUnits2sfx(h: HorizontalTextScrollUnits): HorizontalTextScrollUnits

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/ScrollEvent.HorizontalTextScrollUnits.html ScrollEvent.HorizontalTextScrollUnits]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/ScrollEvent.HorizontalTextScrollUnits.html ScrollEvent.HorizontalTextScrollUnits]] instance to its ScalaFX counterpart.

Value parameters

h

JavaFX ScrollEvent.HorizontalTextScrollUnits

Attributes

Returns

ScalaFX ScrollEvent.HorizontalTextScrollUnits

Inherited from:
InputIncludes
implicit def jfxScrollEventVerticalTextScrollUnits2sfx(v: VerticalTextScrollUnits): VerticalTextScrollUnits

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/ScrollEvent.VerticalTextScrollUnits.html ScrollEvent.VerticalTextScrollUnits]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/ScrollEvent.VerticalTextScrollUnits.html ScrollEvent.VerticalTextScrollUnits]] instance to its ScalaFX counterpart.

Value parameters

v

JavaFX ScrollEvent.VerticalTextScrollUnits

Attributes

Returns

ScalaFX ScrollEvent.VerticalTextScrollUnits

Inherited from:
InputIncludes
implicit def jfxSwipeEvent2sfx(se: SwipeEvent): SwipeEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/SwipeEvent.html SwipeEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/SwipeEvent.html SwipeEvent]] instance to its ScalaFX counterpart.

Value parameters

se

JavaFX SwipeEvent

Attributes

Returns

ScalaFX SwipeEvent

Inherited from:
InputIncludes
implicit def jfxTouchEvent2sfx(te: TouchEvent): TouchEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/TouchEvent.html TouchEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/TouchEvent.html TouchEvent]] instance to its ScalaFX counterpart.

Value parameters

te

JavaFX TouchEvent

Attributes

Returns

ScalaFX TouchEvent

Inherited from:
InputIncludes
implicit def jfxTouchPoint2sfx(tp: TouchPoint): TouchPoint

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/TouchPoint.html TouchPoint]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/TouchPoint.html TouchPoint]] instance to its ScalaFX counterpart.

Value parameters

tp

JavaFX TouchPoint

Attributes

Returns

ScalaFX TouchPoint

Inherited from:
InputIncludes
implicit def jfxTouchPointState2sfx(s: State): State

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/TouchPoint.State.html TouchPoint.State]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/TouchPoint.State.html TouchPoint.State]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX TouchPoint.State

Attributes

Returns

ScalaFX TouchPoint.State

Inherited from:
InputIncludes
implicit def jfxTransferMode2sfx(e: TransferMode): TransferMode

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/TransferMode.html TransferMode]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/TransferMode.html TransferMode]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX TransferMode

Attributes

Returns

ScalaFX TransferMode

Inherited from:
InputIncludes
implicit def jfxZoomEvent2sfx(ze: ZoomEvent): ZoomEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/ZoomEvent.html ZoomEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/ZoomEvent.html ZoomEvent]] instance to its ScalaFX counterpart.

Value parameters

ze

JavaFX ZoomEvent

Attributes

Returns

ScalaFX ZoomEvent

Inherited from:
InputIncludes