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 javafx.event.Event
Represents an Event which is fired when the user has selected a suggestion
for auto-complete
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final javafx.event.EventType
<AutoCompletePopup.SuggestionEvent<?>> Fields inherited from class javafx.event.Event
ANY, consumed, eventType, NULL_SOURCE_TARGET, target
Fields 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, isConsumed
Methods 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:
-