Uses of Class
de.xima.fc.gui.event.PlaceholderModifyLibraryEvent
-
Packages that use PlaceholderModifyLibraryEvent Package Description de.xima.fc.gui.bean.application de.xima.fc.gui.event -
-
Uses of PlaceholderModifyLibraryEvent in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application with parameters of type PlaceholderModifyLibraryEvent Modifier and Type Method Description void
PlaceholderBean.PlaceholderActions. modifyLibrary(PlaceholderModifyLibraryEvent data)
Modifies the available placeholders in the placeholder library, such as adding a set of available placeholders or removing one. -
Uses of PlaceholderModifyLibraryEvent in de.xima.fc.gui.event
Subclasses of PlaceholderModifyLibraryEvent in de.xima.fc.gui.event Modifier and Type Class Description class
PlaceholderUpdateLibraryEvent
This event changes the registered placeholders of a certain group by adding and removing the given placeholders.Methods in de.xima.fc.gui.event that return PlaceholderModifyLibraryEvent Modifier and Type Method Description static PlaceholderModifyLibraryEvent
PlaceholderUpdateLibraryEvent. replaceWith(IPlaceholderGroup group, Set<PlaceHolder> newPlaceholders)
-