A B C D E F G H I J L M N O P R S T U V W

A

AbstractDataPanel - class medi.swing.panel.AbstractDataPanel.
It is a generic panel to show information about data relative to another entity, such as sessions, author etc.
AbstractDataPanel() - Constructor for class medi.swing.panel.AbstractDataPanel
Creates new form AbstractDataPanel
AbstractFile2Db - class medi.util.AbstractFile2Db.
It is a prototype of plugin mechanism: it's a base class that represents an analyzer class for the volume scanning wizard.
AbstractFile2Db() - Constructor for class medi.util.AbstractFile2Db
Creates new AbstractFile2Db
AbstractPreviewer - class medi.util.AbstractPreviewer.
It is an abstract class used as a base for file-type-specific previewers.
AbstractPreviewer() - Constructor for class medi.util.AbstractPreviewer
Creates new AbstractPreviewer
AbstractTreeExpansionDispatcher - class javatools.swing.tree.AbstractTreeExpansionDispatcher.
It is an "event dispatcher" for tree expansions, i.e. it manages in a separate thread tree expansions.
AbstractTreeExpansionDispatcher() - Constructor for class javatools.swing.tree.AbstractTreeExpansionDispatcher
Creates a new instance of AbstractTreeExpansionDispatcher
AbstractWizard - class javatools.swing.AbstractWizard.
Class to represent a generic wizard, with much code written and ready to use.
AbstractWizard() - Constructor for class javatools.swing.AbstractWizard
Creates new form DBScriptWizard
accept(File) - Method in class javatools.swing.SimpleFileFilter
Checks if a certain file should be accepted or not.
ADD_MODE - Variable in class medi.swing.dialog.SessionManagement
Adds an array of data to a session.
ADD_MODE - Variable in class medi.swing.dialog.ProgramManagement
Adds a file type to an editor.
ADD_MODE - Variable in class medi.swing.dialog.GenreManagement
Adds an array of data to a genre.
ADD_MODE - Variable in class medi.swing.dialog.FileTypeManagement
Adds an array of data IDs to an editor.
ADD_MODE - Variable in class medi.swing.dialog.EditorManagement
Adds an array of data IDs to an editor.
ADD_MODE - Variable in class medi.swing.dialog.DataSetManagement
Adds a data set to a data array.
ADD_MODE - Variable in class medi.swing.dialog.AuthorManagement
Adds an author to a data array.
add(DbRow) - Method in class javatools.db.DbRowSet
Adds a row to the list.
add(IndexedTypedTreeNode) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Adds a child to the node.
addAll(DbAbstractTable) - Method in class javatools.db.DbSelector
Add all the columns from the given table to the select list.
addAllExcept(DbAbstractTable, DbColumn) - Method in class javatools.db.DbSelector
Add all the columns from the given table to the select list.
addAllExcept(DbAbstractTable, Set) - Method in class javatools.db.DbSelector
Add all the columns from the given table to the select list.
addColumn(DbColumn, Object) - Method in class javatools.db.DbUpdater
Add a column specification to update.
addColumn(DbColumn, Object) - Method in class javatools.db.DbInserter
Specify the value of a column to add.
addColumn(Object) - Method in class javatools.db.DbSelector
Add the given object to the select column list.
addColumn(Object, String) - Method in class javatools.db.DbSelector
Add the given object to the select column list with an "AS" alias.
addCommand(String) - Method in class javatools.util.ScriptCatcher
Adds a new command.
addComponent(JComponent, Dimension, int) - Method in class javatools.swing.ResizeManager
Adds a component to resize on resizing of the monitored container.
addContainerValidator(Validator) - Method in class medi.db.Provider
Adds a new container validator.
addDirectory(String) - Method in class medi.util.VolumeScanningSaver
Adds a directory in the file.
addExitSubdir() - Method in class medi.util.VolumeScanningSaver
Currently unused.
addFatherTable(DbAbstractTable, DbColumn[], DbColumn[], int, int) - Method in class javatools.db.DbDynamicConstraint
Adds a new father table.
addFatherTable(DbReferencedTable, DbColumn[], DbColumn[], int, int) - Method in class javatools.db.DbReferencedTable
 
addFile(String) - Method in class medi.util.VolumeScanningSaver
Adds a file name in the file.
addFileTypeValidator(Validator) - Method in class medi.db.Provider
Adds a validator to control whether the table FILE_TYPE has been changed.
addGroupBy(DbExpr) - Method in class javatools.db.DbSelector
Adds a GROUP BY column to this select.
addJoinedTable(DbJoinedTable) - Method in class javatools.db.DbSelector
Adds a joined table.
addMountPoint(String) - Method in class medi.db.util.VolumeMounter
Adds a mount point.
addMouseListenerToHeaderInTable(JTable) - Method in class javatools.swing.table.IndexedTableSorter
Method used to add a mouse listener to catch click on table headers.
addOrderBy(DbExpr, boolean) - Method in class javatools.db.DbSelector
Add an ORDER BY clause to this select.
addRow(Object[], Object) - Method in class javatools.swing.table.IndexedTableModel
Adds a row at the end of the table.
addSonTable(DbAbstractTable, int) - Method in class javatools.db.DbDynamicConstraint
Adds a son table.
addSonTable(DbReferencedTable, int) - Method in class javatools.db.DbReferencedTable
 
addValidator(Validator) - Method in class javatools.util.ValidatorCluster
Adds a validator to the list.
after(Date) - Method in class javatools.util.FormattedDate
Checks if a given date is after this date.
allSuper(Class) - Static method in class javatools.util.Reflect
 
allSuperClasses(Class) - Static method in class javatools.util.Reflect
 
allSuperInterfaces(Class) - Static method in class javatools.util.Reflect
 
