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>
Represents an Event which is fired when the user has selected a suggestion
for auto-complete
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the suggestion which was chosen by the userMethods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
SUGGESTION
-
-
Constructor Details
-
SuggestionEvent
-
-
Method Details
-
getSuggestion
Returns the suggestion which was chosen by the user- Returns:
-