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

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.AddExtendingClassesAction

public class AddExtendingClassesAction
extends AbstractClassNodeAction

Adds all extending classes to diagram.


Field Summary
 
Fields inherited from class com.intellij.openapi.actionSystem.AnAction
EMPTY_ARRAY, ourClientProperty
 
Constructor Summary
AddExtendingClassesAction()
           
 
Method Summary
protected  DiagramCommand createCommand(com.intellij.openapi.graph.base.Node node)
          Creates command that adds dependent 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

AddExtendingClassesAction

public AddExtendingClassesAction()
Method Detail

createCommand

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

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