Uses of Interface
adams.gui.event.SearchListener
-
Packages that use SearchListener Package Description adams.gui.core -
-
Uses of SearchListener in adams.gui.core
Fields in adams.gui.core with type parameters of type SearchListener Modifier and Type Field Description protected Set<SearchListener>
SearchPanel. m_SearchListeners
the listeners for a search being initiated.Methods in adams.gui.core with parameters of type SearchListener Modifier and Type Method Description void
FilePanel. addSearchListener(SearchListener l)
Adds the specified search listener.void
SearchPanel. addSearchListener(SearchListener l)
Adds the specified listener to the internal list of listeners.void
FilePanel. removeSearchListener(SearchListener l)
Removes the specified search listener.void
SearchPanel. removeSearchListener(SearchListener l)
Removes the specified listener from the internal list of listeners.
-