Uses of Class
ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean.Binding
Packages that use Binding
Package
Description
-
Uses of Binding in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.board.path
Methods in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.board.path that return BindingConstructors in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.board.path with parameters of type Binding -
Uses of Binding in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.condition.column
Constructors in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.condition.column with parameters of type Binding -
Uses of Binding in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean
Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean that return BindingModifier and TypeMethodDescriptionEntityGraphEditorModel.getSelectedBinding()
Gets the value of the property selectedBinding.Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean that return types with arguments of type BindingModifier and TypeMethodDescriptionjavafx.collections.ObservableList<Binding>
EntityGraphEditorModel.getBindingObservableList()
javafx.beans.property.SimpleObjectProperty<Binding>
EntityGraphEditorModel.selectedBindingProperty()
Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean with parameters of type BindingModifier and TypeMethodDescriptionvoid
EntityGraphEditorModel.setSelectedBinding
(Binding selectedBinding) Sets the value of the property selectedBinding.Method parameters in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean with type arguments of type BindingModifier and TypeMethodDescriptionvoid
EntityGraphEditorModel.setBindingObservableList
(javafx.collections.ObservableList<Binding> bindingObservableList)