Uses of Interface
de.xima.fc.gui.interfaces.IPlaceholderLibrary
-
Packages that use IPlaceholderLibrary Package Description de.xima.fc.gui.event de.xima.fc.gui.model -
-
Uses of IPlaceholderLibrary in de.xima.fc.gui.event
Methods in de.xima.fc.gui.event with parameters of type IPlaceholderLibrary Modifier and Type Method Description abstract void
PlaceholderModifyLibraryEvent. modify(IPlaceholderLibrary library)
This method may modify which placeholders are registered.void
PlaceholderUpdateLibraryEvent. modify(IPlaceholderLibrary library)
-
Uses of IPlaceholderLibrary in de.xima.fc.gui.model
Classes in de.xima.fc.gui.model that implement IPlaceholderLibrary Modifier and Type Class Description class
PlaceholderLibrary
Represents the set of placeholders available for selection in the placeholder dialog.
-