Class NewTsAction
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.subsystems.scripting.ide.impl.action.NewTsAction
- All Implemented Interfaces:
AnAction
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.platform.api.hierarchy.actions.NewFileAction
alerts, fileBasedIndex, fileManager, hierarchy
-
Constructor Summary
ConstructorsConstructorDescriptionNewTsAction
(ProjectManager projectManager, FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, Hierarchy hierarchy) -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.platform.api.hierarchy.actions.NewFileAction
actionPerformed
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
-
NewTsAction
@Autowired public NewTsAction(ProjectManager projectManager, FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, @Qualifier("scriptsPanel") Hierarchy hierarchy)
-
-
Method Details
-
getCreateFileName
- Specified by:
getCreateFileName
in classNewFileAction
-
getExtension
- Specified by:
getExtension
in classNewFileAction
-
isFolder
protected boolean isFolder()- Specified by:
isFolder
in classNewFileAction
-
getId
-
getParentId
-
getLayout
-
isEnabled
- Specified by:
isEnabled
in interfaceAnAction
- Overrides:
isEnabled
in classNewFileAction
-
fileCreated
- Overrides:
fileCreated
in classNewFileAction
-