public class AdditionalSearchEvent
extends javafx.event.Event
Modifier and Type | Field and Description |
---|---|
static javafx.event.EventType<AdditionalSearchEvent> |
FULLTEXTSEARCH |
Constructor and Description |
---|
AdditionalSearchEvent(java.lang.Object source,
javafx.event.EventTarget target,
java.lang.String text) |
AdditionalSearchEvent(java.lang.String text)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AdditionalSearchEvent |
copyFor(java.lang.Object newSource,
javafx.event.EventTarget newTarget) |
javafx.event.EventType<? extends AdditionalSearchEvent> |
getEventType() |
java.lang.String |
getText()
Return the text to use for the full text search.
|
public static final javafx.event.EventType<AdditionalSearchEvent> FULLTEXTSEARCH
public AdditionalSearchEvent(java.lang.String text)
text
- the text to use for the full text searchpublic AdditionalSearchEvent(java.lang.Object source, javafx.event.EventTarget target, java.lang.String text)
public AdditionalSearchEvent copyFor(java.lang.Object newSource, javafx.event.EventTarget newTarget)
copyFor
in class javafx.event.Event
public javafx.event.EventType<? extends AdditionalSearchEvent> getEventType()
getEventType
in class javafx.event.Event
public java.lang.String getText()
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence