Class AnalyticsNewFolderAction
java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.BaseAction
ru.cg.webbpm.studio.platform.api.hierarchy.actions.NewFileAction
ru.cg.webbpm.studio.platform.api.hierarchy.actions.NewFolderAction
ru.cg.webbpm.studio.platform.impl.hierarchy.analytics.actions.AnalyticsNewFolderAction
- All Implemented Interfaces:
AnAction
- Author:
- m.popov
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.platform.api.hierarchy.actions.NewFileAction
alerts, fileBasedIndex, fileManager, hierarchy
-
Constructor Summary
ConstructorsConstructorDescriptionAnalyticsNewFolderAction
(FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, Hierarchy hierarchy) -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.platform.api.hierarchy.actions.NewFolderAction
getCreateFileName, getExtension, getLayout, getParentId, isFolder
Methods inherited from class ru.cg.webbpm.studio.platform.api.hierarchy.actions.NewFileAction
actionPerformed, fileCreated, isEnabled
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
-
AnalyticsNewFolderAction
@Autowired public AnalyticsNewFolderAction(FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, @Qualifier("analyticsPanel") Hierarchy hierarchy)
-
-
Method Details
-
getId
-