Public Member Functions | |
ChoosenCategoryExplorer (List choosenCategories) | |
boolean | contains (GPNode gpNode) |
void | addCategory (BeanSupport node) throws IntrospectionException |
void | removeCategory (GPNode node) |
void | removeAllCategories () |
void | addCategory (GPNode gpNode) throws IntrospectionException, CloneNotSupportedException |
void | addCategoryWithoutChildren (GPNode gpNode) throws IntrospectionException, CloneNotSupportedException |
void | addSubCategories (GPNode gpNode) throws IntrospectionException, CloneNotSupportedException |
void | removeCategoryWithoutChildren (GPNode gpNode) throws IntrospectionException, CloneNotSupportedException |
void | removeSubCategories (GPNode gpNode) throws IntrospectionException, CloneNotSupportedException |
void | removeSubCategories (GPNode gpNode, boolean removeThisNode) throws IntrospectionException, CloneNotSupportedException |
Collection | getChoosenCategories () |
void | updateChoosenCategories (List newCategories) |
Private Attributes | |
ChoosenCategoryNodeManager | nodeManager = null |
Static Private Attributes | |
final Logger | logger |
|
Creates a new instance of ChoosenCategoryExplorer
|
|
This is recursive method. This methods add GPNode and all children to choosen category explorer. |
|
This method adds category to ChoosenCategoryExplorer only once |
|
This methods adds Category to choosen category explorer without children. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
used when user want to load new cofiguration (ConfiguratonLoad action)
|
|
Initial value:
|
|
user node manager |