Class ServiceSearchStatusPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.portal.app.cc.servicesearch.ServiceSearchStatusPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ServiceSearchStatusPanel extends JPanel
Service search status panel.
Author:
mchellam
See Also:
  • Field Details

    • statusLabel

      protected JLabel statusLabel
    • statusIcon

      protected JLabel statusIcon
    • statusReady

      protected String statusReady
    • statusSearching

      protected String statusSearching
    • statusEnd

      protected String statusEnd
    • searchIcon

      protected ImageIcon searchIcon
    • searchdefIcon

      protected ImageIcon searchdefIcon
    • bundle

      protected ResourceBundle bundle
  • Constructor Details

    • ServiceSearchStatusPanel

      public ServiceSearchStatusPanel()
  • Method Details

    • updateSearchStatus

      public void updateSearchStatus(String s)
      Called when the search is conducted to set the status
    • setStatusIcon

      public void setStatusIcon(Icon icon)
      Used to set the status icon
      Parameters:
      icon -
    • setStatus

      public void setStatus(boolean isSearchOn, ServiceSearchDialog searchDialog)
      Sets the status according the boolean flag passed.
      Parameters:
      isSearchOn -
      searchDialog -
    • setStatusEndSearch

      public void setStatusEndSearch(int intResultsCount, ServiceSearchDialog searchDialog)
      Called after the search is ended to display the results count.
      Parameters:
      intResultsCount -
      searchDialog -