AnalyzerClass - class medi.db.backward.AnalyzerClass.
Represents the support table ANALYZER_CLASS.
AnalyzerClass(DbDatabase) - Constructor for class medi.db.backward.AnalyzerClass
Creates new AnalyzerClass.
analyzerClassIterator() - Static method in class medi.util.MediConfig
Returns an iterator for analyzer classes.
and(DbExpr) - Method in class javatools.db.DbExpr
Returns an expression created as an "and" between the current expression and another expression.
appendInfoToSaver(int) - Method in class medi.io.DirectoryScanner
Appends info about the directory (and subdirectories recursively) using the previously passed volume scanning saver.
ArgumentProcessor - class javatools.util.ArgumentProcessor.
It's a class useful to process arguments passed via command line.
ArgumentProcessor() - Constructor for class javatools.util.ArgumentProcessor
Creates new ArgumentProcessor
ArrayComparator - class javatools.util.ArrayComparator.
Compares an array of objects, object by object.
ArrayComparator() - Constructor for class javatools.util.ArrayComparator
Creates new ForeignKeyComparator
ascending - Variable in class javatools.swing.table.IndexedTableSorter
true: ascending order; false: descending order.
attach(Clippable) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Attaches an object to this one.
attach(Clippable) - Method in interface javatools.util.Clippable
Attaches another object into this one.
attach(Clippable) - Method in class medi.swing.tree.MediTreeNode
Attaches an object to this one.
Author - class medi.db.table.Author.
Represents the AUTHOR table (see relational model).
Author(DbDatabase) - Constructor for class medi.db.table.Author
Creates new Container
AuthorDataPanel - class medi.swing.panel.AuthorDataPanel.
Shows data realized by an author.
AuthorDataPanel() - Constructor for class medi.swing.panel.AuthorDataPanel
Creates new SessionDataPanel
AuthorDetailsFiller - class medi.swing.filler.AuthorDetailsFiller.
Panel filler for AuthorDetailsPanel.
AuthorDetailsFiller() - Constructor for class medi.swing.filler.AuthorDetailsFiller
Creates a new instance of AuthorDataFiller
AuthorDetailsFiller(JPanel) - Constructor for class medi.swing.filler.AuthorDetailsFiller
Creates a new AuthorDetailsFiller.
AuthorDetailsPanel - class medi.swing.panel.AuthorDetailsPanel.
Shows author details.
AuthorDetailsPanel() - Constructor for class medi.swing.panel.AuthorDetailsPanel
Creates new form AuthorDetailsPanel
authorIDIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of key columns for an author.
authorIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of desired columns for an author.
AuthorManagement - class medi.swing.dialog.AuthorManagement.
Frame for selecting the author of given data IDs.
AuthorManagement(Frame, boolean) - Constructor for class medi.swing.dialog.AuthorManagement
Creates new form AuthorManagement
AuthorNodeExpander - class medi.swing.expander.AuthorNodeExpander.
Expansion manager for an author node.
AuthorNodeExpander() - Constructor for class medi.swing.expander.AuthorNodeExpander
Creates a new instance of AuthorNodeExpander
AuthorPaneDispatcher - class medi.swing.dispatch.AuthorPaneDispatcher.
The event dispatcher for the Author/Editor tree.
AuthorPaneDispatcher() - Constructor for class medi.swing.dispatch.AuthorPaneDispatcher
Creates a new instance of AuthorPaneDispatcher
AuthorPanel - class medi.swing.panel.AuthorPanel.
It is an author-list panel.
AuthorPanel() - Constructor for class medi.swing.panel.AuthorPanel
Creates new form AuthorPanel
AuthorTelephoneNo - class medi.db.table.AuthorTelephoneNo.
Represents the AUTHOR_TELEPHONE_NO table (see relational model).
AuthorTelephoneNo(DbDatabase) - Constructor for class medi.db.table.AuthorTelephoneNo
Creates new AuthorTelephoneNo
automaticChecking - Variable in class javatools.db.DbConstraint
true: check is done at all times; false: check is performed only with an explicit call to check.

B

before(Date) - Method in class javatools.util.FormattedDate
Checks if a given date is after this date.
beingCut - Variable in class javatools.swing.tree.IndexedTypedTreeNode
true: the node is being cut; false: otherwise.
BOTH - Variable in class javatools.swing.ResizeManager
Both horizontal and vertical resizing will be performed.
build() - Method in class javatools.db.DbDynamicConstraint
Builds all static lists.
build() - Method in class javatools.db.DbConstraint
After all settings, it finally builds all static references.
build(DbManager, String, String, String, int, String, String, String) - Static method in class javatools.db.ConnectionString
Returns a connection string for given parameters
build(DbManager, String, String, String, int, String, String, String, String) - Static method in class javatools.db.ConnectionString
Returns a connection string for given parameters
buildGenrePath(Integer) - Method in class medi.db.Provider
Builds a genre path for a given genre.
buildPath(String, Integer, Integer) - Method in class medi.db.Provider
Creates a complete path for a given session.
buildProperties() - Method in class javatools.swing.AbstractWizard
Returns all the inserted values into the wizard as a properties object.
buildUp() - Method in class javatools.db.DbFixedAbstractTable
Performs building of static lists.
byteValue() - Method in class javatools.util.FormattedNumber
Returns the byte value for out num object.

C

Cache - class javatools.util.Cache.
General purpose cache class.
Cache() - Constructor for class javatools.util.Cache
Creates a new Cache object.
Cache(int) - Constructor for class javatools.util.Cache
Constructor which takes an initial guesstimate of how many items we expect to store in it
canBeAttached(Clippable) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Checks whether an object can be attached to this one.
canBeAttached(Clippable) - Method in interface javatools.util.Clippable
Checks whether the passed object can be attached into this one.
canBeAttached(Clippable) - Method in class medi.swing.tree.MediTreeNode
Checks whether an object can be attached to this one.
canBeCopied() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Checks whether this object can be copied or not.
canBeCopied() - Method in interface javatools.util.Clippable
Checks whether this object can be copied or not.
canBeCopied() - Method in class medi.swing.tree.MediTreeNode
Checks whether this object can be copied or not.
canBeCut() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Checks whether this object can be cut or not.
canBeCut() - Method in interface javatools.util.Clippable
Checks whether this object can be cut or not.
canBeCut() - Method in class medi.swing.tree.MediTreeNode
Checks whether this object can be cut or not.
canDoUpdate - Variable in class javatools.db.DbConstraint
true: update can be done.
CASCADE - Static variable in class javatools.db.DbReferencedTable
 
CASCADE - Static variable in class javatools.db.DbConstraint
It means that, in case of an UPDATE/DELETE operation, the constraint MUST cascade the operation, that is updating/deleting in cascade all involved rows.
catchDefaults() - Method in class javatools.db.DbFixedAbstractTable
Finds defaults.
check(int) - Method in class javatools.db.DbDynamicConstraint
Performs checking in the table, after setting all dynamic and "static" data.
check(int) - Method in class javatools.db.DbConstraint
After setting all dynamic (i.e. operations, lists etc.) information, it checks explicitly if all operations can be done.
check(int) - Method in class medi.db.constraint.FKVolume
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKSession
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKRealized
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKPublished
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKNeedsExecutionOf
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKMarks
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKInstalledProgram
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKIncludes
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKGenre
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKFileType
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKFatherOf
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKEditorTelephoneNo
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKEditor
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKDataSet
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKData
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKContains
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKContainer
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKAuthorTelephoneNo
Checks if the specified operation can be made.
check(int) - Method in class medi.db.constraint.FKAuthor
Checks if the specified operation can be made.
checkChildren() - Method in class javatools.db.DbConstraint
Checks recursively each son.
checkFathers() - Method in class javatools.db.DbDynamicConstraint
Checks the fathers.
checkFathers() - Method in class javatools.db.DbConstraint
Performs checking for father tables.
checkModel() - Method in class javatools.swing.table.IndexedTableSorter
Checks if the model is OK.
checkStatement - Variable in class javatools.db.DbDatabase
A flag indicating if a DBMS supports check clauses in its constraints.
checkThis(int) - Method in class javatools.db.DbDynamicConstraint
Performs base checking.
checkThis(int) - Method in class javatools.db.DbConstraint
Performs base checks.
classObjOf(Class, String) - Static method in class javatools.util.Reflect
 
cleanValues() - Method in class javatools.util.ArgumentProcessor
Turns all flags to FALSE and all values to empty strings
clear() - Method in class javatools.db.DbConstraint
Clears everything.
clear() - Method in class javatools.db.DbRowSet
Completely clears this row set.
clear() - Method in class javatools.util.ScriptCatcher
Removes all the commands.
clear() - Method in class javatools.util.Clipboard
Clears everything.
clear() - Method in class medi.util.VolumeScanningSaver
Puts everything in a clean status.
clearData() - Method in class medi.swing.panel.DataDetailsPanel
Clears the tables.
clearIndexedTable(JTable) - Static method in class medi.swing.util.TableUtils
Clears an indexed table.
clearReferences() - Method in class javatools.db.DbReferencedTable
 
clearSortedTable(JTable) - Static method in class medi.swing.util.TableUtils
Clears a sorted table.
clearTable(JTable) - Static method in class medi.swing.util.TableUtils
Clears a normal table.
clearThreads() - Method in class medi.swing.MediMain
Clears the controlled threads.
Clipboard - class javatools.util.Clipboard.
It represents a simple clipboard, that can contains one element at a time.
Clipboard() - Constructor for class javatools.util.Clipboard
Creates a new instance of Clipboard
Clippable - interface javatools.util.Clippable.
It is an interface to be used in things that can be clipped (i.e. cut, copied, pasted).
clone() - Method in class javatools.db.DbConstraint
Clones this object.
clone() - Method in class javatools.util.FormattedDate
Clones this object.
clone() - Method in class javatools.util.IndexedObject
Clones this object.
cloned - Variable in class javatools.db.DbConstraint
true: the object is cloned.
close() - Method in class javatools.db.DbTable
Closes this table.
close() - Method in class javatools.db.DbManager
Close ALL connections associated with this database.
close() - Method in class javatools.db.DbConnection
Closes the connection.
colNameMap - Variable in class javatools.db.DbFixedAbstractTable
A map containing all column names.
columns - Variable in class javatools.db.DbFixedAbstractTable
The array containing all the columns of the table.
ComboBoxUtils - class medi.swing.util.ComboBoxUtils.
Contains only one function to manage combo boxes.
ComboBoxUtils() - Constructor for class medi.swing.util.ComboBoxUtils
Creates new ComboBoxUtils
commit() - Method in class javatools.db.DbManager
Perform a commit on ALL connections associated with this database.
commit() - Method in class javatools.db.DbConnection
Commits all operations.
commitClose() - Method in class javatools.db.DbManager
Commit and close ALL connections associated with this database.
commitClose() - Method in class javatools.db.DbConnection
Commits all the operations and closes the connection.
CommonException - exception javatools.util.CommonException.
A base class for other types of exceptions.
CommonException(String) - Constructor for class javatools.util.CommonException
Creates a new CommonException
CommonException(String, Throwable) - Constructor for class javatools.util.CommonException
Creates a new CommonException
CommonException(Throwable) - Constructor for class javatools.util.CommonException
Creates a new CommonException.
CommonRuntimeException - exception javatools.util.CommonRuntimeException.
A base class for other types of Runtime exceptions.
CommonRuntimeException(String) - Constructor for class javatools.util.CommonRuntimeException
Creates a new CommonRuntimeException.
CommonRuntimeException(String, Throwable) - Constructor for class javatools.util.CommonRuntimeException
Creates a new CommonRuntimeException.
CommonRuntimeException(Throwable) - Constructor for class javatools.util.CommonRuntimeException
Creates a new CommonRuntimeException.
Compare - class javatools.util.Compare.
Such a preliminary class.
Compare() - Constructor for class javatools.util.Compare
 
compare(int, int) - Method in class javatools.swing.table.IndexedTableSorter
Compares two columns.
compare(Object, Object) - Method in class javatools.util.ArrayComparator
Compares two arrays.
compareRowsByColumn(int, int, int) - Method in class javatools.swing.table.IndexedTableSorter
Compares two rows by a column.
compares - Variable in class javatools.swing.table.IndexedTableSorter
Contains the number of made comparisons.
compareTo(Date) - Method in class javatools.util.FormattedDate
Compares this date to a given date.
compareTo(Object) - Method in class javatools.util.FormattedDate
Compares this object to another.
conditionalSetPlace(TreeNode, Object) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Sets a node's tree if it is really a JTree.
conformsTo(Class, Class) - Static method in class javatools.util.Reflect
 
ConnectionString - class javatools.db.ConnectionString.
A class to manage the building of connection string for JDBC.
ConnectionString() - Constructor for class javatools.db.ConnectionString
 
