public class SearchEvent
extends java.util.EventObject
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchEvent.Type
Types of search events.
|
| Constructor and Description |
|---|
SearchEvent(java.lang.Object source,
SearchEvent.Type type,
org.fife.ui.rtextarea.SearchContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.fife.ui.rtextarea.SearchContext |
getSearchContext() |
SearchEvent.Type |
getType() |
public SearchEvent(java.lang.Object source,
SearchEvent.Type type,
org.fife.ui.rtextarea.SearchContext context)
public SearchEvent.Type getType()
public org.fife.ui.rtextarea.SearchContext getSearchContext()