|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.ide.jedit.JavaStyleActions
public final class JavaStyleActions
A collection of actions accessible through jEdit's Action mechanism, and other utility methods that may be interesting for interacting with the plugin.
| Constructor Summary | |
|---|---|
JavaStyleActions()
|
|
| Method Summary | |
|---|---|
static void |
addAbstractParentClass(View view,
Buffer buffer)
|
static void |
addChildClass(View view,
Buffer buffer)
|
static void |
beautify(View view,
Buffer buffer,
boolean silently)
|
static void |
check(View view,
Buffer buffer)
check current buffer |
static void |
checkAllOpenBuffers(View view)
check all open buffers |
static void |
checkDirectory(View view)
check current directory (of the File System Browser) |
static void |
checkDirectoryRecursively(View view)
check directory recursively |
static void |
clearErrorList(View view)
clear error list |
static void |
extractInterface(View view,
Buffer buffer)
|
static void |
loadUML(View view)
|
static void |
loadUML(View view,
java.io.File file)
|
static void |
loadUML(View view,
java.lang.String file)
|
static void |
moveClassTo(View view,
Buffer buffer)
|
static void |
moveMethod(View view,
Buffer buffer)
|
static void |
openAllProjectFiles(View view)
|
static void |
openUML(View view,
java.io.File file)
|
static void |
openUML(View view,
java.lang.String file)
|
static void |
optionDialog(View view)
Description of the Method |
static void |
pushDownField(View view,
Buffer buffer)
|
static void |
pushDownMethod(View view,
Buffer buffer)
|
static void |
pushUpAbstractMethod(View view,
Buffer buffer)
|
static void |
pushUpField(View view,
Buffer buffer)
|
static void |
removeAllProjectFiles(View view)
|
static void |
removeClass(View view,
Buffer buffer)
|
static void |
renameClass(View view,
Buffer buffer)
|
static void |
renameField(View view,
Buffer buffer)
|
static void |
renameMethod(View view,
Buffer buffer)
|
static void |
renameMethodParameters(View view,
Buffer buffer)
|
static void |
renameVariablesUsingHungarian(View view,
Buffer buffer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaStyleActions()
| Method Detail |
|---|
public static void beautify(View view,
Buffer buffer,
boolean silently)
view - the view; may be null, if there is no current viewbuffer - the buffer containing the java source codesilently - if true, no error dialogs are shownpublic static void optionDialog(View view)
view - Description of Parameter
public static void check(View view,
Buffer buffer)
view - Description of Parameterbuffer - Description of Parameterpublic static void checkDirectory(View view)
view - Description of Parameterpublic static void checkAllOpenBuffers(View view)
view - Description of Parameterpublic static void checkDirectoryRecursively(View view)
view - Description of Parameterpublic static void clearErrorList(View view)
public static void loadUML(View view)
view - Description of the Parameter
public static void loadUML(View view,
java.io.File file)
view - Description of the Parameterfile - Description of Parameter
public static void loadUML(View view,
java.lang.String file)
view - Description of the Parameterfile - Description of Parameter
public static void openUML(View view,
java.io.File file)
view - Description of the Parameterfile - Description of Parameter
public static void openUML(View view,
java.lang.String file)
view - Description of the Parameterfile - Description of Parameterpublic static void openAllProjectFiles(View view)
view - Description of the Parameterpublic static void removeAllProjectFiles(View view)
view - Description of the Parameter
public static void renameClass(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
public static void moveClassTo(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
public static void addAbstractParentClass(View view,
Buffer buffer)
view - Description of the Parameterbuffer - The feature to be added to the abstractParentClass attribute
public static void addChildClass(View view,
Buffer buffer)
view - Description of the Parameterbuffer - The feature to be added to the childClass attribute
public static void removeClass(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
public static void extractInterface(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
public static void renameVariablesUsingHungarian(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
public static void renameMethod(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
public static void pushUpAbstractMethod(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
public static void pushDownMethod(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
public static void moveMethod(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
public static void renameMethodParameters(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
public static void renameField(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
public static void pushUpField(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
public static void pushDownField(View view,
Buffer buffer)
view - Description of the Parameterbuffer - Description of Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||