Uses of Class
adams.gui.core.SearchParameters
-
Packages that use SearchParameters Package Description adams.gui.core adams.gui.event adams.gui.selection adams.gui.tools adams.gui.visualization.instance adams.gui.visualization.report -
-
Uses of SearchParameters in adams.gui.core
Methods in adams.gui.core with parameters of type SearchParameters Modifier and Type Method Description boolean
CheckableTableModel. isSearchMatch(SearchParameters params, int row)
Tests whether the search matches the specified row.boolean
CustomSearchListModel. isSearchMatch(SearchParameters params, int index)
Tests whether the search matches the specified element index.boolean
CustomSearchTableModel. isSearchMatch(SearchParameters params, int row)
Tests whether the search matches the specified row.boolean
KeyValuePairTableModel. isSearchMatch(SearchParameters params, int row)
Tests whether the search matches the specified row.boolean
SearchableWrapperListModel. isSearchMatch(SearchParameters params, int index)
Tests whether the search matches the specified element index.boolean
SortableAndSearchableWrapperTableModel. isSearchMatch(SearchParameters params, int row)
Tests whether the search matches the specified row. -
Uses of SearchParameters in adams.gui.event
Fields in adams.gui.event declared as SearchParameters Modifier and Type Field Description protected SearchParameters
SearchEvent. m_Parameters
the search parameters.Methods in adams.gui.event that return SearchParameters Modifier and Type Method Description SearchParameters
SearchEvent. getParameters()
Returns the search parameters. -
Uses of SearchParameters in adams.gui.selection
Methods in adams.gui.selection with parameters of type SearchParameters Modifier and Type Method Description boolean
FieldCacheTableModel. isSearchMatch(SearchParameters params, int row)
Tests whether the search matches the specified row.boolean
SelectEmailAddressPanel.TableModel. isSearchMatch(SearchParameters params, int row)
Tests whether the search matches the specified row. -
Uses of SearchParameters in adams.gui.tools
Methods in adams.gui.tools with parameters of type SearchParameters Modifier and Type Method Description abstract boolean
AbstractManagementTableModel. isSearchMatch(SearchParameters params, int row)
Tests whether the search matches the specified row.boolean
EmailAddressBookPanel.TableModel. isSearchMatch(SearchParameters params, int row)
Tests whether the search matches the specified row.boolean
FileChooserBookmarksManagementPanel.TableModel. isSearchMatch(SearchParameters params, int row)
Tests whether the search matches the specified row.boolean
LogEntryViewerTableModel. isSearchMatch(SearchParameters params, int row)
Tests whether the search matches the specified row. -
Uses of SearchParameters in adams.gui.visualization.instance
Methods in adams.gui.visualization.instance with parameters of type SearchParameters Modifier and Type Method Description boolean
InstanceTableModel. isSearchMatch(SearchParameters params, int row)
Tests whether the search matches the specified row. -
Uses of SearchParameters in adams.gui.visualization.report
Methods in adams.gui.visualization.report with parameters of type SearchParameters Modifier and Type Method Description boolean
ReportFactory.Model. isSearchMatch(SearchParameters params, int row)
Tests whether the search matches the specified row.
-