|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.uml.SelectedSummaryList
public class SelectedSummaryList
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.
Constructor Summary | |
---|---|
SelectedSummaryList()
|
Method Summary | |
---|---|
static TypeSummary[] |
list(UMLPackage umlPackage,
UMLType umlType)
Get the selected type summaries |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectedSummaryList()
Method Detail |
---|
public static TypeSummary[] list(UMLPackage umlPackage, UMLType umlType)
umlPackage
- the packageumlType
- the type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |