| java.lang.Object org.acm.seguin.uml.SelectedSummaryList
SelectedSummaryList | public class SelectedSummaryList (Code) | | This class allows the user to select a series of classes in the UML class
diagram and this converts the selected classes into an array of TypeSummary
objects. This will allow us to decouple the user interface dialog boxes for
entering information about the refactoring from the UML class diagrams.
author: Chris Seguin |
list | public static TypeSummary[] list(UMLPackage umlPackage, UMLType umlType)(Code) | | Get the selected type summaries
Parameters: umlPackage - the package Parameters: umlType - the type the list of type summaruies |
|
|