Class OldJbpmDesignerEditorImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.jbpm_designer.editor_old.OldJbpmDesignerEditorImpl
- All Implemented Interfaces:
FileEditor
,NativeFileEditor
,OpenInBrowserSupportEditor
,Bpmn2Editor
,JbpmDesignerEditor
Deprecated.
todo apply mvc
- Author:
- Golovlyev
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOldJbpmDesignerEditorImpl
(DesignerUrl designerUrl, JbpmDeploymentManager deploymentManager, WebBrowserFactory webBrowserFactory, OldJbpmDesignerEventPublisher jbpmDesignerEventPublisher, RolesManager rolesRegistry, String encodedResourcesPath, FileManager fileManager, Alerts alerts, Path file) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.Node
Deprecated.getFile()
Deprecated.javafx.beans.property.StringProperty
Deprecated.getName()
Deprecated.Deprecated.Deprecated.Deprecated.javafx.beans.property.Property<Boolean>
Deprecated.void
onClose()
Deprecated.This method is invoked when the editor is closed.void
refresh()
Deprecated.void
save()
Deprecated.Save changesvoid
selectNode
(String nodeId) Deprecated.void
setFileName
(String newName) Deprecated.void
setProcessId
(String processId) Deprecated.void
setProcessName
(String processName) Deprecated.void
Deprecated.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.file_editor.NativeFileEditor
deselectNotify, isValid, selectNotify
-
Constructor Details
-
OldJbpmDesignerEditorImpl
public OldJbpmDesignerEditorImpl(DesignerUrl designerUrl, JbpmDeploymentManager deploymentManager, WebBrowserFactory webBrowserFactory, OldJbpmDesignerEventPublisher jbpmDesignerEventPublisher, RolesManager rolesRegistry, String encodedResourcesPath, FileManager fileManager, Alerts alerts, Path file) Deprecated.
-
-
Method Details
-
getComponent
public javafx.scene.Node getComponent()Deprecated.- Specified by:
getComponent
in interfaceNativeFileEditor
- Returns:
- component which represents editor in the UI.
The method should never return
null
.
-
getName
Deprecated.- Specified by:
getName
in interfaceNativeFileEditor
- Returns:
- editor's name, a string that identifies editor among
other editors. For example, UI form might have two editor: "GUI Designer"
and "Text". So "GUI Designer" can be a name of one editor and "Text"
can be a name of other editor. The method should never return
null
.
-
getWebUrl
Deprecated.- Specified by:
getWebUrl
in interfaceOpenInBrowserSupportEditor
-
setProcessId
Deprecated.- Specified by:
setProcessId
in interfaceBpmn2Editor
-
getProcessId
Deprecated.- Specified by:
getProcessId
in interfaceBpmn2Editor
-
setProcessName
Deprecated.- Specified by:
setProcessName
in interfaceBpmn2Editor
-
getProcessName
Deprecated.- Specified by:
getProcessName
in interfaceBpmn2Editor
-
selectNode
Deprecated.- Specified by:
selectNode
in interfaceBpmn2Editor
-
isModified
Deprecated.- Specified by:
isModified
in interfaceNativeFileEditor
- Returns:
- whether the editor's content is modified in comparison with its file.
-
save
public void save()Deprecated.Description copied from interface:NativeFileEditor
Save changes- Specified by:
save
in interfaceNativeFileEditor
-
onClose
public void onClose()Deprecated.Description copied from interface:NativeFileEditor
This method is invoked when the editor is closed.- Specified by:
onClose
in interfaceNativeFileEditor
-
getFile
Deprecated.- Specified by:
getFile
in interfaceNativeFileEditor
- Returns:
- the path of the edited file
-
getFileName
public javafx.beans.property.StringProperty getFileName()Deprecated.- Specified by:
getFileName
in interfaceNativeFileEditor
-
setFileName
Deprecated.- Specified by:
setFileName
in interfaceNativeFileEditor
-
update
Deprecated.- Specified by:
update
in interfaceNativeFileEditor
-
refresh
public void refresh()Deprecated.- Specified by:
refresh
in interfaceNativeFileEditor
-