|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intellij.openapi.actionSystem.AnAction
de.frag.umlplugin.uml.actions.nodepopupmenu.AbstractClassNodeAction
de.frag.umlplugin.uml.actions.nodepopupmenu.ConnectSingleClassFieldAction
public class ConnectSingleClassFieldAction
Connects classes to current class that are used by or use current class via fields.
Field Summary |
---|
Fields inherited from class com.intellij.openapi.actionSystem.AnAction |
---|
EMPTY_ARRAY, ourClientProperty |
Constructor Summary | |
---|---|
ConnectSingleClassFieldAction()
|
Method Summary | |
---|---|
protected DiagramCommand |
createCommand(com.intellij.openapi.graph.base.Node node)
Creates command that connects 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 |
---|
public ConnectSingleClassFieldAction()
Method Detail |
---|
@Nullable protected DiagramCommand createCommand(@NotNull com.intellij.openapi.graph.base.Node node)
createCommand
in class AbstractClassNodeAction
node
- node to connect dependent classes to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |