Class SearchView

All Implemented Interfaces:
IExtendable, ImageObserver, MenuContainer, Serializable, Accessible

@EditorViewInfo(name="Search", category=UTILITIES, icon="MaterialIconsRounded:SEARCH") public class SearchView extends EditorView
Search view for session editor. Allows users to search for text in the session transcript. Includes options for case-sensitive, regex, and phonex searches as well as options for filtering search results based on tier and speaker.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • onQuery

      public void onQuery()
      Executes query will all current filters
    • getName

      public String getName()
      Description copied from class: EditorView
      View name
      Specified by:
      getName in class EditorView
      Returns:
      the view name
    • getIcon

      public ImageIcon getIcon()
      Description copied from class: EditorView
      View icon
      Specified by:
      getIcon in class EditorView
      Returns:
      view icon
    • getMenu

      public JMenu getMenu()
      Description copied from class: EditorView
      Get the menu for the view (if any)
      Specified by:
      getMenu in class EditorView
      Returns:
      menu for the view or null if this view does not have a menu