| org.acm.seguin.uml.refactor.RefactoringDialog org.acm.seguin.uml.refactor.ClassNameDialog
All known Subclasses: org.acm.seguin.uml.refactor.RenameFieldDialog, org.acm.seguin.uml.refactor.AddAbstractParentDialog, org.acm.seguin.uml.refactor.RenameParameterDialog, org.acm.seguin.uml.refactor.RenameClassDialog, org.acm.seguin.uml.refactor.RenameMethodDialog, org.acm.seguin.uml.refactor.ExtractInterfaceDialog, org.acm.seguin.uml.refactor.AddChildClassDialog,
ClassNameDialog | abstract public class ClassNameDialog extends RefactoringDialog (Code) | | Prompts the user for a class name. The class name can then be used to rename
a class, add an abstract parent, or add a child.
author: Chris Seguin |
ClassNameDialog | public ClassNameDialog(UMLPackage init, int startRow)(Code) | | Constructor for ClassNameDialog
Parameters: init - The package where this operation is occuring Parameters: startRow - Description of Parameter |
getClassName | protected String getClassName()(Code) | | Gets the ClassName attribute of the ClassNameDialog object Gets the
ClassName attribute of the ClassNameDialog object
The ClassName value |
getLabelText | abstract public String getLabelText()(Code) | | Gets the label for the text
the text for the label |
getWindowTitle | abstract public String getWindowTitle()(Code) | | Returns the window title
the title |
setClassName | protected void setClassName(String name)(Code) | | Sets the className attribute of the ClassNameDialog object
Parameters: name - The new className value |
|
|