Uses of Class
de.elo.mover.main.tiles.groups.Group
Package | Description |
---|---|
de.elo.mover.main.tiles.groups |
-
Uses of Group in de.elo.mover.main.tiles.groups
Methods in de.elo.mover.main.tiles.groups that return Group Modifier and Type Method Description Group
GroupInfo. getSelected()
Liefert die ausgewählte Gruppe zurück.Methods in de.elo.mover.main.tiles.groups that return types with arguments of type Group Modifier and Type Method Description java.util.List<Group>
GroupInfo. cloneGroups()
Liefert eine Liste mit den kopierten Gruppen zurück.java.util.List<Group>
GroupInfo. getGroups()
Liefert eine Liste mit den vorhandenen Gruppen zurück.Method parameters in de.elo.mover.main.tiles.groups with type arguments of type Group Modifier and Type Method Description void
GroupInfo. updateGroups(java.util.List<Group> groups)
Aktualisiert die Liste mit den Gruppen.Constructors in de.elo.mover.main.tiles.groups with parameters of type Group Constructor Description Group(Group clone)
Copy Konstruktor.