Package | Description |
---|---|
org.openstreetmap.josm.actions.search |
Provides the classes for JOSM
search action . |
Modifier and Type | Method and Description |
---|---|
SearchAction.SearchKeywordRow |
SearchAction.SearchKeywordRow.addKeyword(java.lang.String displayText,
java.lang.String insertText,
java.lang.String description,
java.lang.String... examples)
Adds an example keyword label at the end of the row.
|
SearchAction.SearchKeywordRow |
SearchAction.SearchKeywordRow.addTitle(java.lang.String title)
Adds the title (prefix) label at the beginning of the row.
|