Class ServerTableModel.Entry

java.lang.Object
noaa.coastwatch.gui.open.ServerTableModel.Entry
Enclosing class:
ServerTableModel

public static class ServerTableModel.Entry extends Object
Holds a server table entry with server name and location.
  • Constructor Details

    • Entry

      public Entry(String n, String l)
      Creates a new server entry.
  • Method Details

    • getName

      public String getName()
      Gets the server name.
    • getLocation

      public String getLocation()
      Gets the server location.
    • toString

      public String toString()
      Converts the entry to a string.
      Overrides:
      toString in class Object