Class ShowResultsPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ShowResultsPanel extends JPanel
Author:
Jorge Piera Llodra (piera_jor@gva.es)
See Also:
  • Field Details

    • mustShowThumbnails

      public static boolean mustShowThumbnails
  • Constructor Details

    • ShowResultsPanel

      public ShowResultsPanel(CatalogClient client, int numRecords)
      Constaructor
      Parameters:
      numRecords - Number of records returned by the query
      server - Server URL
      node - Answer Node
      protocol - Search protocol
      serverURL -
      translator -
  • Method Details

    • actualizaLabel

      public void actualizaLabel(int number)
      Actualiza el valor de la cadena de taexto que muestra los resultados
      Parameters:
      number - Registro actual
    • setDescripcionBoton

      public void setDescripcionBoton(JButton descripcionBoton)
      Parameters:
      descripcionBoton - The descripcionBoton to set.
    • setMapButton

      public void setMapButton(JButton mapButton)
      Parameters:
      mapButton - The mapButton to set.
    • getDescriptionArea

      public JEditorPane getDescriptionArea()
      This method initializes jTextArea
      Returns:
      javax.swing.JTextArea
    • getDescriptionButton

      public JButton getDescriptionButton()
      This method initializes jButton
      Returns:
      javax.swing.JButton
    • getMapButton

      public JButton getMapButton()
      This method initializes mapButton
      Returns:
      javax.swing.JButton
    • getDescriptionScroll

      public JScrollPane getDescriptionScroll()
      This method initializes descriptionScroll
      Returns:
      javax.swing.JScrollPane
    • getRecord

      public Record getRecord()
      Returns:
      Returns the record.
    • setRecord

      public void setRecord(Record record)
      Parameters:
      record - The Record to set.
    • loadTextNewRecord

      public void loadTextNewRecord(Record record)
      Parameters:
      node -
      protocol -
    • getImgIcon

      public ImageIcon getImgIcon(BufferedImage pic)
      Parameters:
      pic -
      Returns:
    • getImageURL

      public URL getImageURL()
      Returns:
      Returns the imageURL.
    • setImageURL

      public void setImageURL(URL imageURL)
      Parameters:
      imageURL - The imageURL to set.
    • getPreviousButton

      public JButton getPreviousButton()
      This method initializes jButton
      Returns:
      javax.swing.JButton
    • getNextButton

      public JButton getNextButton()
      This method initializes jButton
      Returns:
      javax.swing.JButton
    • getCloseButton

      public JButton getCloseButton()
      This method initializes jButton
      Returns:
      javax.swing.JButton