Package de.xima.fc.gui.bean.application
Class PlaceholderBean.PlaceholderActions
java.lang.Object
de.xima.fc.gui.bean.application.PlaceholderBean.PlaceholderActions
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PlaceholderBean
A set of methods for modifying the available placeholders, such as changing which placeholders groups are shown
or adding new placeholder groups.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Changes the currently active placeholder groups.void
Modifies the available placeholders in the placeholder library, such as adding a set of available placeholders or removing one.void
Updates the available placeholders.void
Should be called when the selected project has changed.
-
Constructor Details
-
PlaceholderActions
public PlaceholderActions()
-
-
Method Details
-
modifyActiveGroups
Changes the currently active placeholder groups.- Parameters:
data
- Data indicating how to change the groups.
-
modifyLibrary
Modifies the available placeholders in the placeholder library, such as adding a set of available placeholders or removing one.- Parameters:
data
- Data indicating how to modify the placeholder library.
-
placeholderContextChanged
Updates the available placeholders. Can be used when the context has changed to force an update.- Parameters:
data
- Data with the new context.
-
projectContextChanged
Should be called when the selected project has changed. Updates the placeholders so that it reflects the new project context.- Parameters:
data
- Data with the newly selected project.
-