Example usage for Java javafx.event ActionEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
EventType | ACTION The only valid EventType for the ActionEvent. |
ActionEvent(Object source, EventTarget target) Construct a new ActionEvent with the specified event source and target. | |
ActionEvent() Creates a new ActionEvent with an event type of ACTION . |
void | consume() Marks this Event as consumed. |
Object | getSource() The object on which the Event initially occurred. |
EventTarget | getTarget() Returns the event target of this event. |