| Package | Description |
|---|---|
| org.gephi.datalab.api |
Data Laboratory API, all capabilites are exposed through various controllers.
|
| org.gephi.datalab.impl |
| Modifier and Type | Field and Description |
|---|---|
private SearchReplaceController.SearchOptions |
SearchReplaceController.SearchResult.searchOptions
searchOptions for finding next match.
|
| Modifier and Type | Method and Description |
|---|---|
SearchReplaceController.SearchOptions |
SearchReplaceController.SearchResult.getSearchOptions() |
| Modifier and Type | Method and Description |
|---|---|
SearchReplaceController.SearchResult |
SearchReplaceController.findNext(SearchReplaceController.SearchOptions searchOptions)
Finds next (or first) ocurrence for the given search options.
|
int |
SearchReplaceController.replaceAll(SearchReplaceController.SearchOptions searchOptions,
String replacement)
Replaces all SearchResults that can be replaced with the given search options from the beginning to the end of the data.
|
void |
SearchReplaceController.SearchResult.setSearchOptions(SearchReplaceController.SearchOptions searchOptions) |
| Constructor and Description |
|---|
SearchReplaceController.SearchResult(SearchReplaceController.SearchOptions searchOptions,
org.gephi.graph.api.Node foundNode,
org.gephi.graph.api.Edge foundEdge,
int foundRowIndex,
int foundColumnIndex,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
SearchReplaceController.SearchResult |
SearchReplaceControllerImpl.findNext(SearchReplaceController.SearchOptions searchOptions) |
private SearchReplaceController.SearchResult |
SearchReplaceControllerImpl.findOnEdges(SearchReplaceController.SearchOptions searchOptions,
int rowIndex,
int columnIndex) |
private SearchReplaceController.SearchResult |
SearchReplaceControllerImpl.findOnNodes(SearchReplaceController.SearchOptions searchOptions,
int rowIndex,
int columnIndex) |
private SearchReplaceController.SearchResult |
SearchReplaceControllerImpl.matchRegex(Object value,
SearchReplaceController.SearchOptions searchOptions,
int rowIndex,
int columnIndex,
org.gephi.graph.api.TimeFormat timeFormat,
org.joda.time.DateTimeZone timeZone) |
int |
SearchReplaceControllerImpl.replaceAll(SearchReplaceController.SearchOptions searchOptions,
String replacement) |
Copyright © 2007–2016 Gephi Consortium. All rights reserved.