Public Member Functions | |
LoadConfigurationPanel (ConsoleConfigurationWindow parentWindow, User user) throws LaserException | |
void | addNewConfiguration (ConfigurationBean configuration) throws IntrospectionException |
void | removeConfiguration (GPNode node) |
List | getDefinedConfigurationNames (User user) throws LaserConsoleException |
Private Member Functions | |
void | initComponents () throws LaserException |
void | initUsersExplorer (String userName) throws LaserException |
Private Attributes | |
UserExplorer | userListExpl = null |
ConsoleConfigurationWindow | parentWindow = null |
User | loggedUser = null |
|
Creates a new instance of LoadCategoryPanel
|
|
This method adds new configurations to UserExplorer
|
|
|
|
|
|
This method initializes explorer with users and theirs configurations
|
|
Removes configuration |
|
|
|
main window (something like mediator) |
|
|