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

Packages that use UMLType
org.acm.seguin.uml Responsible for drawing the UML class diagrams. 
 

Uses of UMLType in org.acm.seguin.uml
 

Methods in org.acm.seguin.uml that return UMLType
protected  UMLType UMLPackage.find(java.lang.String id)
          Find the type based on a id code
protected  UMLType UMLPackage.findType(TypeSummary searching)
          Find the type based on a summary
 UMLType UMLLine.getParentType()
          Gets the ParentType attribute of the UMLLine object
 UMLType[] UMLPackage.getTypes()
          Get the components that are UMLTypes
 

Methods in org.acm.seguin.uml with parameters of type UMLType
static TypeSummary[] SelectedSummaryList.list(UMLPackage umlPackage, UMLType umlType)
          Get the selected type summaries
 

Constructors in org.acm.seguin.uml with parameters of type UMLType
UMLField(UMLPackage initCurrent, UMLType parent, FieldSummary field, DragPanelAdapter adapter)
          Create a new instance of a UMLLine
UMLLine(UMLType parent, DragPanelAdapter adapter)
          Create a new instance of a UMLLine
UMLMethod(UMLPackage initCurrent, UMLType parent, MethodSummary method, DragPanelAdapter adapter)
          Create a new instance of a UMLLine
UMLMouseAdapter(UMLPackage currentPackage, UMLType initType, javax.swing.JPanel initChild)
          Constructor for the UMLMouseAdapter object
UMLNestedType(UMLPackage initCurrent, UMLType parent, TypeSummary nestedType, DragPanelAdapter adapter)
          Create a new instance of a UMLLine