ConnectionWizard - class javatools.swing.ConnectionWizard.
The wizard to manage collecting dbms information to save in a properties file.
ConnectionWizard() - Constructor for class javatools.swing.ConnectionWizard
Creates new ScriptExecutorWizard
constraintEmulation - Variable in class javatools.db.DbConstraint
true: emulation made as needed; false: emulation is not made.
constraints - Variable in class javatools.db.DbConstraint
Contains an array of constraint to perform cascade-check and cascade-updates.
construct() - Method in class javatools.swing.SwingWorker
Compute the value to be returned by the get method.
construct() - Method in class medi.swing.util.PictureSwingWorker
Compute the value to be returned by the get method.
constructCommands(String) - Method in class javatools.util.ScriptCatcher
Construct commands fromf a given string (textScript) instead of a file.
Container - class medi.db.table.Container.
Represents the CONTAINER table (see relational model).
Container(DbDatabase) - Constructor for class medi.db.table.Container
Creates new Container
ContainerDetailsFiller - class medi.swing.filler.ContainerDetailsFiller.
Panel filler for ContainerDetailsPanel.
ContainerDetailsFiller() - Constructor for class medi.swing.filler.ContainerDetailsFiller
Creates a new instance of AuthorDataFiller
ContainerDetailsFiller(JPanel) - Constructor for class medi.swing.filler.ContainerDetailsFiller
Creates a new ContainerDetailsFiller.
containerIDIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of key columns for a container.
containerIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of desired columns for a container.
ContainerNodeExpander - class medi.swing.expander.ContainerNodeExpander.
Expansion manager for a container node.
ContainerNodeExpander() - Constructor for class medi.swing.expander.ContainerNodeExpander
Creates a new instance of ContainerNodeExpander
ContainerPaneDispatcher - class medi.swing.dispatch.ContainerPaneDispatcher.
The event dispatcher for the Container tree.
ContainerPaneDispatcher() - Constructor for class medi.swing.dispatch.ContainerPaneDispatcher
Creates a new instance of ContainerPaneDispatcher
ContainerPanel - class medi.swing.panel.ContainerPanel.
It is a panel that displays a container list.
ContainerPanel() - Constructor for class medi.swing.panel.ContainerPanel
Creates new form ContainerPanel
ContainerType - class medi.db.backward.ContainerType.
Represents the support table CONTAINER_TYPE.
ContainerType(DbDatabase) - Constructor for class medi.db.backward.ContainerType
Creates new ContainerType.
containerTypeIterator() - Static method in class medi.util.MediConfig
Returns an iterator for container types.
Contains - class medi.db.table.Contains.
Represents the CONTAINS table (see relational model).
Contains(DbDatabase) - Constructor for class medi.db.table.Contains
Creates new Contains
containsAllStrings(List) - Method in class javatools.db.DbExpr
Creates an expression to be used to search in char columns containing one of the specified strings.
containsAllStrings(String[]) - Method in class javatools.db.DbExpr
Creates an expression to be used to search in char columns containing one of the specified strings.
convert(String, int) - Static method in class javatools.sql.SQL2Java
Converts a string into an object, using a specified SQL type.
convertToVector(Object[]) - Static method in class javatools.swing.table.IndexedTableModel
Converts an array to a vector.
convertToVector(Object[][]) - Static method in class javatools.swing.table.IndexedTableModel
Converts an array of arrays in a vector of vectors.
copy() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Copies this object into the clipboard.
copy() - Method in interface javatools.util.Clippable
Copies this object.
copy() - Method in class medi.swing.tree.MediTreeNode
Copies this object into the clipboard.
copy(Clippable) - Method in class javatools.util.Clipboard
Copies an item.
copyUsingFields(Object, Object) - Static method in class javatools.util.Reflect
 
copyUsingGettersAndSetters(Object, Object) - Static method in class javatools.util.Reflect
 
count() - Method in class javatools.db.DbExpr
Returns the count expression for the current expression.
createAuthorTelephone(Integer, String) - Method in class medi.db.Provider
Creates a new author telephone number.
createDatabase(String) - Method in class javatools.db.DbDatabaseAdmin
Creates a database.
createEditorTelephone(Integer, String) - Method in class medi.db.Provider
Creates a new editor telephone number.
createEmptyAuthor() - Method in class medi.db.Provider
Creates a new empty author.
createEmptyContainer() - Method in class medi.db.Provider
Creates a new empty container.
createEmptyDataSet() - Method in class medi.db.Provider
Creates a new empty data.
createEmptyEditor() - Method in class medi.db.Provider
Creates a new empty editor.
createEmptyFileType() - Method in class medi.db.Provider
Creates a new empty file type.
createEmptyGenre(Integer) - Method in class medi.db.Provider
Creates a new empty genre.
createEmptyProgram() - Method in class medi.db.Provider
Creates an empty program.
createEmptySession(Integer, Integer) - Method in class medi.db.Provider
Creates a new empty session.
createEmptyVolume(Integer) - Method in class medi.db.Provider
Creates a new empty volume.
createIndex(String, DbAbstractTable, DbColumn[]) - Method in class javatools.db.DbDatabaseAdmin
Creates an index for a database.
createNewAuthor(String, String, String, String, String, String, String) - Method in class medi.db.Provider
Creates a new author.
createNewContainer(String, String) - Method in class medi.db.Provider
Creates a new container.
createNewData(Integer, String, String, String, Long) - Method in class medi.db.Provider
Creates a new data.
createNewData(Integer, String, String, String, Long, String, Integer, Integer, Integer, Integer, Integer, Integer, Integer) - Method in class medi.db.Provider
Creates a new data item.
createNewDataSet(String, String) - Method in class medi.db.Provider
Creates a new data set.
createNewFileType(String, String, Integer, String) - Method in class medi.db.Provider
Creates a new file type.
createNewGenre(Integer, String, String) - Method in class medi.db.Provider
Creates a new Genre.
createNewSession(Integer, Integer, String, String) - Method in class medi.db.Provider
Creates a new session.
createNewVolume(Integer, String, String) - Method in class medi.db.Provider
Creates a new volume.
createWaitNode() - Static method in class medi.swing.util.TreeUtils
Creates a fake wait node, i.e. contains the text "Please wait..."
currentOperation - Variable in class javatools.db.DbConstraint
Represents the current operation.
cut() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Cuts this object into the clipboard.
cut() - Method in interface javatools.util.Clippable
Cuts the object.
cut() - Method in class medi.swing.tree.MediTreeNode
Cuts this object into the clipboard.
cut(Clippable) - Method in class javatools.util.Clipboard
Cuts an item.

D

