Class SessionEditorQuickSearchField

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

@Deprecated public class SessionEditorQuickSearchField extends TableSearchField
Deprecated.
Overrides the default table search field so that the row filter includes options for dealing with excluded records.
See Also:
  • Field Details

  • Constructor Details

    • SessionEditorQuickSearchField

      public SessionEditorQuickSearchField(Session session, JTable table)
      Deprecated.
  • Method Details

    • setupPopupMenu

      protected void setupPopupMenu(JPopupMenu menu)
      Deprecated.
      Description copied from class: SearchField
      Setup popup menu. Override this method to completely customize the context menu for the search field. Most implementations will only need to add custom options to the menu and should use the SearchField.SearchFieldMenuHandler interface to do so.
      Overrides:
      setupPopupMenu in class TableSearchField
      Parameters:
      menu - popup menu to setup
    • setSearchType

      public void setSearchType(SearchType searchType)
      Deprecated.
    • getRowFilter

      public RowFilter<TableModel, Integer> getRowFilter(String expr)
      Deprecated.
      Overrides:
      getRowFilter in class TableSearchField
    • toggleIncludeExcluded

      public void toggleIncludeExcluded()
      Deprecated.
    • isIncludeExcludedRecords

      public boolean isIncludeExcludedRecords()
      Deprecated.
    • setIncludeExcludedRecords

      public void setIncludeExcludedRecords(boolean includeExcludedRecords)
      Deprecated.
    • onClearText

      public void onClearText(PhonActionEvent pae)
      Deprecated.
      Overrides:
      onClearText in class TableSearchField
    • toggleCaseSensitive

      public void toggleCaseSensitive()
      Deprecated.
      Overrides:
      toggleCaseSensitive in class TableSearchField