Skip navigation links
A B C D E F G H I J N P R S T W 

A

ACTION - Static variable in class javafx.event.ActionEvent
The only valid EventType for the ActionEvent.
ActionEvent - Class in javafx.event
An Event representing some type of action.
ActionEvent() - Constructor for class javafx.event.ActionEvent
Creates a new ActionEvent with an event type of ACTION.
ActionEvent(Object, EventTarget) - Constructor for class javafx.event.ActionEvent
Construct a new ActionEvent with the specified event source and target.
ANY - Static variable in class javafx.event.ActionEvent
Common supertype for all action event types.
ANY - Static variable in class javafx.event.Event
Common supertype for all event types.
append(EventDispatcher) - Method in interface javafx.event.EventDispatchChain
Appends the specified EventDispatcher to this chain.

B

buildEventDispatchChain(EventDispatchChain) - Method in interface javafx.event.EventTarget
Construct an event dispatch chain for this target.

C

clear() - Method in class javafx.event.WeakEventHandler
 
clone() - Method in class javafx.event.Event
Creates and returns a copy of this Event.
consume() - Method in class javafx.event.Event
Marks this Event as consumed.
consumed - Variable in class javafx.event.Event
Whether this event has been consumed by any filter or handler.
copyFor(Object, EventTarget) - Method in class javafx.event.ActionEvent
 
copyFor(Object, EventTarget) - Method in class javafx.event.Event
Creates and returns a copy of this event with the specified event source and target.

D

dispatchEvent(Event) - Method in interface javafx.event.EventDispatchChain
Dispatches the specified event through this EventDispatchChain.
dispatchEvent(Event, EventDispatchChain) - Method in interface javafx.event.EventDispatcher
Dispatches the specified event by this EventDispatcher.

E

Event - Class in javafx.event
Base class for FX events.
Event(EventType<? extends Event>) - Constructor for class javafx.event.Event
Construct a new Event with the specified event type.
Event(Object, EventTarget, EventType<? extends Event>) - Constructor for class javafx.event.Event
Construct a new Event with the specified event source, target and type.
EventDispatchChain - Interface in javafx.event
Represents a chain of EventDispatcher objects, which can dispatch an Event.
EventDispatcher - Interface in javafx.event
An EventDispatcher represents an event dispatching and processing entity.
EventHandler<T extends Event> - Interface in javafx.event
Handler for events of a specific class / type.
EventTarget - Interface in javafx.event
Represents an event target.
eventType - Variable in class javafx.event.Event
Type of the event.
EventType<T extends Event> - Class in javafx.event
This class represents a specific event type associated with an Event.
EventType() - Constructor for class javafx.event.EventType
Deprecated.
Do not use this constructor, as only one such EventType can exist
EventType(String) - Constructor for class javafx.event.EventType
Constructs a new EventType with the specified name and the EventType.ROOT as its super type.
EventType(EventType<? super T>) - Constructor for class javafx.event.EventType
Constructs a new EventType with the specified super type and the name set to null.
EventType(EventType<? super T>, String) - Constructor for class javafx.event.EventType
Constructs a new EventType with the specified super type and name.
EventType(String, EventType<? super T>) - Constructor for class javafx.event.EventType
Internal constructor that skips various checks
EventType.EventTypeSerialization - Class in javafx.event
 
EventTypeSerialization(List<String>) - Constructor for class javafx.event.EventType.EventTypeSerialization
 

F

findSubType(Set<EventType>, String) - Method in class javafx.event.EventType.EventTypeSerialization
 
fireEvent(EventTarget, Event) - Static method in class javafx.event.Event
Fires the specified event.

G

getEventType() - Method in class javafx.event.ActionEvent
 
getEventType() - Method in class javafx.event.Event
Gets the event type of this event.
getName() - Method in class javafx.event.EventType
Gets the name of this event type.
getSuperType() - Method in class javafx.event.EventType
Gets the super type of this event type.
getTarget() - Method in class javafx.event.Event
Returns the event target of this event.

H

handle(T) - Method in interface javafx.event.EventHandler
Invoked when a specific event of the type for which this handler is registered happens.
handle(T) - Method in class javafx.event.WeakEventHandler
Forwards event notification to the associated event handler.

I

isConsumed() - Method in class javafx.event.Event
Indicates whether this Event has been consumed by any filter or handler.

J

javafx.event - package javafx.event
 

N

name - Variable in class javafx.event.EventType
 
NULL_SOURCE_TARGET - Static variable in class javafx.event.Event
The constant which represents an unknown event source / target.

P

path - Variable in class javafx.event.EventType.EventTypeSerialization
 
prepend(EventDispatcher) - Method in interface javafx.event.EventDispatchChain
Prepends the specified EventDispatcher to this chain.

R

readObject(ObjectInputStream) - Method in class javafx.event.Event
 
readResolve() - Method in class javafx.event.EventType.EventTypeSerialization
 
register(EventType<? extends T>) - Method in class javafx.event.EventType
 
ROOT - Static variable in class javafx.event.EventType
The root event type.

S

serialVersionUID - Static variable in class javafx.event.ActionEvent
 
serialVersionUID - Static variable in class javafx.event.Event
 
subTypes - Variable in class javafx.event.EventType
 
superType - Variable in class javafx.event.EventType
 

T

target - Variable in class javafx.event.Event
Event target that defines the path through which the event will travel when posted.
toString() - Method in class javafx.event.EventType
Returns a string representation of this EventType object.

W

wasGarbageCollected() - Method in class javafx.event.WeakEventHandler
Indicates whether the associated event handler has been garbage collected.
WeakEventHandler<T extends Event> - Class in javafx.event
Used in event handler registration in place of its associated event handler.
WeakEventHandler(EventHandler<T>) - Constructor for class javafx.event.WeakEventHandler
Creates a new instance of WeakEventHandler.
weakRef - Variable in class javafx.event.WeakEventHandler
 
writeReplace() - Method in class javafx.event.EventType
 
A B C D E F G H I J N P R S T W 
Skip navigation links