de.frag.umlplugin.uml.actions.nodepopupmenu
Class AddExtendedClassesAction

java.lang.Object
  extended by com.intellij.openapi.actionSystem.AnAction
      extended by de.frag.umlplugin.uml.actions.nodepopupmenu.AbstractClassNodeAction
          extended by de.frag.umlplugin.uml.actions.nodepopupmenu.AddExtendedClassesAction

public class AddExtendedClassesAction
extends AbstractClassNodeAction

Adds all extended classes to diagram.


Field Summary
 
Fields inherited from class com.intellij.openapi.actionSystem.AnAction
EMPTY_ARRAY, ourClientProperty
 
Constructor Summary
AddExtendedClassesAction()
           
 
Method Summary
protected  DiagramCommand createCommand(com.intellij.openapi.graph.base.Node node)
          Creates command that adds extended classes.
 
Methods inherited from class de.frag.umlplugin.uml.actions.nodepopupmenu.AbstractClassNodeAction
actionPerformed
 
Methods inherited from class com.intellij.openapi.actionSystem.AnAction
beforeActionPerformedUpdate, copyFrom, copyShortcutFrom, createTooltipText, displayTextInToolbar, getShortcutSet, getTemplatePresentation, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, unregisterCustomShortcutSet, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddExtendedClassesAction

public AddExtendedClassesAction()
Method Detail

createCommand

@Nullable
protected DiagramCommand createCommand(@NotNull
                                                com.intellij.openapi.graph.base.Node node)
Creates command that adds extended classes.

Specified by:
createCommand in class AbstractClassNodeAction
Parameters:
node - node to add extended classes for
Returns:
created command