| Package | Description |
|---|---|
| ch.tatool.app | |
| ch.tatool.app.gui | |
| ch.tatool.app.service.impl |
| Modifier and Type | Method and Description |
|---|---|
UserAccountService |
TestApp.getUserAccountService() |
UserAccountService |
GuiController.getUserAccountService() |
UserAccountService |
App.getUserAccountService() |
| Modifier and Type | Method and Description |
|---|---|
void |
GuiController.setUserAccountService(UserAccountService userAccountService) |
void |
App.setUserAccountService(UserAccountService userAccountService) |
| Modifier and Type | Method and Description |
|---|---|
UserAccountService |
ModuleManagerFrame.getUserAccountService() |
UserAccountService |
LoginFrame.getUserAccountService() |
UserAccountService |
CreateAccountFrame.getUserAccountService() |
| Modifier and Type | Method and Description |
|---|---|
UserAccount |
LoginFrame.loadAccount(UserAccountService userAccountService,
UserAccount.Info info,
Component parent)
Opens a UserAccount object by asking the user for a password if
necessary.
|
void |
ModuleManagerFrame.setUserAccountService(UserAccountService userAccountService) |
void |
LoginFrame.setUserAccountService(UserAccountService userAccountService) |
void |
CreateAccountFrame.setUserAccountService(UserAccountService userAccountService) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAccountServiceImpl
Implementation of the user account service.
|
Copyright © 2013. All Rights Reserved.