dk.lec.idea.plugin.generate
Class GenerateToStringAction
java.lang.Object
|
+--com.intellij.openapi.actionSystem.AnAction
|
+--com.intellij.openapi.editor.actionSystem.EditorAction
|
+--dk.lec.idea.plugin.generate.GenerateToStringAction
- public class GenerateToStringAction
- extends com.intellij.openapi.editor.actionSystem.EditorAction
The IDEA action for this plugin.
This action handles the generation of a toString() method that dumps the fields
of the class.
| Fields inherited from class com.intellij.openapi.actionSystem.AnAction |
ourClientProperty |
|
Method Summary |
void |
update(com.intellij.openapi.editor.Editor editor,
com.intellij.openapi.actionSystem.Presentation presentation,
com.intellij.openapi.actionSystem.DataContext dataContext)
|
| Methods inherited from class com.intellij.openapi.editor.actionSystem.EditorAction |
actionPerformed, actionPerformed, getHandler, setupHandler, update |
| Methods inherited from class com.intellij.openapi.actionSystem.AnAction |
copyFrom, getShortcutSet, getTemplatePresentation, isEnabledInModalContext, registerCustomShortcutSet |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateToStringAction
public GenerateToStringAction()
- Constructor.
update
public void update(com.intellij.openapi.editor.Editor editor,
com.intellij.openapi.actionSystem.Presentation presentation,
com.intellij.openapi.actionSystem.DataContext dataContext)
- Overrides:
update in class com.intellij.openapi.editor.actionSystem.EditorAction