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 TypeClassDescriptionclass
Define a Column, e.g. is sent to the view by the model after injection.class
Define a Database, e.g. is sent to the view by the model after injection.class
class
Define 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 AbstractElementDatabase
MockElement.MOCK
Used 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.void
ThreadUtil.put
(AbstractElementDatabase elementDatabase, AbstractSuspendable suspendable) Add a job to the list of ongoing tasks.void
ThreadUtil.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 TypeMethodDescriptionvoid
TabResults.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 TypeMethodDescriptionvoid
TreeDatabase.createValuesTab
(String[][] data, String[] columnNames, AbstractElementDatabase table) void
TreeDatabase.endIndeterminateProgress
(AbstractElementDatabase dataElementDatabase) void
TreeDatabase.endProgress
(AbstractElementDatabase dataElementDatabase) void
TreeDatabase.startIndeterminateProgress
(AbstractElementDatabase dataElementDatabase) void
TreeDatabase.startProgress
(AbstractElementDatabase dataElementDatabase) void
TreeDatabase.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 AbstractElementDatabase
AbstractNodeModel.getParent()
Get the database parent of current node.Constructors in com.jsql.view.swing.tree.model with parameters of type AbstractElementDatabaseModifierConstructorDescriptionprotected
AbstractNodeModel
(AbstractElementDatabase elementDatabase) Create a functional model for tree node.