Package de.xima.fc.gui.event
Class PlaceholderUpdateActiveGroupsEvent
java.lang.Object
de.xima.fc.gui.event.PlaceholderModifyActiveGroupsEvent
de.xima.fc.gui.event.PlaceholderUpdateActiveGroupsEvent
- All Implemented Interfaces:
Serializable
This event changes the active placeholder groups by adding and removing the given groups.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlaceholderUpdateActiveGroupsEvent
(Set<IPlaceholderGroup> toAdd, Set<IPlaceholderGroup> toRemove, boolean clearAll) -
Method Summary
Modifier and TypeMethodDescriptionaddGroup
(IPlaceholderGroup group) void
modify
(Set<IPlaceholderGroup> activeGroups) This method may modify which groups of placeholders are shown.removeGroup
(IPlaceholderGroup group)
-
Constructor Details
-
PlaceholderUpdateActiveGroupsEvent
public PlaceholderUpdateActiveGroupsEvent(Set<IPlaceholderGroup> toAdd, Set<IPlaceholderGroup> toRemove, boolean clearAll)
-
-
Method Details
-
modify
Description copied from class:PlaceholderModifyActiveGroupsEvent
This method may modify which groups of placeholders are shown.- Specified by:
modify
in classPlaceholderModifyActiveGroupsEvent
- Parameters:
activeGroups
- The groups of placeholders which are currently shown. You may add or delete items from this set.
-
addGroup
-
removeGroup
-