| Package | Description |
|---|---|
| com.buckosoft.fibs.BuckoFIBS |
Primary business package
|
| com.buckosoft.fibs.BuckoFIBS.db |
Database objects
|
| com.buckosoft.fibs.BuckoFIBS.gui.playerList.group |
Swing objects to edit the Player's groups.
|
| Modifier and Type | Method and Description |
|---|---|
GroupOfPlayers |
GroupManager.getGroupOfPlayers(int groupId) |
GroupOfPlayers |
GroupManager.getGroupOfPlayers(java.lang.String groupName)
Get the GroupOfPlayers with this name
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupManager.addNewGroupFromUser(GroupOfPlayers groupOfPlayers)
The user has clicked OK in the add new group dialog.
|
void |
GroupManager.editGroupFromUser(GroupOfPlayers groupOfPlayers) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GroupOfPlayers> |
Database.getGroupsOfPlayers()
Get all of the GroupOfPlayers
|
java.util.List<GroupOfPlayers> |
DatabaseImpl.getGroupsOfPlayers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.store(java.util.List<GroupOfPlayers> groupList)
Store all of the GroupOfPlayers.
|
void |
DatabaseImpl.store(java.util.List<GroupOfPlayers> groupList) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupSelectPane.addGroup(GroupOfPlayers groupOfPlayers) |
void |
GroupSelectPane.addNewGroupFromUser(GroupOfPlayers groupOfPlayers) |
void |
GroupSelectPane.editGroupFromUser(GroupOfPlayers groupOfPlayers) |
void |
EditGroupDialog.setGroupOfPlayers(GroupOfPlayers groupOfPlayers)
If we are editing an existing group, set it here.
|