Class AnalyticsFileDeleteAction
java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.BaseAction
ru.cg.webbpm.studio.platform.api.hierarchy.actions.FileDeleteAction
ru.cg.webbpm.studio.platform.impl.hierarchy.analytics.actions.AnalyticsFileDeleteAction
- All Implemented Interfaces:
AnAction
- Author:
- m.popov
-
Constructor Summary
ConstructorsConstructorDescriptionAnalyticsFileDeleteAction
(ProjectManager projectManager, FileManager fileManager, Alerts alerts, Hierarchy hierarchy) -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.platform.api.hierarchy.actions.FileDeleteAction
actionPerformed, getId, getKeyboardShortcut, getLayout, getParentId
Methods inherited from class ru.cg.webbpm.studio.platform.api.action_system.BaseAction
getPresentation
-
Constructor Details
-
AnalyticsFileDeleteAction
@Autowired public AnalyticsFileDeleteAction(ProjectManager projectManager, FileManager fileManager, Alerts alerts, @Qualifier("analyticsPanel") Hierarchy hierarchy)
-
-
Method Details
-
isEnabled
- Specified by:
isEnabled
in interfaceAnAction
- Overrides:
isEnabled
in classFileDeleteAction
-