Uses of Class
org.ujac.print.ChildDefinition

Packages that use ChildDefinition
org.ujac.print   
 

Uses of ChildDefinition in org.ujac.print
 

Methods in org.ujac.print that return ChildDefinition
 ChildDefinition ChildDefinitionMap.getCompatibleDefinition(BaseDocumentTag tag)
          Tells whether or not the given tag class is supported.
 

Methods in org.ujac.print with parameters of type ChildDefinition
 ChildDefinitionMap ChildDefinitionMap.addDefinition(ChildDefinition childDef)
          Adds the given AttributeDefinition instance to the map by using the instances property 'name' as key.
 ChildDefinitionMap ChildDefinitionMap.removeDefinition(ChildDefinition childDef)
          Removes the given AttributeDefinition instance from the map by using the instances property 'name' as key.
 

Constructors in org.ujac.print with parameters of type ChildDefinition
ChildDefinitionMap(ChildDefinition childDef)
          Constructs a SupportedChildMap instance with specific attributes.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.