|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtractMethodDialog
org.acm.seguin.ide.elixir.ElixirExtractMethod
public class ElixirExtractMethod
ExtractMethod for the elixir editor.
Constructor Summary | |
---|---|
ElixirExtractMethod()
Create an ElixirPrettyPrinter object |
Method Summary | |
---|---|
static void |
extractMethod()
Reformats the current source code |
protected java.lang.String |
getSelectionFromIDE()
Gets the SelectionFromIDE attribute of the ElixirExtractMethod object |
protected java.lang.String |
getStringFromIDE()
Gets the initial string from the IDE |
java.lang.String |
removeCR(java.lang.String input)
Remove \r from buffer |
protected void |
setStringInIDE(java.lang.String value)
Sets the string in the IDE |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElixirExtractMethod() throws RefactoringException
RefactoringException
- Description of the ExceptionMethod Detail |
---|
protected void setStringInIDE(java.lang.String value)
value
- The new file contained in a stringprotected java.lang.String getSelectionFromIDE()
protected java.lang.String getStringFromIDE()
public static void extractMethod()
public java.lang.String removeCR(java.lang.String input)
input
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |