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 voidPlaceholderModifyLibraryEvent. modify(IPlaceholderLibrary library)This method may modify which placeholders are registered.voidPlaceholderUpdateLibraryEvent. 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 classPlaceholderLibraryRepresents the set of placeholders available for selection in the placeholder dialog. 
 -