Data - class medi.db.table.Data.
Represents the DATA table (see relational model).
Data(DbDatabase) - Constructor for class medi.db.table.Data
Creates new Data
DataDetailsFiller - class medi.swing.filler.DataDetailsFiller.
Panel filler for DataDetailsPanel.
DataDetailsFiller() - Constructor for class medi.swing.filler.DataDetailsFiller
Creates a new instance of DataDetailsFiller
DataDetailsFiller(JPanel) - Constructor for class medi.swing.filler.DataDetailsFiller
Creates a new DataDetailsPanel.
DataDetailsPanel - class medi.swing.panel.DataDetailsPanel.
It is a panel that displays data details.
DataDetailsPanel() - Constructor for class medi.swing.panel.DataDetailsPanel
Creates new form DataDetailsPanel
DataFTCNodeExpander - class medi.swing.expander.DataFTCNodeExpander.
Expansion manager for DataFileTypeContainer node.
DataFTCNodeExpander() - Constructor for class medi.swing.expander.DataFTCNodeExpander
Creates a new instance of DataFTCNodeExpander
dataIDIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of key columns for a data item.
dataIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of desired columns for a data item.
DataNodeExpander - class medi.swing.expander.DataNodeExpander.
Expansion manager for a data node.
DataNodeExpander() - Constructor for class medi.swing.expander.DataNodeExpander
Creates a new instance of DataNodeExpander
DataSet - class medi.db.table.DataSet.
Represents the DATA_SET table (see relational model).
DataSet(DbDatabase) - Constructor for class medi.db.table.DataSet
Creates new DATA_SET
DataSetDataPanel - class medi.swing.panel.DataSetDataPanel.
Shows data contained in a data set.
DataSetDataPanel() - Constructor for class medi.swing.panel.DataSetDataPanel
Creates new SessionDataPanel
DataSetDetailsFiller - class medi.swing.filler.DataSetDetailsFiller.
Panel filler for DataSetDetailsPanel.
DataSetDetailsFiller() - Constructor for class medi.swing.filler.DataSetDetailsFiller
Creates a new instance of AuthorDataFiller
DataSetDetailsFiller(JPanel) - Constructor for class medi.swing.filler.DataSetDetailsFiller
Creates a new DataSetDetailsPanel.
DataSetDetailsPanel - class medi.swing.panel.DataSetDetailsPanel.
Displays data set details.
DataSetDetailsPanel() - Constructor for class medi.swing.panel.DataSetDetailsPanel
Creates new form AuthorDetailsPanel
dataSetIDIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of key columns for a data set.
dataSetIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of desired columns for a data set.
DataSetManagement - class medi.swing.dialog.DataSetManagement.
It is a frame to manage contained data in a data set.
DataSetManagement(Frame, boolean) - Constructor for class medi.swing.dialog.DataSetManagement
Creates new form DataSetManagement
DataSetNodeExpander - class medi.swing.expander.DataSetNodeExpander.
Expansion manager for a data set node.
DataSetNodeExpander() - Constructor for class medi.swing.expander.DataSetNodeExpander
Creates a new instance of DataSetNodeExpander
DataSetPaneDispatcher - class medi.swing.dispatch.DataSetPaneDispatcher.
The event dispatcher for the Data Set tree.
DataSetPaneDispatcher() - Constructor for class medi.swing.dispatch.DataSetPaneDispatcher
Creates a new instance of GenrePaneDispatcher
DataSetPanel - class medi.swing.panel.DataSetPanel.
Displays a list of data sets.
DataSetPanel() - Constructor for class medi.swing.panel.DataSetPanel
Creates new form DataSetPanel
DatePanel - class javatools.swing.DatePanel.
It consists of a panel to get date-time information from the user.
DatePanel() - Constructor for class javatools.swing.DatePanel
Creates new form DatePanel
dateTrunc() - Method in class javatools.db.DbExpr
Truncs the date?
DateUtil - class javatools.util.DateUtil.
A utility class for use with dates.
DateUtil() - Constructor for class javatools.util.DateUtil
 
daysInMonth(int, int) - Static method in class javatools.util.DateUtil
Returns the number of days in a month depending on the year.
db - Variable in class javatools.db.DbAbstractTable
The database used for the connection.
DbAbstractTable - class javatools.db.DbAbstractTable.
A class representing tabular data.
DbAbstractTable(DbDatabase) - Constructor for class javatools.db.DbAbstractTable
Constructor.
DbAndExpr - class javatools.db.DbAndExpr.
An expression of the form A AND B.
DbAndExpr(DbDatabase, Object, Object) - Constructor for class javatools.db.DbAndExpr
Builds a new "and" expression in the form "o1 AND o2".
DbCachedIterator - class javatools.db.DbCachedIterator.
A class to represent a "cached" DbIterator, that is an iterator that can be called more than once.
DbCachedIterator(DbCachedTable) - Constructor for class javatools.db.DbCachedIterator
Creates new DbCachedIterator
DbCachedTable - class javatools.db.DbCachedTable.
It's a "cached" table, that represents a result from SELECT in a cached way, that is it can be accessed more than once.
DbCachedTable(DbDatabase) - Constructor for class javatools.db.DbCachedTable
Creates new DbCachedTable
DbColumn - class javatools.db.DbColumn.
A class that represents a particular column within a particular DbTable.
DbColumn(DbAbstractTable, int) - Constructor for class javatools.db.DbColumn
Creates a new DbColumn.
DbConnection - class javatools.db.DbConnection.
A Database connection.
DbConnection(DbDatabase, Connection) - Constructor for class javatools.db.DbConnection
Creates a new DbConnection.
DbConstraint - class javatools.db.DbConstraint.
This abstract class represents a generic set of constraints for a table.
DbConstraint() - Constructor for class javatools.db.DbConstraint
Creates new DbConstraint
DbConstraint(DbAbstractTable) - Constructor for class javatools.db.DbConstraint
Creates a new DbConstraint for a specified table.
DbCriterion - class javatools.db.DbCriterion.
It is a class that represents an expression of the type "A op B", where "op" is a generic operator.
DbCriterion(DbDatabase, Object, String, Object) - Constructor for class javatools.db.DbCriterion
Builds a new DbCriterion object.
DbDatabase - class javatools.db.DbDatabase.
A class that represents a particular database.
DbDatabase() - Constructor for class javatools.db.DbDatabase
Builds a new DbDatabase empty object.
DbDatabase(DbManager, String, String, String, String, String) - Constructor for class javatools.db.DbDatabase
Builds a new DbDatabase object.
DbDatabaseAdmin - class javatools.db.DbDatabaseAdmin.
Class to manage administrator functions.
DbDatabaseAdmin(DbDatabase) - Constructor for class javatools.db.DbDatabaseAdmin
Creates new DbDatabaseAdmin
DbDatabaseAdmin(DbManager, String, String, String, String, String) - Constructor for class javatools.db.DbDatabaseAdmin
Creates new DbDatabaseAdmin
DbDeleter - class javatools.db.DbDeleter.
A class used to delete records from SQL tables.
DbDynamicConstraint - class javatools.db.DbDynamicConstraint.
It is a class representing a "dynamic" constraint, i.e. a constraint that changes references dynamically.
DbDynamicConstraint(DbAbstractTable) - Constructor for class javatools.db.DbDynamicConstraint
Creates new DbDynamicConstraint
DbException - exception javatools.db.DbException.
An Exception class for this package.
DbException(Exception) - Constructor for class javatools.db.DbException
Builds a new DbException object.
DbException(String) - Constructor for class javatools.db.DbException
Builds a new DbException object.
DbException(String, Exception) - Constructor for class javatools.db.DbException
Builds a new DbException object.
DbExpr - class javatools.db.DbExpr.
An sql expression class.
DbExpr(DbDatabase) - Constructor for class javatools.db.DbExpr
Constructor for the DbExpr object
DbExprFuncDef - class javatools.db.DbExprFuncDef.
An SQL expression of the form FUNCNAME(parameter....).
DbExprFuncDef(DbDatabase, String) - Constructor for class javatools.db.DbExprFuncDef
Constructor for the DbExprFuncDef object
DbExprFuncDef(DbDatabase, String, Object) - Constructor for class javatools.db.DbExprFuncDef
Constructor for the DbExprFuncDef object
DbExprFuncDef(DbDatabase, String, Object, Object) - Constructor for class javatools.db.DbExprFuncDef
Constructor for the DbExprFuncDef object
DbFalseExpr - class javatools.db.DbFalseExpr.
An expression that always evaluates to false.
DbFalseExpr(DbDatabase) - Constructor for class javatools.db.DbFalseExpr
Builds a new false expression.
DbFixedAbstractTable - class javatools.db.DbFixedAbstractTable.
It represents a real database table.
DbFixedAbstractTable(DbDatabase) - Constructor for class javatools.db.DbFixedAbstractTable
Creates new DbFixedAbstractTable
DbInserter - class javatools.db.DbInserter.
A class used to insert records into SQL tables.
DbIterator - class javatools.db.DbIterator.
An iterator class for DbTables.
DbJoinedTable - class javatools.db.DbJoinedTable.
This class represents a "joined table" in an SQL statement.
DbJoinedTable(DbDatabase, DbAbstractTable, DbAbstractTable, int, DbExpr) - Constructor for class javatools.db.DbJoinedTable
Creates a new instance of DbJoinedTable
DbLiteral - class javatools.db.DbLiteral.
Inserts a piece of literal text within the SQL expression.
DbLiteral(DbDatabase, String) - Constructor for class javatools.db.DbLiteral
Constructor for the DbLiteral object
DbManager - class javatools.db.DbManager.
A class to manage all the other DbDatabases.
DbManager() - Constructor for class javatools.db.DbManager
 
