Package de.xima.fc.gui.event
Class PlaceholderModifyActiveGroupsEvent
java.lang.Object
de.xima.fc.gui.event.PlaceholderModifyActiveGroupsEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PlaceholderUpdateActiveGroupsEvent
Event data that may be used when the a different set of groups of placeholders should be shown in the placeholder
dialog.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
modify
(Set<IPlaceholderGroup> activeGroups) This method may modify which groups of placeholders are shown.
-
Constructor Details
-
PlaceholderModifyActiveGroupsEvent
public PlaceholderModifyActiveGroupsEvent()
-
-
Method Details
-
modify
This method may modify which groups of placeholders are shown.- Parameters:
activeGroups
- The groups of placeholders which are currently shown. You may add or delete items from this set.
-