Uses of Interface
org.apache.fop.util.text.AdvancedMessageFormat.PartFactory
-
Packages that use AdvancedMessageFormat.PartFactory Package Description org.apache.fop.events Subsystem for reporting events inside FOP to client applications.org.apache.fop.util.text Message formatting classes. -
-
Uses of AdvancedMessageFormat.PartFactory in org.apache.fop.events
Classes in org.apache.fop.events that implement AdvancedMessageFormat.PartFactory Modifier and Type Class Description static classEventFormatter.LookupFieldPartFactoryPartFactory for lookups. -
Uses of AdvancedMessageFormat.PartFactory in org.apache.fop.util.text
Classes in org.apache.fop.util.text that implement AdvancedMessageFormat.PartFactory Modifier and Type Class Description static classChoiceFieldPart.FactoryFactory for ChoiceFieldPart.static classEqualsFieldPart.FactoryPart factory for "equals".static classGlyphNameFieldPart.FactoryFactory forGlyphNameFieldPart.static classHexFieldPart.FactoryFactory forHexFieldPart.static classIfFieldPart.FactoryPart factory for "if".Fields in org.apache.fop.util.text with type parameters of type AdvancedMessageFormat.PartFactory Modifier and Type Field Description private static java.util.Map<java.lang.String,AdvancedMessageFormat.PartFactory>AdvancedMessageFormat. PART_FACTORIES
-