DbMiscExpr - class javatools.db.DbMiscExpr.
An SQL expression of the form FUNCNAME(parameter....).
DbMiscExpr(DbDatabase, String) - Constructor for class javatools.db.DbMiscExpr
See DbFuncExpr
DbMiscExpr(DbDatabase, String, Object) - Constructor for class javatools.db.DbMiscExpr
See DbFuncExpr
DbMiscExpr(DbDatabase, String, Object, Object) - Constructor for class javatools.db.DbMiscExpr
See DbFuncExpr
DBMSSpecificationPanel - class javatools.swing.DBMSSpecificationPanel.
This panel is used to show DBMS specifications, just like DBMS name, address and TCP/IP port.
DBMSSpecificationPanel() - Constructor for class javatools.swing.DBMSSpecificationPanel
Creates new form DBMSSpecificationPanel
DBMSUserInfoPanel - class javatools.swing.DBMSUserInfoPanel.
Panel to collect user information and the database name.
DBMSUserInfoPanel() - Constructor for class javatools.swing.DBMSUserInfoPanel
Creates new form DBMSUserInfoPanel
DbOrderBy - class javatools.db.DbOrderBy.
A class that represents an ORDER BY clause in a SELECT.
DbOrderBy(DbExpr, boolean) - Constructor for class javatools.db.DbOrderBy
Creates a new DbOrderBy expression.
DbOrExpr - class javatools.db.DbOrExpr.
An expression of the form A OR B.
DbOrExpr(DbDatabase, Object, Object) - Constructor for class javatools.db.DbOrExpr
Creates a new OR expression.
DbParenthesis - class javatools.db.DbParenthesis.
This expression has the result of putting parenthesis around another expression. i.e.
DbParenthesis(DbDatabase, DbExpr) - Constructor for class javatools.db.DbParenthesis
Constructor for the DbParenthesis object
DbReferencedDeleter - class javatools.db.DbReferencedDeleter.
It is just a DbDeleter, except in the fact it takes care of constraints.
DbReferencedInserter - class javatools.db.DbReferencedInserter.
It is just like a DbInserter, except on the fact it takes care of constraints.
DbReferencedTable - class javatools.db.DbReferencedTable.
It is currently a hybrid.
DbReferencedTable(DbDatabase) - Constructor for class javatools.db.DbReferencedTable
 
DbReferencedUpdater - class javatools.db.DbReferencedUpdater.
It is just like DbUpdater, except in the fact it takes care of constraints.
DbResult - class javatools.db.DbResult.
Currently this class is not used.
DbRow - class javatools.db.DbRow.
A row of tabular data.
DbRowSet - class javatools.db.DbRowSet.
It contains only a set of rows.
DbRowSet() - Constructor for class javatools.db.DbRowSet
Creates new DbRowSet
DbRowUseEvent - class javatools.awt.event.DbRowUseEvent.
Event to run use method of a DbRowUser object.
DbRowUseEvent(Object, DbRowUser, DbRow) - Constructor for class javatools.awt.event.DbRowUseEvent
Creates a new DbRowUseEvent
DbRowUser - interface javatools.util.DbRowUser.
Interface to let an object use a DbRow.
DBScriptExec - class javatools.applications.DBScriptExec.DBScriptExec.
Application to send a script to a DBMS.
DBScriptExec() - Constructor for class javatools.applications.DBScriptExec.DBScriptExec
Creates new DBScriptExec
DBScriptWizard - class javatools.applications.DBScriptWizard.DBScriptWizard.
It is a sample application to run the ScriptExecutorWizard class.
DBScriptWizard() - Constructor for class javatools.applications.DBScriptWizard.DBScriptWizard
Creates new DBScriptWizard
DbSelector - class javatools.db.DbSelector.
A class used to select tabular data from an SQL database.
DbSequence - class javatools.db.DbSequence.
Generates unique values for use as keys.
DbTable - class javatools.db.DbTable.
A class representing tabular data.
DbTable(DbDatabase) - Constructor for class javatools.db.DbTable
Creates a new DbTable.
DbTableUser - interface javatools.db.DbTableUser.
It is an interface for all the "things" that use tables.
DbTrueExpr - class javatools.db.DbTrueExpr.
An expression that always evaluates to true.
DbTrueExpr(DbDatabase) - Constructor for class javatools.db.DbTrueExpr
Creates a new DbTrueExpr expression.
DbUpdater - class javatools.db.DbUpdater.
A class used to update records from SQL tables.
DbValueList - class javatools.db.DbValueList.
This class represents a set of values to be used in an expression.
DbValueList(DbDatabase, Collection) - Constructor for class javatools.db.DbValueList
Creates new DbValueList
DEBUG - Static variable in interface javatools.util.Log
An informational message for programmers eyes only.
debug(String, String) - Method in interface javatools.util.Log
Puts a debug message in the log.
debug(String, String) - Method in class javatools.util.FileLog
Puts a debug message in the log.
defaultValues - Variable in class javatools.db.DbFixedAbstractTable
Array containing the default values.
defaultValues - Variable in class javatools.db.DbConstraint
Contains default values for each referenced field of each father table.
DELETE_OPERATION - Static variable in class javatools.db.DbConstraint
It represents a DELETE operation.
deleteCascadeChildren - Variable in class javatools.db.DbConstraint
Currently unused.
deleteFileGroup(File, FileFilter) - Static method in class javatools.io.FileUtils
Deletes all the files contained in directory inFile using filter filter.
deleteOperations - Variable in class javatools.db.DbConstraint
It contains the delete operations for each father table.
deleter() - Method in class javatools.db.DbJoinedTable
Returns a deleter for deleting rows in the database.
deleter() - Method in class javatools.db.DbFixedAbstractTable
Returns a deleter for this table.
deleter() - Method in class javatools.db.DbAbstractTable
Returns a deleter for deleting rows in the database.
deleter() - Method in class javatools.db.DbReferencedTable
 
