Uses of Interface
ru.cg.webbpm.studio.database.api.DatabaseManager
Packages that use DatabaseManager
Package
Description
-
Uses of DatabaseManager in ru.cg.webbpm.studio.database.impl
Classes in ru.cg.webbpm.studio.database.impl that implement DatabaseManager -
Uses of DatabaseManager in ru.cg.webbpm.studio.database.impl.entity_accessor
Fields in ru.cg.webbpm.studio.database.impl.entity_accessor declared as DatabaseManagerModifier and TypeFieldDescriptionprotected DatabaseManager
AbstractEntityAccessor.databaseManager
-
Uses of DatabaseManager in ru.cg.webbpm.studio.subsystem.database.editors.entity_column
Constructors in ru.cg.webbpm.studio.subsystem.database.editors.entity_column with parameters of type DatabaseManagerModifierConstructorDescriptionEntityColumnEditor
(PropertyEditorContext editorContext, DatabaseManager databaseManager, EntityAccessorManager entityAccessorManager) -
Uses of DatabaseManager in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph
Constructors in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph with parameters of type DatabaseManagerModifierConstructorDescriptionEntityGraphEditor
(javafx.stage.Window owner, DatabaseManager databaseManager, Object context, ConditionValueEditorManager conditionValueEditorManager, Alerts alerts) EntityGraphEditorDlg
(javafx.stage.Window owner, DatabaseManager databaseManager, Object context, ConditionValueEditorManager conditionValueEditorManager, DefaultEntityGraph entityGraph, Alerts alerts) EntityGraphPropertyEditor
(PropertyEditorContext editorContext, DatabaseManager databaseManager, IdeManager ideManager, ConditionValueEditorManager conditionValueEditorManager, Alerts alerts) -
Uses of DatabaseManager in ru.cg.webbpm.studio.subsystem.database.editors.table
Constructors in ru.cg.webbpm.studio.subsystem.database.editors.table with parameters of type DatabaseManagerModifierConstructorDescriptionTableEditor
(DatabaseManager databaseManager, PropertyEditorContext editorContext) -
Uses of DatabaseManager in ru.cg.webbpm.studio.subsystem.database.editors.table_column
Constructors in ru.cg.webbpm.studio.subsystem.database.editors.table_column with parameters of type DatabaseManagerModifierConstructorDescriptionTableColumnEditor
(PropertyEditorContext editorContext, DatabaseManager databaseManager, EntityAccessorManager entityAccessorManager)