private static class Scene.TargetWrapper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
copy(Scene.TargetWrapper tw) |
void |
fillHierarchy(java.util.List<javafx.event.EventTarget> list)
Fills the list with the target and all its parents (including scene)
|
Cursor |
getCursor() |
javafx.event.EventTarget |
getEventTarget() |
javafx.scene.input.PickResult |
getResult() |
void |
setNode(Node node) |
void |
setResult(javafx.scene.input.PickResult result) |
void |
setScene(Scene scene) |
public void fillHierarchy(java.util.List<javafx.event.EventTarget> list)
public javafx.event.EventTarget getEventTarget()
public Cursor getCursor()
public void clear()
public void setScene(Scene scene)
public void setNode(Node node)
public void setResult(javafx.scene.input.PickResult result)
public javafx.scene.input.PickResult getResult()
public void copy(Scene.TargetWrapper tw)
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.