public class AdditionalSearchEvent
extends javafx.event.Event
Modifier and Type | Field and Description |
---|---|
static javafx.event.EventType<AdditionalSearchEvent> |
FULLTEXTSEARCH |
source
Constructor and Description |
---|
AdditionalSearchEvent(Object source,
javafx.event.EventTarget target,
String text) |
AdditionalSearchEvent(String text)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AdditionalSearchEvent |
copyFor(Object newSource,
javafx.event.EventTarget newTarget) |
javafx.event.EventType<? extends AdditionalSearchEvent> |
getEventType() |
String |
getText()
Return the text to use for the full text search.
|
getSource, toString
public static final javafx.event.EventType<AdditionalSearchEvent> FULLTEXTSEARCH
public AdditionalSearchEvent(String text)
text
- the text to use for the full text searchpublic AdditionalSearchEvent copyFor(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 String getText()