Module org.controlsfx.controls
Package impl.org.controlsfx.skin
Class AutoCompletePopup.SuggestionEvent<TE>
- java.lang.Object
-
- java.util.EventObject
-
- javafx.event.Event
-
- impl.org.controlsfx.skin.AutoCompletePopup.SuggestionEvent<TE>
-
- Type Parameters:
TE
-
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
- AutoCompletePopup<T>
public static class AutoCompletePopup.SuggestionEvent<TE> extends Event
Represents an Event which is fired when the user has selected a suggestion for auto-complete- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static EventType<AutoCompletePopup.SuggestionEvent<?>>
SUGGESTION
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description SuggestionEvent(TE suggestion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TE
getSuggestion()
Returns the suggestion which was chosen by the user-
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Field Detail
-
SUGGESTION
public static final EventType<AutoCompletePopup.SuggestionEvent<?>> SUGGESTION
-
-
Constructor Detail
-
SuggestionEvent
public SuggestionEvent(TE suggestion)
-
-
Method Detail
-
getSuggestion
public TE getSuggestion()
Returns the suggestion which was chosen by the user- Returns:
-
-