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 classEventFormatter.LookupFieldPartMethods in org.apache.fop.events that return AdvancedMessageFormat.Part Modifier and Type Method Description AdvancedMessageFormat.PartEventFormatter.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 classAdvancedMessageFormat.CompositePartprivate static classAdvancedMessageFormat.FunctionPartprivate static classAdvancedMessageFormat.SimpleFieldPartprivate static classAdvancedMessageFormat.TextPartclassChoiceFieldPartDefines a "choice" field part that works likeChoiceFormat.classEqualsFieldPartDefines an "equals" field part that can compare a field's string value against another string.classGlyphNameFieldPartFunction formatting a character to a glyph name.classHexFieldPartFunction formatting a number or character to a hex value.classIfFieldPartDefines 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. partsMethods in org.apache.fop.util.text that return AdvancedMessageFormat.Part Modifier and Type Method Description AdvancedMessageFormat.PartAdvancedMessageFormat.PartFactory. newPart(java.lang.String fieldName, java.lang.String values)Creates a new part by parsing the values parameter to configure the part.AdvancedMessageFormat.PartChoiceFieldPart.Factory. newPart(java.lang.String fieldName, java.lang.String values)Creates a new part by parsing the values parameter to configure the part.AdvancedMessageFormat.PartEqualsFieldPart.Factory. newPart(java.lang.String fieldName, java.lang.String values)Creates a new part by parsing the values parameter to configure the part.AdvancedMessageFormat.PartGlyphNameFieldPart.Factory. newPart(java.lang.String fieldName, java.lang.String values)Creates a new part by parsing the values parameter to configure the part.AdvancedMessageFormat.PartHexFieldPart.Factory. newPart(java.lang.String fieldName, java.lang.String values)Creates a new part by parsing the values parameter to configure the part.AdvancedMessageFormat.PartIfFieldPart.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.PartAdvancedMessageFormat. parseField(java.lang.String field)Methods in org.apache.fop.util.text with parameters of type AdvancedMessageFormat.Part Modifier and Type Method Description voidAdvancedMessageFormat.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)
-