Uses of Class
ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.board
Methods in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.board that return EntityModifier and TypeMethodDescriptionEntityPane.EntityDropPane.getEntity()
EntityPane.getEntity()
EntityPane.getModel()
Methods in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.board with parameters of type EntityModifier and TypeMethodDescriptionvoid
EntityPane.EntityBoardController.deleteEntity
(Entity entity) void
EntityPane.EntityBoardController.startBinding
(Entity entity) Constructors in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.board with parameters of type Entity -
Uses of Entity in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.board.controller
Methods in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.board.controller with parameters of type EntityModifier and TypeMethodDescriptionvoid
EntityBoardCtrl.deleteEntity
(Entity entity) void
EntityBoardCtrl.startBinding
(Entity entity) -
Uses of Entity 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 EntityConstructors in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.board.path with parameters of type EntityModifierConstructorDescriptionEntityPath
(Entity entity, javafx.beans.value.ObservableDoubleValue endX, javafx.beans.value.ObservableDoubleValue endY) -
Uses of Entity in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.condition.column
Methods in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.condition.column that return types with arguments of type EntityModifier and TypeMethodDescriptionBaseEntityColumnEditor.getEntities()
BindingColumnEditorImpl.getEntities()
EntityColumnEditorImpl.getEntities()
EntityGraphColumnEditorImpl.getEntities()
Methods in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.condition.column with parameters of type EntityModifier and TypeMethodDescriptionstatic List<EntityColumn>
EntityColumnEditorUtils.getEntityColumnsFromEntity
(Entity entity) static List<TableColumn>
EntityColumnEditorUtils.getTableColumnsFromEntity
(Entity entity) Constructors in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.condition.column with parameters of type EntityConstructor parameters in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.condition.column with type arguments of type EntityModifierConstructorDescriptionprotected
EntityGraphColumnEditorImpl
(javafx.collections.ObservableList<Entity> entityList) -
Uses of Entity 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 EntityModifier and TypeMethodDescriptionBinding.getFromEntity()
Gets the value of the property fromEntity.EntityGraphEditorModel.getSelectedEntity()
Gets the value of the property selectedEntity.Binding.getToEntity()
Gets the value of the property toEntity.Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean that return types with arguments of type EntityModifier and TypeMethodDescriptionjavafx.beans.property.SimpleObjectProperty<Entity>
Binding.fromEntityProperty()
javafx.collections.ObservableList<Entity>
EntityGraphEditorModel.getEntityObservableList()
javafx.beans.property.SimpleObjectProperty<Entity>
EntityGraphEditorModel.selectedEntityProperty()
javafx.beans.property.SimpleObjectProperty<Entity>
Binding.toEntityProperty()
Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean with parameters of type EntityModifier and TypeMethodDescriptionvoid
Binding.setFromEntity
(Entity fromEntity) Sets the value of the property fromEntity.void
EntityGraphEditorModel.setSelectedEntity
(Entity selectedEntity) Sets the value of the property selectedEntity.void
Binding.setToEntity
(Entity toEntity) Sets the value of the property toEntity.Method parameters in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean with type arguments of type EntityModifier and TypeMethodDescriptionvoid
EntityGraphEditorModel.setEntityObservableList
(javafx.collections.ObservableList<Entity> entityObservableList)