public class UndoHintEvent
extends javafx.event.Event
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<UndoHintEvent> |
UNDO_HINT_BEGIN_COMPOUND_CHANGE |
static javafx.event.EventType<UndoHintEvent> |
UNDO_HINT_END_COMPOUND_CHANGE |
| Modifier and Type | Method and Description |
|---|---|
static UndoHintEvent |
createBeginCompoundChangeEvent() |
static UndoHintEvent |
createEndCompoundChangeEvent() |
public static final javafx.event.EventType<UndoHintEvent> UNDO_HINT_BEGIN_COMPOUND_CHANGE
public static final javafx.event.EventType<UndoHintEvent> UNDO_HINT_END_COMPOUND_CHANGE
public static UndoHintEvent createBeginCompoundChangeEvent()
public static UndoHintEvent createEndCompoundChangeEvent()