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.


Field Summary
 
Fields inherited from class com.intellij.openapi.actionSystem.AnAction
ourClientProperty
 
Constructor Summary
GenerateToStringAction()
          Constructor.
 
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
 

Constructor Detail

GenerateToStringAction

public GenerateToStringAction()
Constructor.

Method Detail

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