Class AnalyticsRenameFileAction
java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.BaseAction
ru.cg.webbpm.studio.platform.api.hierarchy.actions.RenameFileAction
ru.cg.webbpm.studio.platform.impl.hierarchy.analytics.actions.AnalyticsRenameFileAction
- All Implemented Interfaces:
AnAction
- Author:
- m.popov
-
Constructor Summary
ConstructorsConstructorDescriptionAnalyticsRenameFileAction
(ProjectManager projectManager, FileManager fileManager, Alerts alerts, Hierarchy hierarchy) -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.platform.api.hierarchy.actions.RenameFileAction
actionPerformed, getId, getLayout, getParentId
Methods inherited from class ru.cg.webbpm.studio.platform.api.action_system.BaseAction
getPresentation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.platform.api.action_system.AnAction
getKeyboardShortcut, isVisible, update
-
Constructor Details
-
AnalyticsRenameFileAction
@Autowired public AnalyticsRenameFileAction(ProjectManager projectManager, FileManager fileManager, Alerts alerts, @Qualifier("analyticsPanel") Hierarchy hierarchy)
-
-
Method Details
-
isEnabled
- Specified by:
isEnabled
in interfaceAnAction
- Overrides:
isEnabled
in classRenameFileAction
-