Uses of Class
editor.search.SearchPanel
-
Packages that use SearchPanel Package Description editor -
-
Uses of SearchPanel in editor
Methods in editor that return SearchPanel Modifier and Type Method Description SearchPanel
GosuPanel. getSearchPanel()
SearchPanel
GosuPanel. showSearches(boolean bShow)
Method parameters in editor with type arguments of type SearchPanel Modifier and Type Method Description static JMenuItem
CommonMenus. makeNextOccurrent(Supplier<SearchPanel> search)
static JMenuItem
CommonMenus. makePrevOccurrent(Supplier<SearchPanel> search)
Constructor parameters in editor with type arguments of type SearchPanel Constructor Description NextOccurrenceActionHandler(Supplier<SearchPanel> search)
PrevOccurrenceActionHandler(Supplier<SearchPanel> search)
-