- Enclosing class:
- ServerTableModel
public static class ServerTableModel.Entry
extends Object
Holds a server table entry with server name and location.
-
Constructor Summary
Constructors
Creates a new server entry.
-
Method Summary
Gets the server location.
Converts the entry to a string.
-
Constructor Details
-
Entry
Creates a new server entry.
-
Method Details
-
getName
Gets the server name.
-
getLocation
Gets the server location.
-
toString
Converts the entry to a string.
- Overrides:
toString
in class Object