Uses of Class
org.gephi.datalab.api.SearchReplaceController.SearchOptions
-
Packages that use SearchReplaceController.SearchOptions Package Description org.gephi.datalab.api Data Laboratory API, all capabilites are exposed through various controllers. -
-
Uses of SearchReplaceController.SearchOptions in org.gephi.datalab.api
Methods in org.gephi.datalab.api that return SearchReplaceController.SearchOptions Modifier and Type Method Description SearchReplaceController.SearchOptionsSearchReplaceController.SearchResult. getSearchOptions()Methods in org.gephi.datalab.api with parameters of type SearchReplaceController.SearchOptions Modifier and Type Method Description SearchReplaceController.SearchResultSearchReplaceController. findNext(SearchReplaceController.SearchOptions searchOptions)Finds next (or first) ocurrence for the given search options.intSearchReplaceController. 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.voidSearchReplaceController.SearchResult. setSearchOptions(SearchReplaceController.SearchOptions searchOptions)Constructors in org.gephi.datalab.api with parameters of type SearchReplaceController.SearchOptions Constructor Description SearchResult(SearchReplaceController.SearchOptions searchOptions, Node foundNode, Edge foundEdge, int foundRowIndex, int foundColumnIndex, int start, int end)
-