Uses of Class
org.acm.seguin.uml.UMLField

Packages that use UMLField
org.acm.seguin.uml Responsible for drawing the UML class diagrams. 
org.acm.seguin.uml.line Contains the basic components for drawing UML diagrams. 
 

Uses of UMLField in org.acm.seguin.uml
 

Methods in org.acm.seguin.uml that return UMLField
 UMLField UMLType.getField(java.lang.String name)
          Count the number of attributes
 

Methods in org.acm.seguin.uml with parameters of type UMLField
 AssociationRelationship UMLType.convertToAssociation(UMLPackage packagePanel, UMLField fieldPanel)
          Convert an attribute to an association
 void UMLType.convertToAttribute(UMLPackage packagePanel, UMLField fieldPanel)
          Convert from an association to an attribute
 void UMLPackage.removeAssociation(UMLField field)
          Remove the association
 

Constructors in org.acm.seguin.uml with parameters of type UMLField
ConvertAdapter(UMLPackage packagePanel, UMLField fieldPanel)
          Constructor for the ConvertAdapter object
 

Uses of UMLField in org.acm.seguin.uml.line
 

Methods in org.acm.seguin.uml.line that return UMLField
 UMLField AssociationRelationship.getField()
          Gets the Field attribute of the AssociationRelationship object
 

Constructors in org.acm.seguin.uml.line with parameters of type UMLField
AssociationRelationship(EndPointPanel start, EndPointPanel end, UMLField init)
          Constructor for the InheretenceRelationship object