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 booleanCheckableTableModel. isSearchMatch(SearchParameters params, int row)Tests whether the search matches the specified row.booleanCustomSearchListModel. isSearchMatch(SearchParameters params, int index)Tests whether the search matches the specified element index.booleanCustomSearchTableModel. isSearchMatch(SearchParameters params, int row)Tests whether the search matches the specified row.booleanKeyValuePairTableModel. isSearchMatch(SearchParameters params, int row)Tests whether the search matches the specified row.booleanSearchableWrapperListModel. isSearchMatch(SearchParameters params, int index)Tests whether the search matches the specified element index.booleanSortableAndSearchableWrapperTableModel. 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 SearchParametersSearchEvent. m_Parametersthe search parameters.Methods in adams.gui.event that return SearchParameters Modifier and Type Method Description SearchParametersSearchEvent. 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 booleanFieldCacheTableModel. isSearchMatch(SearchParameters params, int row)Tests whether the search matches the specified row.booleanSelectEmailAddressPanel.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 booleanAbstractManagementTableModel. isSearchMatch(SearchParameters params, int row)Tests whether the search matches the specified row.booleanEmailAddressBookPanel.TableModel. isSearchMatch(SearchParameters params, int row)Tests whether the search matches the specified row.booleanFileChooserBookmarksManagementPanel.TableModel. isSearchMatch(SearchParameters params, int row)Tests whether the search matches the specified row.booleanLogEntryViewerTableModel. 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 booleanInstanceTableModel. 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 booleanReportFactory.Model. isSearchMatch(SearchParameters params, int row)Tests whether the search matches the specified row.
-