Uses of Class
com.jsql.model.bean.database.AbstractElementDatabase
Package
Description
-
Uses of AbstractElementDatabase in com.jsql.model.bean.database
Modifier 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
Define a Table, e.g. is sent to the view by the model after injection.Modifier and TypeFieldDescriptionstatic final AbstractElementDatabase
AbstractElementDatabase.MOCK
Used by non-progressing threads like File, metadata and shells.Modifier and TypeMethodDescriptionabstract AbstractElementDatabase
AbstractElementDatabase.getParent()
Traverse upward, and return the parent.Column.getParent()
Return the parent table.Database.getParent()
Table.getParent()
-
Uses of AbstractElementDatabase in com.jsql.util
Modifier 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
Modifier and TypeMethodDescriptionvoid
TabResults.createValuesTab
(String[][] data, String[] columnNames, AbstractElementDatabase table) -
Uses of AbstractElementDatabase in com.jsql.view.swing.tree
Modifier 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
Modifier and TypeMethodDescriptionAbstractNodeModel.getElementDatabase()
protected AbstractElementDatabase
AbstractNodeModel.getParent()
Get the database parent of current node.ModifierConstructorDescriptionprotected
AbstractNodeModel
(AbstractElementDatabase elementDatabase) Create a functional model for tree node.