Class SearchLowerPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

  • Method Details

    • addCoordinatesRelationship

      public void addCoordinatesRelationship(String text)
      Add a coordinates relationship
      Parameters:
      text -
    • addCathegory

      public void addCathegory(String text)
      Adds a new cathegory
      Parameters:
      text -
    • addScale

      public void addScale(String text)
      Adds a new scale
      Parameters:
      text -
    • getTitleOption

      public String getTitleOption()
      Returns:
      the title option
    • getAbstract

      public String getAbstract()
      Returns:
      the abstract
    • getKeys

      public String getKeys()
      Returns:
      the keyword field
    • getCathegory

      public String getCathegory()
      Returns:
      the cathegory
    • getScale

      public String getScale()
      Returns:
      the scale
    • getProvider

      public String getProvider()
      Returns:
      the provider
    • getDateFrom

      public String getDateFrom()
      Returns:
      the date from field
    • getDateTo

      public String getDateTo()
      Returns:
      the date to field
    • getCoordinates

      public Coordinates getCoordinates()
      Returns:
      the coordinates
    • getCoordinatesOption

      public String getCoordinatesOption()
      Returns:
      the coordinates relationship
    • setCoordinates

      public void setCoordinates(Coordinates coordinates)
      Set the coordinates
      Parameters:
      coordinates - The coordinates to set