Public Member Functions | |
| CategorySelectorWindow () | |
| CategorySelectorWindow (Category[] categories, int windowMode) | |
| Category[] | getChoosenCategoriesArray () |
| void | updateCategoryTreeExplorer () 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 | loadAllCategoriesInTreeExplorer () |
| Category[] | getChoosenCategories () |
Private Member Functions | |
| void | initComponents () |
| void | cancelButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | searchButtonActionPerformed (java.awt.event.ActionEvent evt) |
| void | storeCategorySelection () |
Private Attributes | |
| Logger | logger = LogFactory.getLogger(CategorySelectorWindow.class.getName()) |
| Category[] | choosenCategories |
| int | windowMode |
| javax.swing.JPanel | buttonsPanel |
| javax.swing.JButton | cancelButton |
| javax.swing.JPanel | categoryPanel |
| javax.swing.JButton | searchButton |
Static Private Attributes | |
| final long | serialVersionUID = 1L |
|
|
|
|
||||||||||||
|
|
|
|
This method adds category to choosen category explorer
|
|
|
This method adds category to choosen category explorer
|
|
|
|
|
|
|
|
|
Getter method for choosen categories
|
|
|
|
|
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the FormEditor. |
|
|
|
|
|
This method remove all categories from ChoosenCategoryExplorer |
|
|
This method remove category from ChoosenCategoryExplorer |
|
|
|
|
|
|
|
|
|
|
|
storing the category selection in application register |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8