Uses of Interface
org.apache.fop.util.text.AdvancedMessageFormat.Part
-
Packages that use AdvancedMessageFormat.Part 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.Part in org.apache.fop.events
Classes in org.apache.fop.events that implement AdvancedMessageFormat.Part Modifier and Type Class Description private static class
EventFormatter.LookupFieldPart
Methods in org.apache.fop.events that return AdvancedMessageFormat.Part Modifier and Type Method Description AdvancedMessageFormat.Part
EventFormatter.LookupFieldPartFactory. newPart(java.lang.String fieldName, java.lang.String values)
Creates a new part by parsing the values parameter to configure the part. -
Uses of AdvancedMessageFormat.Part in org.apache.fop.util.text
Classes in org.apache.fop.util.text that implement AdvancedMessageFormat.Part Modifier and Type Class Description private static class
AdvancedMessageFormat.CompositePart
private static class
AdvancedMessageFormat.FunctionPart
private static class
AdvancedMessageFormat.SimpleFieldPart
private static class
AdvancedMessageFormat.TextPart
class
ChoiceFieldPart
Defines a "choice" field part that works likeChoiceFormat
.class
EqualsFieldPart
Defines an "equals" field part that can compare a field's string value against another string.class
GlyphNameFieldPart
Function formatting a character to a glyph name.class
HexFieldPart
Function formatting a number or character to a hex value.class
IfFieldPart
Defines an "if" field part that checks if field's value is true or false.Fields in org.apache.fop.util.text with type parameters of type AdvancedMessageFormat.Part Modifier and Type Field Description protected java.util.List<AdvancedMessageFormat.Part>
AdvancedMessageFormat.CompositePart. parts
Methods in org.apache.fop.util.text that return AdvancedMessageFormat.Part Modifier and Type Method Description AdvancedMessageFormat.Part
AdvancedMessageFormat.PartFactory. newPart(java.lang.String fieldName, java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.AdvancedMessageFormat.Part
ChoiceFieldPart.Factory. newPart(java.lang.String fieldName, java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.AdvancedMessageFormat.Part
EqualsFieldPart.Factory. newPart(java.lang.String fieldName, java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.AdvancedMessageFormat.Part
GlyphNameFieldPart.Factory. newPart(java.lang.String fieldName, java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.AdvancedMessageFormat.Part
HexFieldPart.Factory. newPart(java.lang.String fieldName, java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.AdvancedMessageFormat.Part
IfFieldPart.Factory. newPart(java.lang.String fieldName, java.lang.String values)
Creates a new part by parsing the values parameter to configure the part.private AdvancedMessageFormat.Part
AdvancedMessageFormat. parseField(java.lang.String field)
Methods in org.apache.fop.util.text with parameters of type AdvancedMessageFormat.Part Modifier and Type Method Description void
AdvancedMessageFormat.CompositePart. addChild(AdvancedMessageFormat.Part part)
Constructor parameters in org.apache.fop.util.text with type arguments of type AdvancedMessageFormat.Part Constructor Description CompositePart(java.util.List<AdvancedMessageFormat.Part> parts)
-