Class FindBar

    • Constructor Detail

      • FindBar

        public FindBar()
    • Method Detail

      • getReplacePanel

        public JPanel getReplacePanel()
        Panel that contains the replace functions.
        Returns:
        replace panel
      • getFindPanel

        public JPanel getFindPanel()
        Panel that contains the find functions.
        Returns:
        find panel
      • setApplication

        public void setApplication​(BeaTunes application)
      • init

        public void init()
      • fireUndoableEditUpdate

        protected void fireUndoableEditUpdate​(UndoableEditEvent e)
        Notifies all listeners that have registered interest for notification on this event type. The event instance is lazily created using the parameters passed into the fire method.
        Parameters:
        e - the event
        See Also:
        EventListenerList
      • getTable

        public JTable getTable()
      • setTable

        public void setTable​(JTable table)
      • setVisibleAnimated

        public void setVisibleAnimated​(boolean visible)
      • setVisible

        public void setVisible​(boolean visible)
        Overrides:
        setVisible in class JComponent
      • addHighlights

        public void addHighlights​(StringTableCellRenderer stringTableCellRenderer,
                                  int row,
                                  int column,
                                  boolean selected)
      • findNext

        public void findNext()
      • findPrevious

        public void findPrevious()
      • getFindText

        public String getFindText()
      • isNoMatches

        public boolean isNoMatches()
      • isBadPattern

        public boolean isBadPattern()