| Package | Description |
|---|---|
| org.gradle.gradleplugin.foundation.search | |
| org.gradle.gradleplugin.userinterface.swing.common |
| Modifier and Type | Method and Description |
|---|---|
TextBlockSearchEditor.SearchResult |
TextBlockSearchEditor.getNextSearchResult(int fromLocation)
Returns the SearchResult after the specified location.
|
TextBlockSearchEditor.SearchResult |
TextBlockSearchEditor.getPreviousSearchResult(int fromLocation)
Returns the SearchResult after the specified location.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextBlockSearchEditor.SearchResult> |
TextBlockSearchEditor.getMatchedResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextPaneSearchInteraction.highlightAndScrollToResult(TextBlockSearchEditor editor,
TextBlockSearchEditor.SearchResult searchResult)
Highlight and then ensure this result is visible.
|
void |
SearchPanel.SearchInteraction.highlightAndScrollToResult(TextBlockSearchEditor editor,
TextBlockSearchEditor.SearchResult searchResult)
Highlight and then ensure this result is visible.
|
Copyright © 2013. All rights reserved