public class OpenItemEvent
extends javafx.event.Event
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<OpenItemEvent> |
OPEN_ITEM
Event type
|
| Constructor and Description |
|---|
OpenItemEvent(javafx.scene.Node itemNode)
Create a new open event
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Node |
getItemNode() |
public static final javafx.event.EventType<OpenItemEvent> OPEN_ITEM