fop 1.0

Uses of Interface
org.apache.fop.util.text.AdvancedMessageFormat.Part

Packages that use AdvancedMessageFormat.Part
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
 

Methods in org.apache.fop.events that return AdvancedMessageFormat.Part
 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
 class ChoiceFieldPart
          Defines a "choice" field part that works like ChoiceFormat.
 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.
 

Methods in org.apache.fop.util.text that return AdvancedMessageFormat.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.
 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 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 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 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.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.