deleteWhenCut - Variable in class javatools.swing.tree.IndexedTypedTreeNode
true: this node deletes itself (removes itself from its parent) when cut; false: the opposite.
Dir2Db - class medi.db.util.Dir2Db.
Captures directory information to put in the database.
Dir2Db() - Constructor for class medi.db.util.Dir2Db
Creates new Dir2Db
Dir2Db(Provider, int, DirectoryGetter, Integer, Integer) - Constructor for class medi.db.util.Dir2Db
Creates new Dir2Db.
Dir2Db(Provider, int, File, Integer, Integer) - Constructor for class medi.db.util.Dir2Db
Creates a new Dir2Db.
DirectoryGetter - class javatools.io.DirectoryGetter.
It is a class that can get all files and subdirectories of a given directory.
DirectoryGetter() - Constructor for class javatools.io.DirectoryGetter
Creates new DirectoryGetter
DirectoryGetter(File) - Constructor for class javatools.io.DirectoryGetter
Creates a new DirectoryGetter.
DirectoryGetter(String) - Constructor for class javatools.io.DirectoryGetter
Creates a new DirectoryGetter.
DirectoryScanner - class medi.io.DirectoryScanner.
It represents a class used to scan directories and to put information about files and subdirectories in a file.
DirectoryScanner() - Constructor for class medi.io.DirectoryScanner
Creates new DirectoryScanner
DirectoryScanner(File) - Constructor for class medi.io.DirectoryScanner
Creates new DirectoryScanner
DirectoryScanner(String) - Constructor for class medi.io.DirectoryScanner
Creates new DirectoryScanner
dirRef - Variable in class javatools.io.DirectoryGetter
Represents the directory itself.
disableTabs(JTabbedPane) - Static method in class javatools.swing.MoreSwingUtilities
Disable all tabs of a JTabbedPane.
dispatch() - Method in class javatools.awt.event.SetTextEvent
Dispatches the event.
dispatch() - Method in class javatools.awt.event.DbRowUseEvent
Dispatches the event.
dispatch() - Method in class javatools.awt.event.TabEnableEvent
Dispatches the event.
dispatch() - Method in class javatools.awt.event.TabDisableEvent
Dispatches the event.
dispatch() - Method in class javatools.awt.event.TableResizeEvent
Dispatches the event.
dispatch() - Method in class javatools.awt.event.TableFillEvent
Dispatches the event.
dispatch() - Method in class javatools.awt.event.TreeExpansionEvent
Dispatches the event.
dispatch() - Method in class javatools.awt.event.TreeReloadEvent
Dispatches the event.
dispatch() - Method in class javatools.awt.event.WakingEvent
Dispatches the event.
dispatchEvent(KeyEvent) - Method in class javatools.swing.TextComponentChecker
Dispatches a KeyEvent to this object.
displaySize - Variable in class javatools.db.DbAbstractTable
This array contains the display size for each field.
DO_NOTHING - Static variable in class javatools.db.DbReferencedTable
 
DO_NOTHING - Static variable in class javatools.db.DbConstraint
It means that, in case of an UPDATE/DELETE operation, the table MUST NOT do anything to repair itself.
doDispatch() - Method in class javatools.swing.VariablePaneDispatcher
Dispatches the requests.
doDispatchOne(JTree, TreePath) - Method in class javatools.swing.tree.AbstractTreeExpansionDispatcher
Inherit it to make your own operations.
doDispatchOne(JTree, TreePath) - Method in class medi.swing.dispatch.MediTreeExpansionDispatcher
Dispatches one expansion.
doDispatchOne(Object, Object[]) - Method in class javatools.swing.panel.SubPanelDispatcher
Dispatches one subpanel request in the queue.
doubleValue() - Method in class javatools.util.FormattedNumber
Returns the double value for out num object.
dropDatabase(String) - Method in class javatools.db.DbDatabaseAdmin
Destroys a database.
dropTable(DbAbstractTable) - Method in class javatools.db.DbDatabaseAdmin
Deletes a table from a database.
duplicate() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Duplicates (clones) this object.
duplicate() - Method in interface javatools.util.Clippable
Duplicates (clones) this object.
duplicate() - Method in class medi.swing.tree.MediTreeNode
Duplicates (clones) this object.
dupWhenClipped - Variable in class javatools.swing.tree.IndexedTypedTreeNode
true: the node duplicates itself when clipped (cut or copied); false: the node returns itself.

E

