Uses of Class
com.jsql.model.bean.database.AbstractElementDatabase
Packages that use AbstractElementDatabase
Package
Description
-
Uses of AbstractElementDatabase in com.jsql.model.bean.database
Subclasses of AbstractElementDatabase in com.jsql.model.bean.databaseModifier and TypeClassDescriptionclassDefine a Column, e.g. is sent to the view by the model after injection.classDefine a Database, e.g. is sent to the view by the model after injection.classclassDefine a Table, e.g. is sent to the view by the model after injection.Fields in com.jsql.model.bean.database declared as AbstractElementDatabaseModifier and TypeFieldDescriptionstatic final AbstractElementDatabaseMockElement.MOCKUsed by non-progressing threads like File, metadata and shells.Methods in com.jsql.model.bean.database that return AbstractElementDatabase -
Uses of AbstractElementDatabase in com.jsql.util
Methods in com.jsql.util with parameters of type AbstractElementDatabaseModifier and TypeMethodDescriptionThreadUtil.get(AbstractElementDatabase elementDatabase) Get the task associated to the database component.voidThreadUtil.put(AbstractElementDatabase elementDatabase, AbstractSuspendable suspendable) Add a job to the list of ongoing tasks.voidThreadUtil.remove(AbstractElementDatabase elementDatabase) Remove the thread corresponding to the component in order to be garbage collected. -
Uses of AbstractElementDatabase in com.jsql.view.swing.tab
Methods in com.jsql.view.swing.tab with parameters of type AbstractElementDatabaseModifier and TypeMethodDescriptionvoidTabResults.addTabValues(String[][] data, String[] columnNames, AbstractElementDatabase table) -
Uses of AbstractElementDatabase in com.jsql.view.swing.tree
Methods in com.jsql.view.swing.tree that return types with arguments of type AbstractElementDatabaseMethods in com.jsql.view.swing.tree with parameters of type AbstractElementDatabaseModifier and TypeMethodDescriptionvoidTreeDatabase.createValuesTab(String[][] data, String[] columnNames, AbstractElementDatabase table) voidTreeDatabase.endIndeterminateProgress(AbstractElementDatabase dataElementDatabase) voidTreeDatabase.endProgress(AbstractElementDatabase dataElementDatabase) voidTreeDatabase.startIndeterminateProgress(AbstractElementDatabase dataElementDatabase) voidTreeDatabase.startProgress(AbstractElementDatabase dataElementDatabase) voidTreeDatabase.updateProgress(AbstractElementDatabase dataElementDatabase, int dataCount) -
Uses of AbstractElementDatabase in com.jsql.view.swing.tree.model
Methods in com.jsql.view.swing.tree.model that return AbstractElementDatabaseModifier and TypeMethodDescriptionAbstractNodeModel.getElementDatabase()protected AbstractElementDatabaseAbstractNodeModel.getParent()Get the database parent of current node.Constructors in com.jsql.view.swing.tree.model with parameters of type AbstractElementDatabaseModifierConstructorDescriptionprotectedAbstractNodeModel(AbstractElementDatabase elementDatabase) Create a functional model for tree node.