| |
|
| org.acm.seguin.uml.refactor.ExtractMethodDialog org.acm.seguin.ide.cafe.CafeExtractMethod
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | What to do when someone selects the extract method refactoring
Parameters: e - the button event |
getSelectionFromIDE | protected String getSelectionFromIDE()(Code) | | Gets the SelectionFromIDE attribute of the CafeExtractMethod object
The SelectionFromIDE value |
getStringFromIDE | protected String getStringFromIDE()(Code) | | Gets the StringFromIDE attribute of the CafeExtractMethod object
The StringFromIDE value |
setStringInIDE | protected void setStringInIDE(String value)(Code) | | Sets the StringInIDE attribute of the CafeExtractMethod object
Parameters: value - The new StringInIDE value |
|
|
|