Editor - class medi.db.table.Editor.
Represents the EDITOR table (see relational model).
Editor(DbDatabase) - Constructor for class medi.db.table.Editor
Creates new Editor.
EditorDataPanel - class medi.swing.panel.EditorDataPanel.
Displays data published by an editor.
EditorDataPanel() - Constructor for class medi.swing.panel.EditorDataPanel
Creates new SessionDataPanel
EditorDetailsFiller - class medi.swing.filler.EditorDetailsFiller.
Panel filler for EditorDetailsPanel.
EditorDetailsFiller() - Constructor for class medi.swing.filler.EditorDetailsFiller
Creates a new instance of AuthorDataFiller
EditorDetailsFiller(JPanel) - Constructor for class medi.swing.filler.EditorDetailsFiller
Creates a new EditorDetailsFiller.
EditorDetailsPanel - class medi.swing.panel.EditorDetailsPanel.
Shows editor details.
EditorDetailsPanel() - Constructor for class medi.swing.panel.EditorDetailsPanel
Creates new form AuthorDetailsPanel
editorIDIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of key columns for an editor.
editorIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of desired columns for an editor.
EditorManagement - class medi.swing.dialog.EditorManagement.
It is a frame to manage data published by an editor.
EditorManagement(Frame, boolean) - Constructor for class medi.swing.dialog.EditorManagement
Creates new form EditorManagement_2
EditorNodeExpander - class medi.swing.expander.EditorNodeExpander.
Expansion manager for editor node.
EditorNodeExpander() - Constructor for class medi.swing.expander.EditorNodeExpander
Creates a new instance of EditorNodeExpander
EditorPanel - class medi.swing.panel.EditorPanel.
Displays a list of editors.
EditorPanel() - Constructor for class medi.swing.panel.EditorPanel
Creates new form EditorPanel
EditorTelephoneNo - class medi.db.table.EditorTelephoneNo.
Represents the EDITOR_TELEPHONE_NO table (see relational model).
EditorTelephoneNo(DbDatabase) - Constructor for class medi.db.table.EditorTelephoneNo
Creates new EditorTelephoneNo.
empty() - Method in class javatools.util.JQueue
Is the queue empty?
enableTab(JTabbedPane, int) - Static method in class javatools.swing.MoreSwingUtilities
Enables a tab of a JTabbedPane.
eq(Object, Object) - Static method in class javatools.util.Compare
Equals object to object.
equal(Object) - Method in class javatools.db.DbExpr
Return an expression representing this column being equal to another value.
equals(Object) - Method in class javatools.db.DbJoinedTable
Check if an object is equal to the current one.
equals(Object) - Method in class javatools.db.DbAbstractTable
Check if an object is equal to the current one.
equals(Object) - Method in class javatools.db.DbDatabase
Checks if a DbDatabase object equals this one.
equals(Object) - Method in class javatools.db.DbColumn
Checks if a column equals another column.
equals(Object) - Method in class javatools.util.FormattedDate
Checks if an object equals this date.
equals(Object) - Method in class javatools.util.FormattedNumber
Checks if an object is equal to our num object.
equals(Object) - Method in class javatools.util.IndexedObject
Checks if an object is equal to this one.
equals(Object) - Method in class javatools.util.ArrayComparator
Checks if this object is equal to something.
ERROR - Static variable in interface javatools.util.Log
A recoverable error condition.
error(String, String) - Method in interface javatools.util.Log
Puts an error message in the log.
error(String, String) - Method in class javatools.util.FileLog
Puts an error message in the log.
execScript() - Method in class javatools.sql.ScriptExecutor
Executes the loaded script.
execScript(String) - Method in class javatools.sql.ScriptExecutor
Loads and executes a specified script file.
execute() - Method in class javatools.db.DbReferencedUpdater
Execute this command on the default connection.
execute() - Method in class javatools.db.DbReferencedDeleter
Execute this command on the default connection.
execute() - Method in class javatools.db.DbReferencedInserter
Execute this command on the default connection.
execute() - Method in class javatools.db.DbUpdater
Execute this command on the default connection.
execute() - Method in class javatools.db.DbSelector
Execute and return a DbTable with the default DbConnection.
execute() - Method in class javatools.db.DbInserter
Execute this command on the default connection.
execute() - Method in class javatools.db.DbDeleter
Execute this command on the default connection.
execute() - Method in class javatools.swing.ConnectionWizard
Saves the properties.
execute() - Method in class javatools.swing.ScriptExecutorWizard
Executes the script.
execute() - Method in class javatools.swing.TestWizard
Executes something.
execute() - Method in class javatools.swing.AbstractWizard
Executes after collecting all necessary information.
execute() - Method in class medi.applications.MediInstallerWizard
Executes the wizard and does some preliminary operations.
execute() - Method in class medi.swing.wizard.Volume2DbWizard
Finally maps a volume in the database.
execute(DbConnection) - Method in class javatools.db.DbUpdater
Execute this delete command on a specific connection.
execute(DbConnection) - Method in class javatools.db.DbSelector
Execute and return a DbTable.
execute(DbConnection) - Method in class javatools.db.DbInserter
Execute this command on a specific connection.
execute(DbConnection) - Method in class javatools.db.DbDeleter
Execute this delete command on a specific connection.
execute(Provider, VolumeMounter, Long) - Static method in class medi.db.util.FileManager
Execute a file whose data ID is specified.
executeToResultSet(DbConnection) - Method in class javatools.db.DbSelector
Execute and get a JDBC ResultSet.
ExecutionDataPanel - class medi.swing.panel.ExecutionDataPanel.
Displays data of a file type.
ExecutionDataPanel() - Constructor for class medi.swing.panel.ExecutionDataPanel
Creates new SessionDataPanel
ExecutionDetailsFiller - class medi.swing.filler.ExecutionDetailsFiller.
Panel filler for ExecutionDetailsPanel.
ExecutionDetailsFiller() - Constructor for class medi.swing.filler.ExecutionDetailsFiller
Creates a new instance of AuthorDataFiller
ExecutionDetailsFiller(JPanel) - Constructor for class medi.swing.filler.ExecutionDetailsFiller
Creates a new ExecutionDetailsFiller.
ExecutionDetailsPanel - class medi.swing.panel.ExecutionDetailsPanel.
Displays file type details.
ExecutionDetailsPanel() - Constructor for class medi.swing.panel.ExecutionDetailsPanel
Creates new form AuthorDetailsPanel
ExecutionPaneDispatcher - class medi.swing.dispatch.ExecutionPaneDispatcher.
The event dispatcher for the Execution tree.
ExecutionPaneDispatcher() - Constructor for class medi.swing.dispatch.ExecutionPaneDispatcher
Creates a new instance of ExecutionPaneDispatcher
ExecutionPanel - class medi.swing.panel.ExecutionPanel.
Displays a list of file types.
ExecutionPanel() - Constructor for class medi.swing.panel.ExecutionPanel
Creates new form ExecutionPanel
expand() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Expands the node.
expand(IndexedTypedTreeNode) - Method in class medi.swing.expander.VolumeNodeExpander
Expands a volume node.
expand(IndexedTypedTreeNode) - Method in class medi.swing.expander.TreeNodeExpander
Expands a node.
expand(IndexedTypedTreeNode) - Method in class medi.swing.expander.SessionNodeExpander
Expands a session node.
expand(IndexedTypedTreeNode) - Method in class medi.swing.expander.ProgramNodeExpander
Expands a program node.
expand(IndexedTypedTreeNode) - Method in class medi.swing.expander.ProgramFTCNodeExpander
Expands a ProgramFileTypeContainer node.
expand(IndexedTypedTreeNode) - Method in class medi.swing.expander.GenreNodeExpander
Expands a genre node.
expand(IndexedTypedTreeNode) - Method in class medi.swing.expander.EditorNodeExpander
Expands an editor node.
expand(IndexedTypedTreeNode) - Method in class medi.swing.expander.DataSetNodeExpander
Expands a data set node.
expand(IndexedTypedTreeNode) - Method in class medi.swing.expander.DataNodeExpander
Expands a data node.
expand(IndexedTypedTreeNode) - Method in class medi.swing.expander.DataFTCNodeExpander
Expands a DataFileTypeContainer node.
expand(IndexedTypedTreeNode) - Method in class medi.swing.expander.ContainerNodeExpander
Expands a container node.
expand(IndexedTypedTreeNode) - Method in class medi.swing.expander.AuthorNodeExpander
Expands an author node.
expand(JTree, TreePath) - Method in class javatools.swing.tree.AbstractTreeExpansionDispatcher
Expands a node.
expanded - Variable in class javatools.swing.tree.IndexedTypedTreeNode
true: the node is expanded; false: the node is not expanded.
expandLater(JTree, TreeNode) - Static method in class javatools.swing.MoreSwingUtilities
Expands a node in a thread-safe way.
ExpansionRecordingTreeNode - class javatools.swing.tree.ExpansionRecordingTreeNode.
It is a tree node containing i