| Package | Description |
|---|---|
| datatypes | |
| gui |
| Modifier and Type | Method and Description |
|---|---|
static Server |
Server.get(int index)
Returns a server from the list at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<Server> |
Server.getServerArray()
Returns the server array that contains all Server objects.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Server.add(Server sv)
Adds a Server to the svArray list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddServer.editServer(Server sv)
Opens a new dialog and fills the fields.
|