|
Public Member Functions |
| | ConsoleConfigurationPanel (ConsoleConfigurationWindow parentWindow, Configuration configuration) throws LaserConsoleException |
| void | removeFilter (GPNode node) |
| void | removeAllFilters () |
| void | setInUpdateMode (String name, String operator, String value, String buttonName) |
| void | updateCategoryTreeExplorer () throws IntrospectionException, CloneNotSupportedException |
| void | loadAllCategoriesInTreeExplorer () throws IntrospectionException, CloneNotSupportedException |
| void | addCategory (GPNode node) throws IntrospectionException, CloneNotSupportedException |
| void | addCategoryWithoutChildren (GPNode node) throws IntrospectionException, CloneNotSupportedException |
| void | addSubCategories (GPNode node) throws IntrospectionException, CloneNotSupportedException |
| void | removeCategoryWithoutChildren (GPNode node) throws IntrospectionException, CloneNotSupportedException |
| void | removeSubCategories (GPNode node) throws IntrospectionException, CloneNotSupportedException |
| void | removeCategory (GPNode node) |
| void | removeAllCategories () |
| void | updateConfiguration (Configuration newConfiguration, String ownerLogin) throws LaserConsoleException |
| void | configurationChanged () |
Protected Member Functions |
| void | makeCategoryPanel () |
| void | makeFiltersPanel () throws LaserConsoleException |
| void | makeBehaviorPanel () throws LaserConsoleException |
Private Member Functions |
| void | initComponents () throws LaserConsoleException |
| void | applyButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | saveButtonActionPerformed (java.awt.event.ActionEvent evt) |
| Configuration | createConfiguration (String confName, boolean _default) |
| void | resetButtonActionPerformed (java.awt.event.ActionEvent evt) |
Private Attributes |
| JTabbedPane | mainPane = null |
| ChooseCategoryPanel | categoryPanel = null |
| CreateFiltersPanel | filtersPanel = null |
| ConfigureBehaviourPanel | behaviourPanel = null |
| JLabel | infoLabel = null |
| JButton | saveButton = null |
| JButton | resetButton = null |
| JButton | applyButton = null |
| JButton | closeButton = null |
| Configuration | configuration = null |
| ConsoleConfigurationWindow | parentWindow = null |
| boolean | overwritten = false |
| SaveConfigurationOptionPane | optionPane = null |
| User | loggedUser = null |
| boolean | ownConfiguration = true |
Static Private Attributes |
| Logger | logger |