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
public class PlaceholderUpdateActiveGroupsEvent extends PlaceholderModifyActiveGroupsEvent
This event changes the active placeholder groups by adding and removing the given groups.- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PlaceholderUpdateActiveGroupsEvent(Set<IPlaceholderGroup> toAdd, Set<IPlaceholderGroup> toRemove, boolean clearAll) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PlaceholderUpdateActiveGroupsEventaddGroup(IPlaceholderGroup group)voidmodify(Set<IPlaceholderGroup> activeGroups)This method may modify which groups of placeholders are shown.static PlaceholderUpdateActiveGroupsEventremoveGroup(IPlaceholderGroup group) 
 - 
 
- 
- 
Constructor Detail
- 
PlaceholderUpdateActiveGroupsEvent
public PlaceholderUpdateActiveGroupsEvent(Set<IPlaceholderGroup> toAdd, Set<IPlaceholderGroup> toRemove, boolean clearAll)
 
 - 
 
- 
Method Detail
- 
modify
public void modify(Set<IPlaceholderGroup> activeGroups)
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
public static PlaceholderUpdateActiveGroupsEvent addGroup(IPlaceholderGroup group)
 
- 
removeGroup
public static PlaceholderUpdateActiveGroupsEvent removeGroup(IPlaceholderGroup group)
 
 - 
 
 -