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) voidmodify(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:PlaceholderModifyActiveGroupsEventThis method may modify which groups of placeholders are shown.- Specified by:
modifyin classPlaceholderModifyActiveGroupsEvent- Parameters:
activeGroups- The groups of placeholders which are currently shown. You may add or delete items from this set.
-
addGroup
-
removeGroup
-