|
Public Member Functions |
| ConsoleConfigurationWindow (User user, Configuration configuration) throws LaserException |
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 | addConfigurationToList (ConfigurationBean configuration) throws java.beans.IntrospectionException |
void | removeConfiguration (GPNode node) |
List | getDefinedConfigurations (User user) throws LaserConsoleException |
void | updateConfigurationPanel (Configuration configuration, String ownerLogin) throws LaserConsoleException |
Dimension | getPreferredSize () |
Static Public Attributes |
final Dimension | defaultLoadConfigurationPanelDimension |
Protected Member Functions |
void | componentClosed () |
Package Attributes |
User | user = null |
Configuration | configuration = null |
Private Member Functions |
void | initComponents () |
void | postInitComponents () throws LaserException |
Private Attributes |
javax.swing.JPanel | configurationPanel |
javax.swing.JPanel | loadConfigurationPanel |
CreateFiltersPanel | filtersPanel = null |
Static Private Attributes |
Logger | logger = LogFactory.getLogger(ConsoleConfigurationWindow.class.getName()) |
final Dimension | defaultDimension |
final long | serialVersionUID = 1L |