|
|||||||||
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.AbstractToggleVisibilityAction
public abstract class AbstractToggleVisibilityAction
Abstract base action for changing visibility of compartments.
Field Summary |
---|
Fields inherited from class com.intellij.openapi.actionSystem.AnAction |
---|
EMPTY_ARRAY, ourClientProperty |
Constructor Summary | |
---|---|
AbstractToggleVisibilityAction()
|
Method Summary | |
---|---|
void |
actionPerformed(com.intellij.openapi.actionSystem.AnActionEvent e)
|
protected abstract void |
changeVisibility(UMLDiagram diagram,
com.intellij.psi.PsiClass psiClass)
Changes visibility of compartments for given diagram and class. |
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 AbstractToggleVisibilityAction()
Method Detail |
---|
public void actionPerformed(com.intellij.openapi.actionSystem.AnActionEvent e)
actionPerformed
in class com.intellij.openapi.actionSystem.AnAction
protected abstract void changeVisibility(@NotNull UMLDiagram diagram, @NotNull com.intellij.psi.PsiClass psiClass)
diagram
- diagrampsiClass
- class
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |