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 class
EventFormatter.LookupFieldPartFactory
PartFactory 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 class
ChoiceFieldPart.Factory
Factory for ChoiceFieldPart.static class
EqualsFieldPart.Factory
Part factory for "equals".static class
GlyphNameFieldPart.Factory
Factory forGlyphNameFieldPart
.static class
HexFieldPart.Factory
Factory forHexFieldPart
.static class
IfFieldPart.Factory
Part 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
-