|
|||||||||
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.AbstractAddToDiagramAction
de.frag.umlplugin.uml.actions.AddToExistingDiagramAction
public class AddToExistingDiagramAction
Adds selected class to new UML diagram.
Field Summary |
---|
Fields inherited from class com.intellij.openapi.actionSystem.AnAction |
---|
EMPTY_ARRAY, ourClientProperty |
Constructor Summary | |
---|---|
AddToExistingDiagramAction()
|
Method Summary | |
---|---|
protected java.lang.String |
getDiagramName(com.intellij.openapi.actionSystem.AnActionEvent e,
java.util.List<com.intellij.psi.PsiClass> psiClasses)
Gets diagram name for given event. |
Methods inherited from class de.frag.umlplugin.uml.actions.AbstractAddToDiagramAction |
---|
actionPerformed, setPsiClassProvider, update |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddToExistingDiagramAction()
Method Detail |
---|
@Nullable protected java.lang.String getDiagramName(@NotNull com.intellij.openapi.actionSystem.AnActionEvent e, @NotNull java.util.List<com.intellij.psi.PsiClass> psiClasses)
getDiagramName
in class AbstractAddToDiagramAction
e
- eventpsiClasses
- psi classes that will be added to diagram
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |