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 information about its expansion.
ExpansionRecordingTreeNode() - Constructor for class javatools.swing.tree.ExpansionRecordingTreeNode
Creates new ExpansionRecordingTreeNode
ExpansionRecordingTreeNode(Object) - Constructor for class javatools.swing.tree.ExpansionRecordingTreeNode
Creates a new ExpansionRecordingTreeNode.
ExpansionRecordingTreeNode(Object, boolean) - Constructor for class javatools.swing.tree.ExpansionRecordingTreeNode
Creates a new ExpansionRecordingTreeNode.
expire(Object) - Method in class javatools.util.Cache
Expire the item in the cache with the given key.
extensions - Variable in class medi.util.AbstractPreviewer
The managed extensions.
extensions - Variable in class medi.util.AbstractFile2Db
The extensions managed by the class.

F

falseExpr() - Method in class javatools.db.DbDatabase
Return an expression representing an SQL false expression.
fatherColsChildren - Variable in class javatools.db.DbConstraint
For each son, it contains the referenced column of THIS table.
FatherDataPanel - class medi.swing.panel.FatherDataPanel.
Displays a list of data that are children of another data.
FatherDataPanel() - Constructor for class medi.swing.panel.FatherDataPanel
Creates new SessionDataPanel
FatherOf - class medi.db.table.FatherOf.
Represents the FATHER_OF table (see relational model).
FatherOf(DbDatabase) - Constructor for class medi.db.table.FatherOf
Creates new FatherOf.
fatherRecords - Variable in class javatools.db.DbConstraint
Contains the father records used to find eventually involved rows.
fatherTables - Variable in class javatools.db.DbConstraint
It contains all father tables of the one referenced by this constraint.
fatherTablesColumns - Variable in class javatools.db.DbConstraint
It contains the father keys for each father table.
file2Db(Provider, Long, File) - Static method in class medi.db.util.Dir2Db
Gets information from a file and stores it in the database.
File2DbDispatcher - class medi.util.File2DbDispatcher.
Dispatches a file to a derived class of AbstractFile2Db, if possible.
File2DbDispatcher() - Constructor for class medi.util.File2DbDispatcher
Creates new File2DbDispatcher
fileList - Variable in class javatools.io.DirectoryGetter
Represents the list of contained files.
FileLog - class javatools.util.FileLog.
A class for logging context specific messages to a file.
FileManager - class medi.db.util.FileManager.
A class that contains a set of static functions to manage files mapped in the database.
FileManager() - Constructor for class medi.db.util.FileManager
Creates new FileManager
FileType - class medi.db.table.FileType.
Represents the FILE_TYPE table (see relational model).
FileType(DbDatabase) - Constructor for class medi.db.table.FileType
Creates new FileType.
fileTypeIDIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of key columns for a file type.
fileTypeIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of desired columns for a file type.
FileTypeManagement - class medi.swing.dialog.FileTypeManagement.
It is a frame to manage file types managed by a program..
FileTypeManagement(Frame, boolean) - Constructor for class medi.swing.dialog.FileTypeManagement
Creates new form FileTypeManagement
FileUtils - class javatools.io.FileUtils.
Contains a set of function useful for files.
FileUtils() - Constructor for class javatools.io.FileUtils
Creates new FileUtils
fill(Object, Object[]) - Method in class javatools.swing.panel.SubPanelDispatcher
Fills a subpanel.
fillAnalyzerClassTable(JTable) - Static method in class medi.util.MediConfig
Fills a table getting data from the analyzer class script file.
fillContainerTypeTable(JTable) - Static method in class medi.util.MediConfig
Fills a table getting data from the container type script file.
fillIndexedTable(JTable, DbIterator, int[], int) - Static method in class medi.swing.util.TableUtils
Fills an indexed table.
fillIndexedTable(JTable, Iterator, int[], int) - Static method in class medi.swing.util.TableUtils
Fills an indexed table.
fillMountPointTable(JTable) - Static method in class medi.util.MediConfig
Fills a table getting data from the mount point script file.
fillPanel(Object[]) - Method in class javatools.swing.panel.SubPanelFiller
Fills the panel.
fillPanel(Object[]) - Method in class medi.swing.filler.VolumeDetailsFiller
Fills the panel.
fillPanel(Object[]) - Method in class medi.swing.filler.SessionDataFiller
Fills the panel.
fillPanel(Object[]) - Method in class medi.swing.filler.ProgramDetailsFiller
Fills the panel.
fillPanel(Object[]) - Method in class medi.swing.filler.GenreDataFiller
Fills the panel.
fillPanel(Object[]) - Method in class medi.swing.filler.ExecutionDetailsFiller
Fills the panel.
fillPanel(Object[]) - Method in class medi.swing.filler.EditorDetailsFiller
Fills the panel.
fillPanel(Object[]) - Method in class medi.swing.filler.DataSetDetailsFiller
Fills the panel.
fillPanel(Object[]) - Method in class medi.swing.filler.DataDetailsFiller
Fills the panel.
fillPanel(Object[]) - Method in class medi.swing.filler.ContainerDetailsFiller
Fills the panel.
fillPanel(Object[]) - Method in class medi.swing.filler.AuthorDetailsFiller
Fills a panel.
fillPreviewerClassTable(JTable) - Static method in class medi.util.MediConfig
Fills a table getting data from the previewer class script file.
fillSortedTable(JTable, DbIterator, int[], int) - Static method in class medi.swing.util.TableUtils
Fills a sorted table.
fillSortedTable(JTable, Iterator, int[], int) - Static method in class medi.swing.util.TableUtils
Fills a sorted table.
fillTable(DbIterator) - Method in class medi.swing.panel.AbstractDataPanel
Fills the table with a given DbIterator.
fillTable(Iterator) - Method in class medi.swing.panel.AbstractDataPanel
Fills the table with a given Iterator.
fillTable(JTable, DbIterator, int[]) - Static method in class medi.swing.util.TableUtils
Fills a normal table.
fillTable(JTable, String) - Static method in class medi.swing.util.TableUtils
Fills a table with a single column using data from a script file.
fillTree(MediTreeNode, DbIterator, int[], int[], String, String, boolean) - Static method in class medi.swing.util.TreeUtils
Fills a tree and clears the node.
fillTree(MediTreeNode, DbIterator, int[], int[], String, String, boolean, boolean) - Static method in class medi.swing.util.TreeUtils
Fills a tree.
fillTree(MediTreeNode, DbIterator, int[], int[], String, String, boolean, boolean, boolean) - Static method in class medi.swing.util.TreeUtils
Fills a tree.
fillVolumeTypeTable(JTable) - Static method in class medi.util.MediConfig
Fills a table getting data from the volume type script file.
finalize() - Method in class javatools.db.DbTable
Destroys this object.
finalize() - Method in class javatools.db.DbConnection
Destroys this object.
finalize() - Method in class javatools.util.IndexedObject
Destroys this object.
finalize() - Method in class javatools.util.FileLog
Destroys this object.
findSessionID(Integer, String) - Method in class medi.db.Provider
Finds a session ID by searching its path.
finished() - Method in class javatools.swing.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
finished() - Method in class medi.swing.util.PictureSwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
firstValue(String, String) - Static method in class medi.swing.util.TreeUtils
Gets the first value in a string.
FKAuthor - class medi.db.constraint.FKAuthor.
Represents the constraint for AUTHOR table.
FKAuthor(DbAbstractTable) - Constructor for class medi.db.constraint.FKAuthor
Creates new FKAuthor.
FKAuthorTelephoneNo - class medi.db.constraint.FKAuthorTelephoneNo.
Foreign key for the table AUTHOR_TELEPHONE_NO
FKAuthorTelephoneNo(DbAbstractTable) - Constructor for class medi.db.constraint.FKAuthorTelephoneNo
Creates new FKAuthorTelephoneNo.
FKContainer - class medi.db.constraint.FKContainer.
Represents the constraint for CONTAINER table.
FKContainer(DbAbstractTable) - Constructor for class medi.db.constraint.FKContainer
Creates new FKContainer
FKContains - class medi.db.constraint.FKContains.
Represents the constraint for CONTAINS table.
FKContains() - Constructor for class medi.db.constraint.FKContains
Creates new FKContains.
FKContains(DbAbstractTable) - Constructor for class medi.db.constraint.FKContains
Creates new FKContains
FKData - class medi.db.constraint.FKData.
Represents the constraint for DATA table.
FKData(DbAbstractTable) - Constructor for class medi.db.constraint.FKData
Creates new FKData.
FKDataSet - class medi.db.constraint.FKDataSet.
Represents the constraint for DATA_SET table.
FKDataSet(DbAbstractTable) - Constructor for class medi.db.constraint.FKDataSet
Creates new FKDataSet.
FKEditor - class medi.db.constraint.FKEditor.
Represents the constraint for EDITOR table.
FKEditor(DbAbstractTable) - Constructor for class medi.db.constraint.FKEditor
Creates new FKEditor.
FKEditorTelephoneNo - class medi.db.constraint.FKEditorTelephoneNo.
Represents the constraint for EDITOR_TELEPHONE_NO table.
FKEditorTelephoneNo(DbAbstractTable) - Constructor for class medi.db.constraint.FKEditorTelephoneNo
Creates new FKEditorTelephoneNo
FKFatherOf - class medi.db.constraint.FKFatherOf.
Represents the constraint for FATHER_OF table.
FKFatherOf(DbAbstractTable) - Constructor for class medi.db.constraint.FKFatherOf
Creates new FKFatherOf.
FKFileType - class medi.db.constraint.FKFileType.
Represents the constraint for FILE_TYPE table.
FKFileType(DbAbstractTable) - Constructor for class medi.db.constraint.FKFileType
Creates new FKFileType.
FKGenre - class medi.db.constraint.FKGenre.
Represents the constraint for GENRE table.
FKGenre() - Constructor for class medi.db.constraint.FKGenre
Creates new FKGenre
FKGenre(DbAbstractTable) - Constructor for class medi.db.constraint.FKGenre
Creates new FKGenre.
FKIncludes - class medi.db.constraint.FKIncludes.
Represents the constraint for INCLUDES table.
FKIncludes(DbAbstractTable) - Constructor for class medi.db.constraint.FKIncludes
Creates new FKIncludes.
FKInstalledProgram - class medi.db.constraint.FKInstalledProgram.
Represents the constraint for INSTALLER_PROGRAM table.
FKInstalledProgram(DbAbstractTable) - Constructor for class medi.db.constraint.FKInstalledProgram
Creates new FKInstalledProgram.
FKMarks - class medi.db.constraint.FKMarks.
Represents the constraint for MARKS table.
FKMarks() - Constructor for class medi.db.constraint.FKMarks
Creates new FKMarks.
FKMarks(DbAbstractTable) - Constructor for class medi.db.constraint.FKMarks
Creates new FKMarks.
FKNeedsExecutionOf - class medi.db.constraint.FKNeedsExecutionOf.
Represents the constraint for NEEDS_EXECUTION_OF table.
FKNeedsExecutionOf(DbAbstractTable) - Constructor for class medi.db.constraint.FKNeedsExecutionOf
Creates new FKNeedsExecutionOf.
FKPublished - class medi.db.constraint.FKPublished.
Represents the constraint for PUBLISHED table.
FKPublished(DbAbstractTable) - Constructor for class medi.db.constraint.FKPublished
Creates new FKPublished.
FKRealized - class medi.db.constraint.FKRealized.
Represents the constraint for REALIZED table.
FKRealized(DbAbstractTable) - Constructor for class medi.db.constraint.FKRealized
Creates new FKRealized.
FKSession - class medi.db.constraint.FKSession.
Represents the constraint for SESSION table.
FKSession() - Constructor for class medi.db.constraint.FKSession
Creates new FKSession.
FKSession(DbAbstractTable) - Constructor for class medi.db.constraint.FKSession
Creates new FKSession.
FKVolume - class medi.db.constraint.FKVolume.
Represents the constraint for VOLUME table.
FKVolume(DbAbstractTable) - Constructor for class medi.db.constraint.FKVolume
Creates new FKVolume.
floatValue() - Method in class javatools.util.FormattedNumber
Returns the float value for out num object.
foreignKey - Variable in class javatools.db.DbDatabase
A flag indicating if a DBMS supports foreign keys.
FormattedDate - class javatools.util.FormattedDate.
It's a java.util.Date, except in the fact it returns its "toString" value in a formatted way.
FormattedDate() - Constructor for class javatools.util.FormattedDate
Creates new FormattedDateTemp
FormattedDate(Date) - Constructor for class javatools.util.FormattedDate
Creates a new FormattedDate.
FormattedDate(long) - Constructor for class javatools.util.FormattedDate
Creates a new FormattedDate.
FormattedInteger - class javatools.util.FormattedInteger.
It's a java.lang.Integer, except in the fact it returns its "toString" value in a formatted way.
FormattedInteger(int) - Constructor for class javatools.util.FormattedInteger
Creates new FormattedInteger
FormattedInteger(Integer) - Constructor for class javatools.util.FormattedInteger
Creates a new FormattedInteger.
FormattedInteger(String) - Constructor for class javatools.util.FormattedInteger
Creates a new FormattedInteger.
FormattedLong - class javatools.util.FormattedLong.
It's a java.lang.Long, except in the fact it returns a "toString" value in a formatted way.
FormattedLong(long) - Constructor for class javatools.util.FormattedLong
Creates new FormattedLong
FormattedLong(Long) - Constructor for class javatools.util.FormattedLong
Creates a new FormattedLong.
FormattedLong(String) - Constructor for class javatools.util.FormattedLong
Creates a new FormattedLong.
FormattedNumber - class javatools.util.FormattedNumber.
It's a java.lang.Number, except in the fact it returns its "toString" value in a formatted way.
FormattedNumber() - Constructor for class javatools.util.FormattedNumber
Creates new FormattedNumber
formatter - Variable in class javatools.util.FormattedNumber
The formatter.
fromList - Variable in class javatools.db.DbConstraint
A list of values/expression to put data into (used in INSERT/UPDATE operations).

G

Genre - class medi.db.table.Genre.
Represents the GENRE table (see relational model).
Genre(DbDatabase) - Constructor for class medi.db.table.Genre
Creates new Genre.
GenreDataFiller - class medi.swing.filler.GenreDataFiller.
Panel filler for GenreDataPanel.
GenreDataFiller() - Constructor for class medi.swing.filler.GenreDataFiller
Creates a new instance of AuthorDataFiller
GenreDataFiller(JPanel) - Constructor for class medi.swing.filler.GenreDataFiller
Creates a new GenreDataFiller.
GenreDataPanel - class medi.swing.panel.GenreDataPanel.
Displays data contained in a genre.
GenreDataPanel() - Constructor for class medi.swing.panel.GenreDataPanel
Creates new SessionDataPanel
genreIDIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of key columns for a genre.
genreIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of desired columns for a genre.
GenreManagement - class medi.swing.dialog.GenreManagement.
It is a frame to manage assignment of data to a genre or a genre to a father genre.
GenreManagement(Frame, boolean) - Constructor for class medi.swing.dialog.GenreManagement
Creates new form GenreManagement
GenreNodeExpander - class medi.swing.expander.GenreNodeExpander.
Expansion manager for genre node.
GenreNodeExpander() - Constructor for class medi.swing.expander.GenreNodeExpander
Creates a new instance of GenreNodeExpander
GenrePaneDispatcher - class medi.swing.dispatch.GenrePaneDispatcher.
The event dispatcher for the Genre tree.
GenrePaneDispatcher() - Constructor for class medi.swing.dispatch.GenrePaneDispatcher
Creates a new instance of GenrePaneDispatcher
GenrePanel - class medi.swing.panel.GenrePanel.
Displays a list of genres.
GenrePanel() - Constructor for class medi.swing.panel.GenrePanel
Creates new form GenrePanel
get() - Method in class javatools.swing.SwingWorker
Return the value created by the construct method.
get() - Method in class javatools.util.JQueue
Pull something out of the end of the queue and remove it from the queue.
get(int) - Method in class javatools.db.DbRowSet
Returns a row at the specified position.
get(Object) - Method in class javatools.util.Cache
Get an object from the cache.
getArgumentHelpText(int, String) - Method in class javatools.util.ArgumentProcessor
Returns the help text whose position is specified.
getArgumentHelpText(String, String) - Method in class javatools.util.ArgumentProcessor
Returns the help text of an argument whose name is specified.
getArgumentName(int) - Method in class javatools.util.ArgumentProcessor
Returns the name of an argument.
getArgumentPos(String) - Method in class javatools.util.ArgumentProcessor
Returns the position of an argument.
getArgumentValue(int) - Method in class javatools.util.ArgumentProcessor
Returns the value of an argument whose position is specified.
getArgumentValue(String) - Method in class javatools.util.ArgumentProcessor
Return the value of an argument whose name is specified.
getAuthor() - Method in class medi.swing.dialog.SearchDataMask
Returns the author to search.
getAuthors(Integer) - Method in class medi.db.Provider
Returns a list of authors.
getAuthorsByData(Long[]) - Method in class medi.db.Provider
Returns a list of authors that realized the specific data.
getAuthorsReduced(Integer) - Method in class medi.db.Provider
Returns a list of authors in a sorted way.
getAuthorsSorted(Integer) - Method in class medi.db.Provider
Returns a list of authors in a sorted way.
getAuthorTelephone(Integer) - Method in class medi.db.Provider
Returns a list of telephone numbers of the specified author.
getAutomaticChecking() - Method in class javatools.db.DbConstraint
Returns the current automatic checking setting.
getAutomaticChecking() - Method in class medi.db.Provider
Gets the automatic checking flag.
getBackgroundFile() - Method in class javatools.swing.AbstractWizard
Returns the filename of the image file used as a background.
getBytes(String) - Method in class javatools.db.DbRow
Return a blob column as an array of bytes.
getCheckStatement() - Method in class javatools.db.DbDatabase
Returns the capability of DBMS to handle check statements.
getClipObject() - Method in class javatools.util.Clipboard
Returns the clipped object.
getColumn() - Method in class javatools.db.DbOrderBy
The column to sort on.
getColumn(int) - Method in class javatools.db.DbJoinedTable
Get the column of the given index.
getColumn(int) - Method in class javatools.db.DbFixedAbstractTable
Get the column of the given index.
getColumn(int) - Method in class javatools.db.DbAbstractTable
Get the column of the given index.
getColumn(int) - Method in class javatools.db.DbTable
Get the column of the given index.
getColumn(int) - Method in class javatools.db.DbSelector
Gets a column in the column list.
getColumn(String) - Method in class javatools.db.DbJoinedTable
Get the DbColumn representing the column with this name.
getColumn(String) - Method in class javatools.db.DbFixedAbstractTable
Get the DbColumn representing the column with this name.
getColumn(String) - Method in class javatools.db.DbAbstractTable
Get the DbColumn representing the column with this name.
getColumn(String) - Method in class javatools.db.DbTable
Get the DbColumn representing the column with this name.
getColumnClass(int) - Method in class javatools.swing.table.IndexedTableMap
Returns a column class.
getColumnCount() - Method in class javatools.db.DbJoinedTable
Returns the number of columns
getColumnCount() - Method in class javatools.db.DbFixedAbstractTable
Returns the number of contained columns.
getColumnCount() - Method in class javatools.db.DbAbstractTable
Returns the number of columns
getColumnCount() - Method in class javatools.db.DbTable
Returns the number of columns.
getColumnCount() - Method in class javatools.swing.table.IndexedTableMap
Returns the number of contained columns.
getColumnName(int) - Method in class javatools.swing.table.IndexedTableMap
Returns a column name.
getCommandList() - Method in class javatools.util.ScriptCatcher
Returns the commands as a list.
getCommands() - Method in class javatools.util.ScriptCatcher
Returns the commands as an array.
getCommandText(int) - Method in class javatools.util.ScriptCatcher
Returns the command text of command numCommand.
getCommentdelimiter() - Method in class javatools.util.ScriptCatcher
Returns the string who represents the start of a comment.
getComponent(int) - Method in class javatools.swing.ResizeManager
Returns a referenced component.
getConstraint() - Method in class javatools.db.DbJoinedTable
Returns the DbConstraint object associated with this table.
getConstraint() - Method in class javatools.db.DbAbstractTable
Returns the DbConstraint object associated with this table.
getConstraint() - Method in class javatools.db.DbReferencedTable
 
getConstraint() - Method in class javatools.db.DbTable
Returns null (no constraint in a simple DbTable).
getConstraint() - Method in class medi.db.backward.MountPoint
Returns the constraint (null).
getConstraint() - Method in class medi.db.backward.PreviewerClass
Returns the constraint (null).
getConstraint() - Method in class medi.db.backward.VolumeType
Returns the constraint (null);
getConstraint() - Method in class medi.db.backward.ContainerType
Returns the constraint (null).
getConstraint() - Method in class medi.db.backward.AnalyzerClass
Returns the constraint (null).
getConstraint() - Method in class medi.db.table.Volume
Returns the constraint (of type FKVolume).
getConstraint() - Method in class medi.db.table.Session
Returns the constraint (of type FKSession).
getConstraint() - Method in class medi.db.table.Realized
Returns the constraint (of type FKRealized).
getConstraint() - Method in class medi.db.table.Published
Returns the constraint (of type FKPublished).
getConstraint() - Method in class medi.db.table.NeedsExecutionOf
Returns the constraint (of type FKNeedsExecutionOf).
getConstraint() - Method in class medi.db.table.Marks
Returns the constraint (of type FKMarks).
getConstraint() - Method in class medi.db.table.InstalledProgram
Returns the constraint (of type FKInstalledProgram).
getConstraint() - Method in class medi.db.table.Includes
Returns the constraint (of type FKIncludes).
getConstraint() - Method in class medi.db.table.Genre
Returns the constraint (of type FKGenre).
getConstraint() - Method in class medi.db.table.FileType
Returns the constraint (of type FKFileType).
getConstraint() - Method in class medi.db.table.FatherOf
Returns the constraint (of type FKFatherOf).
getConstraint() - Method in class medi.db.table.EditorTelephoneNo
Returns the constraint (of type FKEditorTelephoneNo).
getConstraint() - Method in class medi.db.table.Editor
Returns the constraint (of type FKEditor).
getConstraint() - Method in class medi.db.table.DataSet
Returns the constraint (of type FKDataSet).
getConstraint() - Method in class medi.db.table.Data
Returns the constraint (of type FKData).
getConstraint() - Method in class medi.db.table.Contains
Returns the constraint (of type FKContains).
getConstraint() - Method in class medi.db.table.Container
Returns the constraint (of type FKContainer).
getConstraint() - Method in class medi.db.table.AuthorTelephoneNo
Returns the constraint (of time FKAuthorTelephoneNo).
getConstraint() - Method in class medi.db.table.Author
Returns the constraint (of type FKAuthor).
getConstraintEmulation() - Method in class javatools.db.DbConstraint
Returns if constraint emulation is enabled.
getConstraintEmulation() - Method in class medi.db.Provider
Returns the value for the constraint emulation.
getContainer() - Method in class javatools.swing.ResizeManager
Returns the monitored container.
getContainerAndVolumeByVolume(Integer) - Method in class medi.db.Provider
Returns a joined-table with container and volume info.
getContainerInitialDimension() - Method in class javatools.swing.ResizeManager
Returns initial dimension of the monitored container.
getContainerMinDimension() - Method in class javatools.swing.ResizeManager
Returns minimum dimension of the monitored container.
getContainers(Integer) - Method in class medi.db.Provider
Returns the containers.
getContainersReduced(Integer) - Method in class medi.db.Provider
Returns a list of containers in a sorted way.
getContainersSorted(Integer) - Method in class medi.db.Provider
Returns a list of containers in a sorted way.
getData(Long) - Method in class medi.db.Provider
Returns info about a specific row of Data.
getDatabase() - Method in class javatools.db.DbAbstractTable
Get the database that this table came from
getDatabase() - Method in class javatools.db.DbTable
Get the database that this table came fr
getDatabase() - Method in class javatools.sql.ScriptExecutor
Returns a reference to the DbDatabase object used.
getDatabase() - Method in class medi.db.Provider
Returns the database that this object is using.
getDatabase(String) - Method in class javatools.db.DbManager
Return the database associated with this name.
getDatabase(String, String, String, String, String) - Method in class javatools.db.DbManager
Return the database object associated with this name or parameters.
getDatabaseNameMap() - Method in class javatools.db.DbManager
Return a Map that maps DbDatabases to names.
getDataByAuthor(Integer) - Method in class medi.db.Provider
Returns data realized by an author.
getDataByAuthorReduced(Integer) - Method in class medi.db.Provider
Returns data realized by a specified author (in a sorted way).
getDataByAuthorSorted(Integer) - Method in class medi.db.Provider
Returns data realized by a specified author (in a sorted way).
getDataByDataSet(Long) - Method in class medi.db.Provider
Returns data contained in a data set.
getDataByDataSetReduced(Long) - Method in class medi.db.Provider
Returns data contained in a specified data set (in a sorted way).
getDataByDataSetSorted(Long) - Method in class medi.db.Provider
Returns data contained in a specified data set (in a sorted way).
getDataByEditor(Integer) - Method in class medi.db.Provider
Returns data published by an editor.
getDataByEditorReduced(Integer) - Method in class medi.db.Provider
Returns a list of data published by a specified editor (in a sorted way).
getDataByEditorSorted(Integer) - Method in class medi.db.Provider
Returns a list of data published by a specified editor (in a sorted way).
getDataByFileType(Integer) - Method in class medi.db.Provider
Returns all data of a certain file type.
getDataByFileTypeReduced(Integer) - Method in class medi.db.Provider
Returns a list of data whose file type is the one specified (in a sorted way).
getDataByFileTypeSorted(Integer) - Method in class medi.db.Provider
Returns a list of data whose file type is the one specified (in a sorted way).
getDataByGenre(Integer) - Method in class medi.db.Provider
Returns the data under a specific genre.
getDataByGenreReduced(Integer) - Method in class medi.db.Provider
Returns a list of data whose genre is the one needed (in a sorted way).
getDataByGenreSorted(Integer) - Method in class medi.db.Provider
Returns a list of data whose genre is the one needed (in a sorted way).
getDataBySession(Integer, Integer) - Method in class medi.db.Provider
Returns data contained in a session.
getDataBySessionReduced(Integer, Integer) - Method in class medi.db.Provider
Returns data contained in a session in a sorted way.
getDataBySessionSorted(Integer, Integer) - Method in class medi.db.Provider
Returns data contained in a session in a sorted way.
getDataName() - Method in class medi.swing.dialog.SearchDataMask
Returns the data name to search.
getDataSet() - Method in class medi.swing.dialog.SearchDataMask
Returns the data set to search.
getDataSetByData(Long[]) - Method in class medi.db.Provider
Returns a list of data sets that contain the specified data IDs.
getDataSets(Long) - Method in class medi.db.Provider
Returns a list of data sets.
getDataSetsByName(String) - Method in class medi.db.Provider
Returns a list of data sets whose name is specified.
getDataSetsReduced(Long) - Method in class medi.db.Provider
Returns a list of data sets in a sorted way.
getDataSetsSorted(Long) - Method in class medi.db.Provider
Returns a list of data sets in a sorted way.
getDate() - Method in class javatools.swing.DatePanel
Returns the displayed date.
getDate() - Method in class javatools.util.FormattedDate
Returns a normal Date representing the same date.
getDateFormat() - Method in class medi.db.Provider
Returns the date formatter that the database uses.
getDbDir() - Static method in class medi.util.MediConfig
Returns the directory in which the database is.
getDbms() - Static method in class medi.util.MediConfig
Returns the DBMS name.
getDBMS() - Method in class javatools.sql.ScriptExecutor
Returns the name of the DBMS used.
getDbmsAddress() - Static method in class medi.util.MediConfig
Returns the DBMS address.
getDbName() - Static method in class medi.util.MediConfig
Returns the name of the database.
getDefault(int) - Method in class javatools.db.DbJoinedTable
Returns the default value for the field at the given index.
getDefault(int) - Method in class javatools.db.DbFixedAbstractTable
Returns the default value for the requested column.
getDefault(int) - Method in class javatools.db.DbAbstractTable
Returns the default value for the field at the given index.
getDefault(int) - Method in class javatools.db.DbTable
Returns the default value for this table.
getDefault(String) - Method in class javatools.db.DbJoinedTable
Returns the default value for the field whose name is specified.
getDefault(String) - Method in class javatools.db.DbFixedAbstractTable
Returns the default value for a given column.
getDefault(String) - Method in class javatools.db.DbAbstractTable
Returns the default value for the field whose name is specified.
getDefault(String) - Method in class javatools.db.DbTable
Returns the default value of a column.
getDefaultProgram(Integer) - Method in class medi.db.Provider
Returns the default programs for the specified file type.
getDefaultProgramByData(Long) - Method in class medi.db.Provider
Returns the default program for the specified data.
getDefaultValues() - Method in class javatools.db.util.TableStructureCatcher
Returns the default values array.
getDefaultValues(int) - Method in class javatools.db.DbDynamicConstraint
Returns the default values of referenced father table whose index is specified.
getDefaultValues(int) - Method in class javatools.db.DbConstraint
Returns an array containing the default values for fields of a father table whose index is specified.
getDeleteOperation(int) - Method in class javatools.db.DbDynamicConstraint
Returns the delete operation that should be done for the father table whose index is specified.
getDeleteOperation(int) - Method in class javatools.db.DbReferencedTable
 
getDeleteOperation(int) - Method in class javatools.db.DbConstraint
Returns what kind of operation will be done in case of a deletion of the father table specified by index.
getDeleteWhenCut() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Checks whether the node will be deleted when cut.
getDescending() - Method in class javatools.db.DbOrderBy
Is this clause descending order?
getDescription() - Method in class javatools.swing.InputPanel
Returns the description of the panel, which will be displayed on the left in the wizard.
getDescription() - Method in class javatools.swing.SimpleFileFilter
Returns the description for this filter.
getDirectory() - Method in class medi.util.VolumeScanningSaver
Returns a directory.
getDirectory(File) - Static method in class javatools.io.FileUtils
Returns the container directory for this file.
getDirectory(String) - Static method in class javatools.io.FileUtils
Returns the containing directory of a file.
getDisplaySize() - Method in class javatools.db.util.TableStructureCatcher
Returns the display sizes array.
getDivideCommandChar() - Method in class javatools.util.ScriptCatcher
Returns the character who represents the end of a command.
getDriver() - Static method in class medi.util.MediConfig
Returns driver class name.
getDuplicateWhenClipped() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Checks whether the node will be duplicated when clipped.
getEditor() - Method in class medi.swing.dialog.SearchDataMask
Returns the editor to search.
getEditors(Integer) - Method in class medi.db.Provider
Returns a list of editors.
getEditorsByData(Long[]) - Method in class medi.db.Provider
Returns a list of editors that published the specified data.
getEditorsReduced(Integer) - Method in class medi.db.Provider
Returns a list of editors in a sorted way.
getEditorsSorted(Integer) - Method in class medi.db.Provider
Returns a list of editors in a sorted way.
getEditorTelephone(Integer) - Method in class medi.db.Provider
Returns a list of telephone numbers of the specified editor.
getExistingThreadConnection() - Method in class javatools.db.DbDatabase
Get a DbConnection that will be associated with this Thread, but only if one exists already.
getExtension(File) - Static method in class javatools.io.FileUtils
Returns the extension (the one after the dot...) for a file.
getExtension(String) - Static method in class javatools.io.FileUtils
Returns the extension for a given path.
getExtensions() - Method in class medi.util.AbstractPreviewer
Returns the managed extensions.
getExtensions() - Method in class medi.util.AbstractFile2Db
Returns the array of managed extensions.
getFatherColumns(int) - Method in class javatools.db.DbDynamicConstraint
The referenced columns of father table whose index is specified.
getFatherColumns(int) - Method in class javatools.db.DbReferencedTable
 
getFatherColumns(int) - Method in class javatools.db.DbConstraint
Returns the referenced father columns of a father table whose index is specified.
getFathers(Long) - Method in class medi.db.Provider
Returns the fathers of a specific data ID.
getFatherTable(int) - Method in class javatools.db.DbDynamicConstraint
Returns a father table whose index is specified.
getFatherTable(int) - Method in class javatools.db.DbReferencedTable
 
getFatherTable(int) - Method in class javatools.db.DbConstraint
Returns a father table whose index is specified.
getFatherTablesCount() - Method in class javatools.db.DbDynamicConstraint
Returns the number of referenced father tables.
getFatherTablesCount() - Method in class javatools.db.DbReferencedTable
 
getFatherTablesCount() - Method in class javatools.db.DbConstraint
Returns the number of referenced father tables.
getFile() - Method in class javatools.io.DirectoryGetter
Returns the directory itself.
getFile() - Method in class medi.util.VolumeScanningSaver
Returns a file.
getFileName() - Method in class medi.swing.dialog.SearchDataMask
Returns the file name to search.
getFileName(File) - Static method in class javatools.io.FileUtils
Returns the file name only from a file.
getFileName(String) - Static method in class javatools.io.FileUtils
Returns the file name without the complete path.
getFileNameWithNoExtension(File) - Static method in class javatools.io.FileUtils
Returns the filename with no path and no extension.
getFileNameWithNoExtension(String) - Static method in class javatools.io.FileUtils
Returns the filename with no path and no extension.
getFiles() - Method in class javatools.io.DirectoryGetter
Returns an array of contained files.
getFileTypes() - Method in class medi.swing.dialog.SearchDataMask
The file types to search.
getFileTypes(Integer) - Method in class medi.db.Provider
Returns a list of file types.
getFileTypesByExtension(String) - Method in class medi.db.Provider
Retunrs a list of file types which accept the specified extension.
getFileTypesByProgram(Long) - Method in class medi.db.Provider
Returns the file types that are managed by the specified program.
getFileTypesReduced(Integer) - Method in class medi.db.Provider
Returns a list of file types in a sorted way.
getFileTypesSorted(Integer) - Method in class medi.db.Provider
Returns a list of file types in a sorted way.
getFlagHelpText(int) - Method in class javatools.util.ArgumentProcessor
Returns help text of a flag whose position is specified.
getFlagHelpText(String) - Method in class javatools.util.ArgumentProcessor
Returns help text of a flag whose name is specified.
getFlagName(int) - Method in class javatools.util.ArgumentProcessor
Returns the name of the flag.
getFlagPos(String) - Method in class javatools.util.ArgumentProcessor
Returns the position of the flag.
getFlagValue(int) - Method in class javatools.util.ArgumentProcessor
The value of a flag whose position is specified.
getFlagValue(String) - Method in class javatools.util.ArgumentProcessor
Returns the value of a flag whose name is specified.
getForeignKey() - Method in class javatools.db.DbDatabase
Returns the capability of DBMS to handle foreign keys.
getFormatter() - Method in class javatools.util.FormattedDate
Returns the current formatter to use.
getFormatter() - Method in class javatools.util.FormattedNumber
Returns the currently using formatter.
getFullName() - Method in class javatools.util.Props
Returns the full name for this Props.
getFullTableName() - Method in class javatools.db.DbAbstractTable
Returns the complete table name.
getFullTableName() - Method in class javatools.db.DbTable
Returns the complete table name.
getGenre() - Method in class medi.swing.dialog.SearchDataMask
Returns the genre to search.
getGenres(Integer) - Method in class medi.db.Provider
Returns a list of genres, regardless of te super-genre.
getGenres(Integer, Integer) - Method in class medi.db.Provider
Returns a list of genres.
getGenresByData(Long[]) - Method in class medi.db.Provider
Returns a list of genres of a specific data.
getGenresByName(String) - Method in class medi.db.Provider
Returns a list of genres whose name is specified.
getGenresReduced(Integer, Integer) - Method in class medi.db.Provider
Returns a list of genres in a sorted way.
getGenresSorted(Integer, Integer) - Method in class medi.db.Provider
Returns a list of genres in a sorted way.
getID() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Returns the ID.
getID() - Method in class medi.swing.tree.MediTreeNode
Returns the ID.
getIndex() - Method in class javatools.db.DbColumn
Returns the index of the column among the fields of the table.
getIndex() - Method in class javatools.util.IndexedObject
Returns the index for this object.
getIndex() - Method in class javatools.util.IndexedVector
Returns the index of this vector.
getIndex(int) - Method in class javatools.swing.table.IndexedTableSorter
Returns the index.
getIndex(int) - Method in class javatools.swing.table.IndexedTableMap
Returns an index.
getIndex(int) - Method in class javatools.swing.table.IndexedTableModel
Gets an index.
getInitialDimension(int) - Method in class javatools.swing.ResizeManager
Returns initial dimension of a component.
getInt(String) - Method in class javatools.db.DbRow
Return a column as an int.
getInteger(String) - Method in class javatools.db.DbRow
Return a column as an Integer.
getJoinedTable(DbAbstractTable, DbAbstractTable, int, DbExpr) - Method in class javatools.db.DbDatabase
Returns a joined table.
getLocalConfigDir() - Static method in class javatools.util.Props
Returns the local configuration directory.
getLocationsByData(Long) - Method in class medi.db.Provider
Returns a list of locations for the given data.
getMaxAuthorID() - Method in class medi.db.Provider
Returns the max author ID.
getMaxContainerID() - Method in class medi.db.Provider
Returns the max container ID.
getMaxDataID() - Method in class medi.db.Provider
Returns the max data ID.
getMaxDataSetID() - Method in class medi.db.Provider
Returns the max data set ID.
getMaxEditorID() - Method in class medi.db.Provider
Returns the max editor ID.
getMaxFileTypeID() - Method in class medi.db.Provider
Returns the max file type ID.
getMaxGenreID() - Method in class medi.db.Provider
Returns the max genre ID.
getMaxProgramID() - Method in class medi.db.Provider
Returns the maximum program ID.
getMaxSessionID(Integer) - Method in class medi.db.Provider
Returns the max session ID for a given volume.
getMaxVolumeID() - Method in class medi.db.Provider
Returns the max volume ID.
getModel() - Method in class javatools.swing.table.IndexedTableMap
Returns the model inside.
getMountPoint() - Method in class medi.swing.dialog.MountManagement
Returns the selected mount point in an instance of this class.
getMountPoint(Integer) - Method in class medi.db.util.VolumeMounter
Returns where a volume is mounted.
getName() - Method in class javatools.db.DbColumn
Returns the column name.
getNameDatabaseMap() - Method in class javatools.db.DbManager
Return a Map that maps names to DbDatabases.
getNames() - Method in class javatools.db.util.TableStructureCatcher
Returns the names array.
getNewConnection() - Method in class javatools.db.DbDatabase
Return a brand new DbConnection.
getNextException() - Method in class javatools.util.CommonRuntimeException
Returns the next exception.
getNextException() - Method in class javatools.util.CommonException
Returns the next exception.
getNumArguments() - Method in class javatools.util.ArgumentProcessor
Returns the number of arguments.
getNumber(String) - Method in class javatools.db.DbRow
Return a column as a number
getNumCommands() - Method in class javatools.util.ScriptCatcher
Returns the number of commands.
getNumComponents() - Method in class javatools.swing.ResizeManager
Returns the number of managed components.
getNumFlags() - Method in class javatools.util.ArgumentProcessor
Returns the number of flags.
getNumValues() - Method in class javatools.swing.DBMSUserInfoPanel
Returns the number of managed values.
getNumValues() - Method in class javatools.swing.DBMSSpecificationPanel
Returns the number of managed values.
getNumValues() - Method in class javatools.swing.PresentationPanel
Returns the number of managed values.
getNumValues() - Method in class javatools.swing.InputPanel
Returns the number of managed values.
getNumValues() - Method in class medi.swing.wizard.Volume2DbPanel
Returns the number of managed values.
getNumValues() - Method in class medi.swing.wizard.Volume2DbContainerPanel
Returns the number of managed values.
getOnDeleteCascade() - Method in class javatools.db.DbDatabase
Returns the capability of DBMS to handle ON DELETE CASCADE clauses.
getOnDeleteSetDefault() - Method in class javatools.db.DbDatabase
Returns the capability of DBMS to handle ON DELETE SET DEFAULT clauses.
getOnDeleteSetNull() - Method in class javatools.db.DbDatabase
Returns the capability of DBMS to handle ON DELETE SET NULL clauses.
getOneVolume(Integer) - Method in class medi.db.Provider
Returns info about ONE volume.
getOnUpdateCascade() - Method in class javatools.db.DbDatabase
Returns the capability of DBMS to handle ON UPDATE CASCADE clauses.
getOnUpdateSetDefault() - Method in class javatools.db.DbDatabase
Returns the capability of DBMS to handle ON UPDATE SET DEFAULT clauses.
getOnUpdateSetNull() - Method in class javatools.db.DbDatabase
Returns the capability of DBMS to handle ON UPDATE SET NULL clauses.
getPassword() - Method in class javatools.sql.ScriptExecutor
Returns the password used for connection.
getPassword() - Static method in class medi.util.MediConfig
Returns the password.
getPlace() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Returns the tree that contains the node.
getPlace() - Method in interface javatools.util.Clippable
Returns the place that contains this object.
getPort() - Static method in class medi.util.MediConfig
Returns the TCP port.
getPrograms(Long) - Method in class medi.db.Provider
Returns a list of programs.
getProgramsByData(Long) - Method in class medi.db.Provider
Returns the programs that can manage the specified data.
getProgramsByFileType(Integer) - Method in class medi.db.Provider
Returns programs that manage the specified file type.
getProgramsReduced(Long) - Method in class medi.db.Provider
Returns a list of programs in a sorted way.
getProgramsSorted(Long) - Method in class medi.db.Provider
Returns a list of programs in a sorted way.
getProperty(String) - Method in class javatools.db.DbDatabase
A database can have a set of properties associated with it.
getProps() - Method in class javatools.db.DbManager
Return a properties object for the db subsystem.
getQueryString() - Method in class javatools.db.DbValueList
Any DbExpr needs to be able to convert into the SQL string equivilent.
getQueryString() - Method in class javatools.db.DbSelector
Get the query string represented by this query.
getQueryString() - Method in class javatools.db.DbParenthesis
Gets the queryString attribute of the DbParenthesis object
getQueryString() - Method in class javatools.db.DbOrExpr
Returns the query string related to this expression.
getQueryString() - Method in class javatools.db.DbOrderBy
Returns the query string related to these expression.
getQueryString() - Method in class javatools.db.DbMiscExpr
See DbFuncExpr
getQueryString() - Method in class javatools.db.DbLiteral
Gets the queryString attribute of the DbLiteral object
getQueryString() - Method in class javatools.db.DbExprFuncDef
Gets the queryString attribute of the DbExprFuncDef object
getQueryString() - Method in class javatools.db.DbExpr
Any DbExpr needs to be able to convert into the SQL string equivilent.
getQueryString() - Method in class javatools.db.DbCriterion
Returns the query string related to this expression.
getQueryString() - Method in class javatools.db.DbColumn
Returns the query string related to this column.
getQueryString() - Method in class javatools.db.DbAndExpr
Returns the query string related to this expression.
getRefColumns(int) - Method in class javatools.db.DbDynamicConstraint
Returns the referencing columns of THIS table to the father table whose index is specified.
getRefColumns(int) - Method in class javatools.db.DbReferencedTable
 
getRefColumns(int) - Method in class javatools.db.DbConstraint
Returns the referencing columns of THIS table for a father table whose index is specified.
getRefObject() - Method in class javatools.util.IndexedObject
Returns the referred object.
getRemoveFormat() - Method in class javatools.util.ScriptCatcher
Returns the property about removing formatting items (spaces and new-lines)
getResizeOption(int) - Method in class javatools.swing.ResizeManager
Returns the resize option for a component.
getResult() - Method in class medi.swing.dialog.SearchDataMask
Returns the result of the dialog.
getRowCount() - Method in class javatools.swing.table.IndexedTableMap
Returns the number of contained rows.
getSelectedMountPoint() - Static method in class medi.swing.dialog.MountManagement
Returns the previously selected mount point.
getSequence(String) - Method in class javatools.db.DbDatabase
Ahem... uncommented.
getSessionByName(Integer, Integer, String) - Method in class medi.db.Provider
Returns the session whose name is specified.
getSessions(Integer, Integer) - Method in class medi.db.Provider
Returns a list of session, without caring of super-session ID field.
getSessions(Integer, Integer, Integer) - Method in class medi.db.Provider
Returns the session list.
getSessionsByData(Long) - Method in class medi.db.Provider
Returns sessions that contain the specified data.
getSessionsReduced(Integer, Integer, Integer) - Method in class medi.db.Provider
Returns the list of sessions in a sorted way.
getSessionsSorted(Integer, Integer, Integer) - Method in class medi.db.Provider
Returns the list of sessions in a sorted way.
getSize() - Method in class javatools.db.DbColumn
Returns the display size of this column.
getSonFatherIndex(int) - Method in class javatools.db.DbDynamicConstraint
Returns the index that a son table uses to reference this table.
getSonFatherIndex(int) - Method in class javatools.db.DbReferencedTable
 
getSonFatherIndex(int) - Method in class javatools.db.DbConstraint
Returns in which position a son table references THIS table in its constraint.
getSons(Long) - Method in class medi.db.Provider
Returns the sons of a specified data.
getSonsReduced(Long) - Method in class medi.db.Provider
Returns the sons of a specified data.
getSonTable(int) - Method in class javatools.db.DbDynamicConstraint
Returns a son table whose index is specified.
getSonTable(int) - Method in class javatools.db.DbReferencedTable
 
getSonTable(int) - Method in class javatools.db.DbConstraint
Returns a son table whose index is specified.
getSonTablesCount() - Method in class javatools.db.DbDynamicConstraint
Returns the number of son tables.
getSonTablesCount() - Method in class javatools.db.DbReferencedTable
 
getSonTablesCount() - Method in class javatools.db.DbConstraint
Returns the number of son tables.
getSqlConnection() - Method in class javatools.db.DbConnection
Returns the real JDBC connection.
getStackTrace() - Method in class javatools.util.CommonRuntimeException
Returns the stack trace.
getStackTrace() - Method in class javatools.util.CommonException
Returns the stack trace after this exception.
getString(String) - Method in class javatools.db.DbRow
Return a column as a String.
getStringDelimiterChar() - Method in class javatools.util.ScriptCatcher
Returns the character who represents the start/end of a string in the script.
getSubdirGetters() - Method in class javatools.io.DirectoryGetter
Returns an array of DirectoryGetter for each subdirectory.
getSubdirs() - Method in class javatools.io.DirectoryGetter
Returns an array of subdirectories.
getSubdirScanners() - Method in class medi.io.DirectoryScanner
Returns the scanners for subdirectories as an array.
getSubExpr(DbColumn[]) - Method in class javatools.db.DbColumn
Currently unused.
getTable() - Method in class javatools.db.DbConstraint
Returns the referenced table.
getTable(String) - Method in class javatools.db.DbDatabase
Return an object representing a particular table in the database.
getText() - Method in class javatools.swing.TextComponentChecker
Returns the text contained in the managed component.
getThreadConnection() - Method in class javatools.db.DbDatabase
Get a DbConnection that will be associated with this Thread.
getTime() - Method in class javatools.util.FormattedDate
Returns the time of this date in millis.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class medi.swing.tree.MediTreeCellRenderer
Returns the tree cell renderer component to use.
getType() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Returns the type of the node.
getType() - Method in interface javatools.util.Clippable
Returns the type of the object.
getType() - Method in class medi.swing.tree.MediTreeNode
Returns the type of the node.
getTypes() - Method in class javatools.db.util.TableStructureCatcher
Returns the types array.
getUpdateOperation(int) - Method in class javatools.db.DbDynamicConstraint
Returns the update operation that should be done for the father table whose index is specified.
getUpdateOperation(int) - Method in class javatools.db.DbReferencedTable
 
getUpdateOperation(int) - Method in class javatools.db.DbConstraint
Returns what kind of operation will be done in case of an update of the father table specified by index.
getUserName() - Method in class javatools.sql.ScriptExecutor
Returns the username.
getUserName() - Static method in class medi.util.MediConfig
Returns the user name.
getValid() - Method in class javatools.util.ValidatorCluster
Makes a logical and between all the getValid results.
getValid() - Method in class javatools.util.Validator
Gets the valid flag.
getValue() - Method in class javatools.swing.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getValue() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Returns the value of this object.
getValue() - Method in interface javatools.util.Clippable
Returns the value of the object.
getValue() - Method in class medi.swing.tree.MediTreeNode
Returns the value of this object.
getValue(int) - Method in class javatools.db.DbRow
Returns a value of a column.
getValue(int) - Method in class javatools.swing.DBMSUserInfoPanel
Returns the value whose position is specified.
getValue(int) - Method in class javatools.swing.DBMSSpecificationPanel
Returns the value at a certain position.
getValue(int) - Method in class javatools.swing.PresentationPanel
Returns the value whose position is specified.
getValue(int) - Method in class javatools.swing.InputPanel
Returns the value whose position is specified.
getValue(int) - Method in class javatools.swing.AbstractWizard
Gets a wizard value.
getValue(int) - Method in class medi.swing.wizard.Volume2DbPanel
Returns the value whose position is specified.
getValue(int) - Method in class medi.swing.wizard.Volume2DbContainerPanel
Returns the value whose position is specified.
getValue(String) - Method in class javatools.db.DbRow
Return a column in the native type.
getValue(String) - Method in class javatools.swing.DBMSUserInfoPanel
Returns the value whose name is specified.
getValue(String) - Method in class javatools.swing.DBMSSpecificationPanel
Returns a value whose name is specified.
getValue(String) - Method in class javatools.swing.PresentationPanel
Returns the value whose name is specified.
getValue(String) - Method in class javatools.swing.InputPanel
Returns the value whose name is specified.
getValue(String) - Method in class javatools.swing.AbstractWizard
Gets a wizard value.
getValue(String) - Method in class medi.swing.wizard.Volume2DbPanel
Returns the value whose name is specified.
getValue(String) - Method in class medi.swing.wizard.Volume2DbContainerPanel
Returns the value whose name is specified.
getValueArray() - Method in class javatools.db.DbRow
Returns all the array of values.
getValueAt(int, int) - Method in class javatools.swing.table.IndexedTableSorter
Returns the value in a certain position.
getValueAt(int, int) - Method in class javatools.swing.table.IndexedTableMap
Returns the value in the table.
getValueCount() - Method in class javatools.db.DbRow
Returns the number of contained values.
getValueName(int) - Method in class javatools.swing.DBMSUserInfoPanel
Returns the name of a value whose position is specified.
getValueName(int) - Method in class javatools.swing.DBMSSpecificationPanel
Returns the name whose position is specified.
getValueName(int) - Method in class javatools.swing.PresentationPanel
Returns the name of a value whose position is specified.
getValueName(int) - Method in class javatools.swing.InputPanel
Returns the name of a value whose position is specified.
getValueName(int) - Method in class medi.swing.wizard.Volume2DbPanel
Returns the name of a value whose position is specified.
getValueName(int) - Method in class medi.swing.wizard.Volume2DbContainerPanel
Returns the name of a value whose position is specified.
getValuePos(String) - Method in class javatools.swing.DBMSUserInfoPanel
Returns the position of a value whose name is specified.
getValuePos(String) - Method in class javatools.swing.DBMSSpecificationPanel
Returns the position of a value whose name is specified.
getValuePos(String) - Method in class javatools.swing.PresentationPanel
Returns the position of a value whose name is specified.
getValuePos(String) - Method in class javatools.swing.InputPanel
Returns the position of a value whose name is specified.
getValuePos(String) - Method in class javatools.swing.AbstractWizard
Searches the position of a value whose name is the one passed as a parameter.
getValuePos(String) - Method in class medi.swing.wizard.Volume2DbPanel
Returns the position of a value whose name is specified.
getValuePos(String) - Method in class medi.swing.wizard.Volume2DbContainerPanel
Returns the position of a value whose name is specified.
getValueUsingField(Object, String) - Static method in class javatools.util.Reflect
 
getValueUsingGetter(Object, String) - Static method in class javatools.util.Reflect
 
getVolumeByName(String) - Method in class medi.db.Provider
Returns a volume list as a DbTable by searching its name.
getVolumeID(String) - Method in class medi.db.util.VolumeMounter
Returns the volume ID contained in a mount point.
getVolumeLocation(Integer) - Method in class medi.db.Provider
Returns a volume's location.
getVolumeName() - Method in class medi.util.VolumeScanningSaver
Returns the volume name.
getVolumes(Integer, Integer) - Method in class medi.db.Provider
Returns the volumes.
getVolumeScanningSaver() - Method in class medi.io.DirectoryScanner
Returns the used volume scanning saver.
getVolumesReduced(Integer, Integer) - Method in class medi.db.Provider
Returns a list of volumes in a sorted way.
getVolumesSorted(Integer, Integer) - Method in class medi.db.Provider
Returns a list of volumes in a sorted way.
getWhere() - Method in class javatools.db.DbSelector
Returns the where condition.
greaterThan(Object) - Method in class javatools.db.DbExpr
Return an expression representing this column being greater than another value.
greaterThanOrEqual(Object) - Method in class javatools.db.DbExpr
Return an expression representing this column being greater than or equal to another value.

H

hashCode() - Method in class javatools.util.FormattedDate
Returns a hash code for this object.
hashCode() - Method in class javatools.util.FormattedNumber
Returns the hash code for the num object.
hashCode() - Method in class javatools.util.IndexedObject
Returns a hash code for this object.
hashOne(Object) - Static method in class javatools.util.Compare
Returns the hash code for an object, or zero for a null object.
hasMoreElements() - Method in class javatools.util.IteratorToEnumeration
Checks if there are more elements in this iterator.
hasNext() - Method in class javatools.db.DbCachedIterator
Checks if this iterator has a value after the current one.
hasNext() - Method in class javatools.db.DbIterator
Are there more items in this iterator?
hasNextRow() - Method in class javatools.db.DbCachedIterator
Are there more rows to iterator through?
hasNextRow() - Method in class javatools.db.DbIterator
Are there more rows to iterator through?
hasThreadConnection() - Method in class javatools.db.DbDatabase
Does this thread have a default connection associated with it?
hideFrame() - Method in class medi.util.PreviewDispatcher
Hides the preview frame.
HORIZONTAL - Variable in class javatools.swing.ResizeManager
Only horizontal resizing will be performed.

I

ID - Variable in class javatools.swing.IndexablePanel
It is the ID of the object that you want its details to be displayed.
ID - Variable in class javatools.swing.tree.IndexedTypedTreeNode
The ID of this node.
in(Collection) - Method in class javatools.db.DbExpr
Returns an expression that means "IN (value1, value2, ..., valuen)"
in(Object) - Method in class javatools.db.DbExpr
Returns an expression to represent the "in" clause.
Includes - class medi.db.table.Includes.
Represents the INCLUDES table (see relational model).
Includes(DbDatabase) - Constructor for class medi.db.table.Includes
Creates new Includes.
IndexablePanel - class javatools.swing.IndexablePanel.
It represents a details panel for a given thing.
IndexablePanel() - Constructor for class javatools.swing.IndexablePanel
Creates new form IndexablePanel
IndexedObject - class javatools.util.IndexedObject.
An object and an index...
IndexedObject() - Constructor for class javatools.util.IndexedObject
Creates new IndexedObject
IndexedTableMap - class javatools.swing.table.IndexedTableMap.
A base table for IndexedTableSorter.
IndexedTableMap() - Constructor for class javatools.swing.table.IndexedTableMap
 
IndexedTableModel - class javatools.swing.table.IndexedTableModel.
A table model that contains indexes for its rows.
IndexedTableModel() - Constructor for class javatools.swing.table.IndexedTableModel
Creates new IndexedTableModel
IndexedTableModel(int, int) - Constructor for class javatools.swing.table.IndexedTableModel
Creates a new IndexedTableModel.
IndexedTableModel(Object[][], Object[]) - Constructor for class javatools.swing.table.IndexedTableModel
Creates a new IndexedTableModel.
IndexedTableModel(Object[], int) - Constructor for class javatools.swing.table.IndexedTableModel
Creates a new IndexedTableModel.
IndexedTableModel(Vector, int) - Constructor for class javatools.swing.table.IndexedTableModel
Creates a new IndexedTableModel.
IndexedTableModel(Vector, Vector) - Constructor for class javatools.swing.table.IndexedTableModel
Creates a new IndexedTableModel.
IndexedTableSorter - class javatools.swing.table.IndexedTableSorter.
It seems a table, it is a table sorter for indexed tables.
IndexedTableSorter() - Constructor for class javatools.swing.table.IndexedTableSorter
Creates new IndexedTableSorter
IndexedTableSorter(IndexedTableModel) - Constructor for class javatools.swing.table.IndexedTableSorter
Creates a new IndexedTableSorter.
IndexedTypedTreeNode - class javatools.swing.tree.IndexedTypedTreeNode.
It is a node that is both typed (with a "type") and indexed (with an index).
IndexedTypedTreeNode() - Constructor for class javatools.swing.tree.IndexedTypedTreeNode
Creates a new instance of IndexedTypedTreeNode
IndexedTypedTreeNode(JTree, Object) - Constructor for class javatools.swing.tree.IndexedTypedTreeNode
Creates a new IndexedTypedTreeNode.
IndexedTypedTreeNode(JTree, Object, boolean) - Constructor for class javatools.swing.tree.IndexedTypedTreeNode
Creates a new IndexedTypedTreeNode.
IndexedTypedTreeNode(Object) - Constructor for class javatools.swing.tree.IndexedTypedTreeNode
Creates a new instance of IndexedTypedTreeNode
IndexedTypedTreeNode(Object, boolean) - Constructor for class javatools.swing.tree.IndexedTypedTreeNode
Creates a new IndexedTypedTreeNode.
IndexedVector - class javatools.util.IndexedVector.
A vector and an index.
IndexedVector() - Constructor for class javatools.util.IndexedVector
Creates new IndexedVector
IndexedVector(Collection) - Constructor for class javatools.util.IndexedVector
Creates a new IndexedVector.
IndexedVector(int) - Constructor for class javatools.util.IndexedVector
Creates a new IndexedVector.
IndexedVector(int, int) - Constructor for class javatools.util.IndexedVector
Creates a new IndexedVector.
indexes - Variable in class javatools.swing.table.IndexedTableSorter
The indexes to use for correct order.
INFO - Static variable in interface javatools.util.Log
Informational message only to highlight an event of interest.
info(String, String) - Method in interface javatools.util.Log
Puts an info message in the log.
info(String, String) - Method in class javatools.util.FileLog
Puts an info message in the log.
init() - Method in class javatools.swing.IndexablePanel
Initializes the panel.
init() - Method in class javatools.swing.DatePanel
Initializes the panel with default values (1-1-1900 00:00)
init() - Method in class medi.swing.panel.VolumePanel
Initializes the panel.
init() - Method in class medi.swing.panel.ProgramPanel
Initializes the panel.
init() - Method in class medi.swing.panel.AuthorPanel
Initializes the panel.
init() - Method in class medi.swing.panel.DataSetDetailsPanel
Initializes the panel.
init() - Method in class medi.swing.panel.DataDetailsPanel
Initializes the panel.
init() - Method in class medi.swing.panel.GenrePanel
Initializes the panel.
init() - Method in class medi.swing.panel.SessionPanel
Initializes the panel.
init() - Method in class medi.swing.panel.ExecutionDetailsPanel
Initializes the panel.
init() - Method in class medi.swing.panel.DataSetPanel
Initializes the panel.
init() - Method in class medi.swing.panel.EditorPanel
Initializes the panel.
init() - Method in class medi.swing.panel.AbstractDataPanel
Initializes the panel.
init() - Method in class medi.swing.panel.AuthorDetailsPanel
Initializes the panel.
init() - Method in class medi.swing.panel.ExecutionPanel
Initializes the panel.
init() - Method in class medi.swing.panel.ProgramDetailsPanel
Initializes the panel.
init() - Method in class medi.swing.panel.ContainerPanel
Initializes the panel.
init() - Method in class medi.swing.panel.EditorDetailsPanel
Initializes the panel.
init() - Static method in class medi.swing.tree.MediTreeNode
Initializes some generic lists.
init() - Static method in class medi.util.MediConfig
Initializes the class.
init(Date) - Method in class javatools.swing.DatePanel
Initializes the panel values.
init(int, int, int, int, int, int) - Method in class javatools.swing.DatePanel
Initializes the panel values.
init(String, int) - Method in class javatools.util.FileLog
Performs initializing.
initialize() - Method in class javatools.swing.VariablePaneDispatcher
It will be called when the thread starts.
initialize() - Method in class medi.swing.dispatch.GenrePaneDispatcher
Initializes the dispatcher.
initialize() - Method in class medi.swing.dispatch.ExecutionPaneDispatcher
Initializes the dispatcher.
initialize() - Method in class medi.swing.dispatch.DataSetPaneDispatcher
Initializes the dispatcher.
initialize() - Method in class medi.swing.dispatch.ContainerPaneDispatcher
Initializes the dispatcher.
initialize() - Method in class medi.swing.dispatch.AuthorPaneDispatcher
Initializes the dispatcher.
initialized - Variable in class javatools.swing.VariablePaneDispatcher
Checks whether the thread has been initialized.
initialized - Variable in class javatools.swing.IndexablePanel
Flag that checks whether the panel is initialized or not.
initialized - Variable in class medi.swing.panel.AbstractDataPanel
Checks whether this panel has been initialized or not.
initLists() - Method in class javatools.db.DbConstraint
Builds all dynamic lists (where clauses, constraints etc.).
initPanels() - Method in class javatools.swing.AbstractWizard
Initialized all the panes, with correct dimensions.
initSize() - Method in class javatools.swing.ResizeManager
Initializes the monitored object with initials sizes.
initStaticLists() - Method in class javatools.db.DbConstraint
Inits static lists, like indexes of son tables, default values of father tables etc.
INNER_JOIN - Static variable in class javatools.db.DbJoinedTable
Represents an inner join.
InputPanel - class javatools.swing.InputPanel.
It is a class to represent a generic panel used in AbstractWizard to collect information.
InputPanel() - Constructor for class javatools.swing.InputPanel
Creates new form InputPanel
INSERT_OPERATION - Static variable in class javatools.db.DbConstraint
It represents an INSERT operation.
insert(IndexedTypedTreeNode, int) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Inserts a child to the node.
inserter() - Method in class javatools.db.DbJoinedTable
Return an inserter for inserting new data in the database.
inserter() - Method in class javatools.db.DbFixedAbstractTable
Return an inserter for inserting new data in the database.
inserter() - Method in class javatools.db.DbAbstractTable
Return an inserter for inserting new data in the database.
inserter() - Method in class javatools.db.DbReferencedTable
Return an inserter for inserting new data in the database.
inserter(DbSelector) - Method in class javatools.db.DbJoinedTable
Return an inserter for inserting new data in the database.
inserter(DbSelector) - Method in class javatools.db.DbFixedAbstractTable
Return an inserter for inserting new data in the database.
inserter(DbSelector) - Method in class javatools.db.DbAbstractTable
Return an inserter for inserting new data in the database.
inserter(DbSelector) - Method in class javatools.db.DbReferencedTable
Return an inserter for inserting new data in the database.
insertRow(int, Object[], Object) - Method in class javatools.swing.table.IndexedTableModel
Inserts a row anywhere in the table.
InstalledProgram - class medi.db.table.InstalledProgram.
Represents the INSTALLED_PROGRAM table (see relational model).
InstalledProgram(DbDatabase) - Constructor for class medi.db.table.InstalledProgram
Creates new InstalledProgram.
interrupt() - Method in class javatools.swing.SwingWorker
A new method that interrupts the worker thread.
intoList - Variable in class javatools.db.DbConstraint
A list of columns to put data into (used in INSERT/UPDATE operations).
intValue() - Method in class javatools.util.FormattedNumber
Returns the int value for out num object.
INVOCATION_DEFAULT - Static variable in class javatools.awt.event.SetTextEvent
The default id for all InvocationEvents.
INVOCATION_DEFAULT - Static variable in class javatools.awt.event.DbRowUseEvent
The default id for all InvocationEvents.
INVOCATION_DEFAULT - Static variable in class javatools.awt.event.TabEnableEvent
The default id for all InvocationEvents.
INVOCATION_DEFAULT - Static variable in class javatools.awt.event.TabDisableEvent
The default id for all InvocationEvents.
INVOCATION_DEFAULT - Static variable in class javatools.awt.event.TableResizeEvent
The default id for all InvocationEvents.
INVOCATION_DEFAULT - Static variable in class javatools.awt.event.TableFillEvent
The default id for all InvocationEvents.
INVOCATION_DEFAULT - Static variable in class javatools.awt.event.TreeExpansionEvent
The default id for all InvocationEvents.
INVOCATION_DEFAULT - Static variable in class javatools.awt.event.TreeReloadEvent
The default id for all InvocationEvents.
INVOCATION_DEFAULT - Static variable in class javatools.awt.event.WakingEvent
The default id for all InvocationEvents.
INVOCATION_FIRST - Static variable in class javatools.awt.event.SetTextEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_FIRST - Static variable in class javatools.awt.event.DbRowUseEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_FIRST - Static variable in class javatools.awt.event.TabEnableEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_FIRST - Static variable in class javatools.awt.event.TabDisableEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_FIRST - Static variable in class javatools.awt.event.TableResizeEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_FIRST - Static variable in class javatools.awt.event.TableFillEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_FIRST - Static variable in class javatools.awt.event.TreeExpansionEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_FIRST - Static variable in class javatools.awt.event.TreeReloadEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_FIRST - Static variable in class javatools.awt.event.WakingEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class javatools.awt.event.SetTextEvent
Marks the last integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class javatools.awt.event.DbRowUseEvent
Marks the last integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class javatools.awt.event.TabEnableEvent
Marks the last integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class javatools.awt.event.TabDisableEvent
Marks the last integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class javatools.awt.event.TableResizeEvent
Marks the last integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class javatools.awt.event.TableFillEvent
Marks the last integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class javatools.awt.event.TreeExpansionEvent
Marks the last integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class javatools.awt.event.TreeReloadEvent
Marks the last integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class javatools.awt.event.WakingEvent
Marks the last integer id for the range of invocation event ids.
invokeWakingUp(RunningRunnable) - Static method in class javatools.swing.MoreSwingUtilities
Calls a wakeUp method of a RunningRunnable object when the event queue dispatches it.
isArrayNull(Object[]) - Static method in class javatools.util.NullUtils
Checks if an array is made only of null objects.
isBasicType(Class) - Static method in class javatools.util.Reflect
 
isCellEditable(int, int) - Method in class javatools.swing.table.IndexedTableMap
Checks if a cell is editable.
isClosed() - Method in class javatools.db.DbConnection
Checks if this connection is closed.
isExpanded() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Returns the expanded flag.
isExpanded() - Method in class javatools.swing.tree.ExpansionRecordingTreeNode
Returns the expanded flag.
isFrameVisible() - Method in class medi.util.PreviewDispatcher
Checks if the frame is visible.
isGenreDescendent(Integer, Integer) - Method in class medi.db.Provider
Checks if a genre is a descendent of another genre.
isInitialized() - Method in class javatools.swing.IndexablePanel
Checks whether the panel has been initialized or not.
isInitialized() - Method in class medi.swing.panel.AbstractDataPanel
Checks whether the panel is initialized or not.
isListNull(List) - Static method in class javatools.util.NullUtils
Checks if a list contains only null objects.
isNotNull() - Method in class javatools.db.DbExpr
Gets the notNull attribute of the DbExpr object
isNull() - Method in class javatools.db.DbExpr
Gets the null attribute of the DbExpr object
isSessionDescendent(Integer, Integer, Integer) - Method in class medi.db.Provider
Checks if a session is a descendent of an another session.
isSuspended() - Method in class medi.util.VolumeScanningSaver
Checks if the thread is suspended.
isValid() - Method in class javatools.swing.NoSpacesTCChecker
Returns if the component contains a text with no spaces and not empty.
isValid() - Method in class javatools.swing.NotEmptyTCChecker
Checks if the text component contains at least a character.
isValid() - Method in class javatools.swing.PositiveTCChecker
Checks if the text component contains a positive numeric value.
isValid() - Method in class javatools.swing.NumericTCChecker
Checks if the component contains a numeric value.
isValid() - Method in class javatools.swing.TextComponentChecker
Checks if the component contains a correct value.
iterator() - Method in class javatools.db.DbCachedTable
Return an iterator to iterate over the rows in this table.
iterator() - Method in class javatools.db.DbTable
Return an iterator to iterate over the rows in this table.
iterator() - Method in class javatools.util.ScriptCatcher
Returns an iterator to iterate commands.
iterator() - Method in class medi.db.util.VolumeMounter
Returns an iterator of entries (java.util.Map.Entry) that use mount points as keys and volume IDs as values.
IteratorToEnumeration - class javatools.util.IteratorToEnumeration.
Uses an Iterator object as an Enumeration object.
IteratorToEnumeration(Iterator) - Constructor for class javatools.util.IteratorToEnumeration
Creates a new object.

J

JAboutBox - class javatools.swing.JAboutBox.
Manages a generic about box.
JAboutBox(Frame, boolean) - Constructor for class javatools.swing.JAboutBox
Creates new form JAboutBox
javatools.applications.DBConstraints - package javatools.applications.DBConstraints
 
javatools.applications.DBScriptExec - package javatools.applications.DBScriptExec
 
javatools.applications.DBScriptWizard - package javatools.applications.DBScriptWizard
 
javatools.awt.event - package javatools.awt.event
 
javatools.db - package javatools.db
Database interface classes.
javatools.db.util - package javatools.db.util
 
javatools.io - package javatools.io
 
javatools.sql - package javatools.sql
 
javatools.swing - package javatools.swing
 
javatools.swing.event - package javatools.swing.event
 
javatools.swing.internal - package javatools.swing.internal
 
javatools.swing.panel - package javatools.swing.panel
 
javatools.swing.table - package javatools.swing.table
 
javatools.swing.tree - package javatools.swing.tree
 
javatools.util - package javatools.util
Utility classes.
javatools.util.test - package javatools.util.test
 
JQueue - class javatools.util.JQueue.
Implements a regular queue.
JQueue.QueueKey - class javatools.util.JQueue.QueueKey.
A class which can be used to pass to remove to remove something from the middle of the queue.
JQueue() - Constructor for class javatools.util.JQueue
Creates a new empty JQueue.
JQueue(int) - Constructor for class javatools.util.JQueue
Constructor which takes an initial guesstimate of how many items we expect to store in it

L

lastSortedColumn - Variable in class javatools.swing.table.IndexedTableSorter
Contains the last sorted column to alternate ascending and descending order.
lastSortingDirection - Variable in class javatools.swing.table.IndexedTableSorter
Contains the last sorting direction, to alternate ascending and descending order.
leapYear(int) - Static method in class javatools.util.DateUtil
Checks if a year is a leap year.
LEFT_JOIN - Static variable in class javatools.db.DbJoinedTable
Represents a left join.
lessThan(Object) - Method in class javatools.db.DbExpr
Return an expression representing this column being less than another value.
lessThanOrEqual(Object) - Method in class javatools.db.DbExpr
Return an expression representing this column being less than or equal to another value.
like(Object) - Method in class javatools.db.DbExpr
Return an expression representing this column being LIKE another value.
link(MediTreeNode, MediTreeNode) - Static method in class medi.swing.tree.MediTreeNodeLinker
Links two nodes.
linkDataToAuthor(Long, Integer) - Method in class medi.db.Provider
Assigns a data to an author.
linkDataToDataSet(Long, Long) - Method in class medi.db.Provider
Assigns a data to a data set.
linkDataToEditor(Long, Integer) - Method in class medi.db.Provider
Assigns a data to an editor.
linkDataToFileType(Long, Integer) - Method in class medi.db.Provider
Links a data item to a specified file type.
linkDataToGenre(Long, Integer) - Method in class medi.db.Provider
Assigns a data to a genre.
linkDataToSession(Long, Integer, Integer) - Method in class medi.db.Provider
Assigns a data to a session.
linkFileTypeToProgram(Integer, Long, Integer) - Method in class medi.db.Provider
Links a file type to a program.
linkNewData(Long) - Method in class medi.swing.panel.AuthorDataPanel
Links a data ID to an author.
linkNewData(Long) - Method in class medi.swing.panel.GenreDataPanel
Links a data item to a genre.
linkNewData(Long) - Method in class medi.swing.panel.ExecutionDataPanel
Links a data item to a file type.
linkNewData(Long) - Method in class medi.swing.panel.SearchDataPanel
Links a new data ID.
linkNewData(Long) - Method in class medi.swing.panel.FatherDataPanel
Links a data item so that it will be "son" of another data item.
linkNewData(Long) - Method in class medi.swing.panel.DataSetDataPanel
Links a data item to a data set.
linkNewData(Long) - Method in class medi.swing.panel.AbstractDataPanel
Links a new data ID in different ways, depending on the derived class.
linkNewData(Long) - Method in class medi.swing.panel.SessionDataPanel
Links a data item to a session.
linkNewData(Long) - Method in class medi.swing.panel.EditorDataPanel
Links a data item to an editor.
load() - Method in class javatools.util.Props
Loads properties.
load() - Method in class medi.util.VolumeScanningSaver
Loads the file.
loadClasses(String) - Method in class javatools.util.PluginLoader
Loads the classes and returns them as a list.
loadDataVector(Object[][], Object[], Object[]) - Method in class javatools.swing.table.IndexedTableModel
Effectively load a data vector.
loadFinishText(String) - Method in class javatools.swing.ConnectionWizard
Loads the text to be displayed in the last panel.
loadFinishText(String) - Method in class javatools.swing.ScriptExecutorWizard
Loads the text to be displayed in the last panel.
loadInstances(String) - Method in class javatools.util.PluginLoader
Returns instances of classes contained in a property object.
loadLocalConfig() - Method in class javatools.util.Props
Loads local configuration file.
loadPresentationText(String) - Method in class javatools.swing.ConnectionWizard
Loads the presentation text from a file.
loadPresentationText(String) - Method in class javatools.swing.ScriptExecutorWizard
Loads the presentation text from a file.
loadResources() - Method in class javatools.util.Props
Loads resources (aka properties).
loadScript(String) - Method in class javatools.db.util.TableStructureCatcher
Loads a script file to get info for a table.
loadScript(String) - Method in class javatools.sql.ScriptExecutor
Loads the script to be executed.
loadScript(String) - Method in class javatools.util.ScriptCatcher
Loads a script whose path is in "fileName" string, divides it into commands and make them available.
loadStatus() - Method in class medi.util.VolumeScanningSaver
Loads the status from the file.
loadStructure() - Method in class javatools.db.DbFixedAbstractTable
Loads table structure from a file: localConfigPath/TABLENAME.table.
Log - interface javatools.util.Log.
An object that represents a log.
log(int, String, String) - Method in interface javatools.util.Log
Puts a message in the log.
log(int, String, String) - Method in class javatools.util.FileLog
Puts a new message in the log.
longValue() - Method in class javatools.util.FormattedNumber
Returns the long value for out num object.
lower() - Method in class javatools.db.DbExpr
Returns an expression in which it will take the lowercase value for current expression.

M

main(String[]) - Static method in class javatools.applications.DBConstraints.TestConstraints
 
main(String[]) - Static method in class javatools.applications.DBScriptExec.DBScriptExec
Main method.
main(String[]) - Static method in class javatools.applications.DBScriptWizard.DBScriptWizard
The main...
main(String[]) - Static method in class javatools.swing.TestWizard
I think it's a main function.
main(String[]) - Static method in class javatools.util.test.TestQueue
 
main(String[]) - Static method in class javatools.util.test.TestCache
 
main(String[]) - Static method in class medi.applications.MediUpdater
The main...
main(String[]) - Static method in class medi.applications.MediInstallerWizard
The main...
main(String[]) - Static method in class medi.swing.MediMain
The main method.
Marks - class medi.db.table.Marks.
Represents the MARKS table (see relational model).
Marks(DbDatabase) - Constructor for class medi.db.table.Marks
Creates new Marks.
max() - Method in class javatools.db.DbExpr
Returns an expression in which it will take the max value for current expression.
maxMonthSize(int) - Static method in class javatools.util.DateUtil
Returns the maximum value of days in a month.
medi.applications - package medi.applications
 
medi.db - package medi.db
 
medi.db.backward - package medi.db.backward
 
medi.db.constraint - package medi.db.constraint
 
medi.db.table - package medi.db.table
 
medi.db.util - package medi.db.util
 
medi.io - package medi.io
 
medi.swing - package medi.swing
 
medi.swing.dialog - package medi.swing.dialog
 
medi.swing.dispatch - package medi.swing.dispatch
 
medi.swing.expander - package medi.swing.expander
 
medi.swing.filler - package medi.swing.filler
 
medi.swing.frame - package medi.swing.frame
 
medi.swing.panel - package medi.swing.panel
 
medi.swing.tree - package medi.swing.tree
 
medi.swing.util - package medi.swing.util
 
medi.swing.wizard - package medi.swing.wizard
 
medi.util - package medi.util
 
mediBundle - Variable in class medi.swing.panel.MediPanel
The resource bundle for internationalization.
MediConfig - class medi.util.MediConfig.
Configuration static class for Medi.
MediConfig() - Constructor for class medi.util.MediConfig
Creates a new instance of MediConfig
MediInstallerWizard - class medi.applications.MediInstallerWizard.
Installs a Medi database.
MediInstallerWizard() - Constructor for class medi.applications.MediInstallerWizard
Creates new MediInstallerWizard
MediMain - class medi.swing.MediMain.
Oh, the main...
MediMain() - Constructor for class medi.swing.MediMain
Creates new form MediMain
MediOptions - class medi.swing.frame.MediOptions.
An option frame.
MediOptions() - Constructor for class medi.swing.frame.MediOptions
Creates new form MediOptions
MediPanel - class medi.swing.panel.MediPanel.
The base panel for lots of Medi panes.
MediPanel() - Constructor for class medi.swing.panel.MediPanel
Creates a new instance of MediPanel
MediTreeCellRenderer - class medi.swing.tree.MediTreeCellRenderer.
A cell renderer for the trees of this program.
MediTreeCellRenderer() - Constructor for class medi.swing.tree.MediTreeCellRenderer
Creates new MediTreeCellRenderer
MediTreeExpansionDispatcher - class medi.swing.dispatch.MediTreeExpansionDispatcher.
Dispatcher for tree expansions.
MediTreeExpansionDispatcher() - Constructor for class medi.swing.dispatch.MediTreeExpansionDispatcher
Creates a new instance of MediTreeExpansionDispatcher
MediTreeNode - class medi.swing.tree.MediTreeNode.
It's a tree node specifically designed for Medi.
MediTreeNode() - Constructor for class medi.swing.tree.MediTreeNode
Creates new MediTreeNode
MediTreeNode(JTree, Object) - Constructor for class medi.swing.tree.MediTreeNode
Creates a new node with the given object.
MediTreeNode(JTree, Object, boolean) - Constructor for class medi.swing.tree.MediTreeNode
Creates a new node with the given object.
MediTreeNode(Object) - Constructor for class medi.swing.tree.MediTreeNode
Creates a new node with the given object.
MediTreeNode(Object, boolean) - Constructor for class medi.swing.tree.MediTreeNode
Creates a new node with the given object.
MediTreeNodeLinker - class medi.swing.tree.MediTreeNodeLinker.
It is a class containing only static methods, to be used to link MediTreeNode's between themselves.
MediTreeNodeLinker() - Constructor for class medi.swing.tree.MediTreeNodeLinker
Creates a new instance of MediTreeNodeLinker
MediUpdater - class medi.applications.MediUpdater.
It is an application to update the database to the latest version.
MediUpdater() - Constructor for class medi.applications.MediUpdater
Creates a new instance of MediUpdater
min() - Method in class javatools.db.DbExpr
Returns an expression in which it will take the max value for current expression.
minusInfinity() - Static method in class javatools.util.DateUtil
Return a date represting a long time in the past.
model - Variable in class javatools.swing.table.IndexedTableMap
The model to use.
monthSize(int) - Static method in class javatools.util.DateUtil
Returns the month size.
MoreSwingUtilities - class javatools.swing.MoreSwingUtilities.
Additional static methods for Swing components.
MoreSwingUtilities() - Constructor for class javatools.swing.MoreSwingUtilities
Creates a new instance of MoreSwingUtilities
mount(String, Integer) - Method in class medi.db.util.VolumeMounter
Mounts a volume in the specified mount point.
mountAndRetry() - Method in class medi.util.PreviewDispatcher
Mounts the volume and retry displaying the file.
MountedVolumeManagement - class medi.swing.frame.MountedVolumeManagement.
It is a class used to show information about mounted volumes.
MountedVolumeManagement() - Constructor for class medi.swing.frame.MountedVolumeManagement
Creates new form MountedVolumeManagement
MountManagement - class medi.swing.dialog.MountManagement.
It is a dialog window that manages mounting of volumes.
MountManagement(Frame, boolean) - Constructor for class medi.swing.dialog.MountManagement
Creates new form MountManagement
MountPoint - class medi.db.backward.MountPoint.
Represents the support table MOUNT_POINT.
MountPoint(DbDatabase) - Constructor for class medi.db.backward.MountPoint
Creates new MountPoint.
mountPointIterator() - Static method in class medi.util.MediConfig
Returns an iterator for mount points.
MOVE_GENRE_MODE - Variable in class medi.swing.dialog.GenreManagement
Moves a genre from a point to another.
MOVE_MODE - Variable in class medi.swing.dialog.SessionManagement
Moves a data array from a session to another session.
MOVE_MODE - Variable in class medi.swing.dialog.ProgramManagement
Changes managed file type for a program.
MOVE_MODE - Variable in class medi.swing.dialog.GenreManagement
Moves an array of data from a genre to another genre.
MOVE_MODE - Variable in class medi.swing.dialog.FileTypeManagement
Changes publishing editor for an array of data.
MOVE_MODE - Variable in class medi.swing.dialog.EditorManagement
Changes publishing editor for an array of data.
MOVE_MODE - Variable in class medi.swing.dialog.DataSetManagement
Moves a data array to another data set.
MOVE_MODE - Variable in class medi.swing.dialog.AuthorManagement
Moves an author for a data array.
MOVE_SESSION_MODE - Variable in class medi.swing.dialog.SessionManagement
Moves a session from a position to another.
moveLinkDataToAuthor(Long, Integer, Integer) - Method in class medi.db.Provider
Changes author assignment for a data item.
moveLinkDataToDataSet(Long, Long, Long) - Method in class medi.db.Provider
Changes data set assignment for a data item.
moveLinkDataToEditor(Long, Integer, Integer) - Method in class medi.db.Provider
Changes editor assignment for a data item.
moveLinkDataToGenre(Long, Integer, Integer) - Method in class medi.db.Provider
Changes genre assignment for a data item.
moveLinkDataToSession(Long, Integer, Integer, Integer, Integer) - Method in class medi.db.Provider
Changes session assignment for a data item.
moveLinkFileTypeToProgram(Integer, Long, Long) - Method in class medi.db.Provider
Replaces a manager program for a specified file type.
moveLinkParentGenre(Integer, Integer) - Method in class medi.db.Provider
Changes parent genre for a genre.
moveLinkProgramToFileType(Long, Integer, Integer) - Method in class medi.db.Provider
Replaces a managed file type of a program with another one.
moveLinkSessionToFatherSession(Integer, Integer, Integer, Integer) - Method in class medi.db.Provider
Changes father session for a session, or puts it as a root session for a volume.
moveLinkVolumeToContainer(Integer, Integer) - Method in class medi.db.Provider
Move a volume to another container (or to no container).
MP3File2Db - class medi.util.MP3File2Db.
Maps an MP3 into the database, storing information about the title, sampling, author, album.
MP3File2Db() - Constructor for class medi.util.MP3File2Db
Creates new MP3File2Db

N

n2sort() - Method in class javatools.swing.table.IndexedTableSorter
Sorts 2 items.
names - Variable in class javatools.db.DbAbstractTable
This array contains the names of the fields of the table.
names - Static variable in interface javatools.util.Log
The names containing the kind of errors shown above.
NATURAL_JOIN - Static variable in class javatools.db.DbJoinedTable
Represents a left join.
NeedsExecutionOf - class medi.db.table.NeedsExecutionOf.
Represents the NEEDS_EXECUTION_OF table (see relational model).
NeedsExecutionOf(DbDatabase) - Constructor for class medi.db.table.NeedsExecutionOf
Creates new NeedsExecutionOf.
next() - Method in class javatools.db.DbCachedIterator
Takes the next object from the iterator.
next() - Method in class javatools.db.DbSequence
Gets the next value.
next() - Method in class javatools.db.DbIterator
Returns the next item.
next(DbConnection) - Method in class javatools.db.DbSequence
Returns the next value, with a specific connection.
nextElement() - Method in class javatools.util.IteratorToEnumeration
Returns the next element of the iterator.
nextRow() - Method in class javatools.db.DbCachedIterator
Get the next DbRow in the table.
nextRow() - Method in class javatools.db.DbIterator
Get the next DbRow in the table.
NONE - Variable in class javatools.swing.ResizeManager
No resizing will be performed.
NoSpacesTCChecker - class javatools.swing.NoSpacesTCChecker.
Checks if a component contains a text with no spaces in it, and it is not empty.
NoSpacesTCChecker() - Constructor for class javatools.swing.NoSpacesTCChecker
Creates new NoSpacesTCChecker
NotEmptyTCChecker - class javatools.swing.NotEmptyTCChecker.
It is used to check if a text component contains a non empty value.
NotEmptyTCChecker() - Constructor for class javatools.swing.NotEmptyTCChecker
Creates new NotEmptyTCChecker
notEqual(Object) - Method in class javatools.db.DbExpr
Return an expression representing this column being equal to another value.
notIn(Collection) - Method in class javatools.db.DbExpr
Returns an expression that means "NOT IN (value1, value2, ..., valuen)"
notIn(Object) - Method in class javatools.db.DbExpr
Returns an expression to represent the "not in" clause.
nullArray(int) - Static method in class javatools.util.NullUtils
Returns an array of null objects.
nullList(int) - Static method in class javatools.util.NullUtils
A List of null objects.
NullUtils - class javatools.util.NullUtils.
Contains some functions for use with null values.
NullUtils() - Constructor for class javatools.util.NullUtils
Creates new NullUtils
num - Variable in class javatools.util.FormattedNumber
The number to use.
NumericTCChecker - class javatools.swing.NumericTCChecker.
Checks if a text component contains a numeric value.
NumericTCChecker() - Constructor for class javatools.swing.NumericTCChecker
Creates new NumericTCChecker

O

obj - Variable in class javatools.swing.VariablePaneDispatcher
The object you want to display its details.
onDeleteCascade - Variable in class javatools.db.DbDatabase
A flag indicating if a DBMS supports ON DELETE CASCADE clauses in its constraints.
onDeleteSetDefault - Variable in class javatools.db.DbDatabase
A flag indicating if a DBMS supports ON DELETE SET DEFAULT clauses in its constraints.
onDeleteSetNull - Variable in class javatools.db.DbDatabase
A flag indicating if a DBMS supports ON DELETE SET NULL clauses in its constraints.
onUpdateCascade - Variable in class javatools.db.DbDatabase
A flag indicating if a DBMS supports ON UPDATE CASCADE clauses in its constraints.
onUpdateSetDefault - Variable in class javatools.db.DbDatabase
A flag indicating if a DBMS supports ON UPDATE SET DEFAULT clauses in its constraints.
onUpdateSetNull - Variable in class javatools.db.DbDatabase
A flag indicating if a DBMS supports ON UPDATE SET NULL clauses in its constraints.
optimize() - Method in class medi.db.Provider
Optimizes the database.
optimizeIndex(String) - Method in class javatools.db.DbDatabaseAdmin
Optimizes an index for the database.
optimizeTable(DbAbstractTable) - Method in class javatools.db.DbDatabaseAdmin
Make table optimization.
or(DbExpr) - Method in class javatools.db.DbExpr
Returns an expression created as an "or" between the current expression and another expression.
OrdinalPostfix - class javatools.util.OrdinalPostfix.
This class returns the bit that you tag onto the end of number. e.g. if you pass in the number "1" it will return "st", as in 1st.
OrdinalPostfix() - Constructor for class javatools.util.OrdinalPostfix
 
OUTER_JOIN - Static variable in class javatools.db.DbJoinedTable
Represents an outer join.

P

panel - Variable in class javatools.swing.panel.SubPanelFiller
It is the panel to be filled up.
panelName - Variable in class javatools.swing.VariablePaneDispatcher
Contains the panel name, to be used as a "thread name" for the status sync label.
paste(Clippable) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Pastes this object into another.
paste(Clippable) - Method in class javatools.util.Clipboard
Pastes an item.
paste(Clippable) - Method in interface javatools.util.Clippable
Pastes the object into another.
paste(Clippable) - Method in class medi.swing.tree.MediTreeNode
Pastes this object into another.
peek() - Method in class javatools.util.JQueue
Get something out of the queue without removing it.
perform(Properties) - Method in class javatools.swing.TestPerformer
Performs a set of operations.
perform(Properties) - Method in class javatools.swing.WizardPerformer
Performs the operations.
PicturePreviewer - class medi.util.PicturePreviewer.
It is a previewer for JPG, GIF, PNG files.
PicturePreviewer() - Constructor for class medi.util.PicturePreviewer
Creates new PicturePreviewer
PictureSwingWorker - class medi.swing.util.PictureSwingWorker.
It should be a class to show pictures in a JLabel in a separate thread.
PictureSwingWorker() - Constructor for class medi.swing.util.PictureSwingWorker
Creates new PictureSwingWorker
PluginLoader - class javatools.util.PluginLoader.
Wow loads a list of plugins!
PluginLoader(Properties) - Constructor for class javatools.util.PluginLoader
Loads plugins from a properties object.
plusInfinity() - Static method in class javatools.util.DateUtil
Return a date representing a long time in the future.
PositiveTCChecker - class javatools.swing.PositiveTCChecker.
Checks if a text component contains a positive numeric value.
PositiveTCChecker() - Constructor for class javatools.swing.PositiveTCChecker
Creates new PositiveTCChecker
postfix(int) - Static method in class javatools.util.OrdinalPostfix
Returns the correct postfix string.
PresentationPanel - class javatools.swing.PresentationPanel.
It is a class representing a panel used only to display text into a label.
PresentationPanel() - Constructor for class javatools.swing.PresentationPanel
Creates new form Presentation
preview(Clippable) - Method in class medi.util.PreviewDispatcher
Previews the object.
preview(Long) - Method in class medi.util.PreviewDispatcher
Previews a file.
preview(String) - Method in class medi.util.PicturePreviewer
Returns the component that contains the preview.
preview(String) - Method in class medi.util.AbstractPreviewer
Returns the preview component.
PreviewDispatcher - class medi.util.PreviewDispatcher.
It is a class to dispatch preview classes.
PreviewDispatcher(String) - Constructor for class medi.util.PreviewDispatcher
Creates new PreviewDispatcher
PreviewerClass - class medi.db.backward.PreviewerClass.
Represents the support table PREVIEWER_CLASS.
PreviewerClass(DbDatabase) - Constructor for class medi.db.backward.PreviewerClass
Creates new PreviewerClass.
previewerClassIterator() - Static method in class medi.util.MediConfig
Returns an iterator for previewer classes.
PreviewFrame - class medi.swing.frame.PreviewFrame.
It is a frame used to preview files (especially pictures).
PreviewFrame() - Constructor for class medi.swing.frame.PreviewFrame
Creates new form PreviewFrame
previousObj - Variable in class javatools.swing.VariablePaneDispatcher
The previous selected object.
printStackTrace() - Method in class javatools.util.CommonRuntimeException
Prints stack trace to standard output.
printStackTrace() - Method in class javatools.util.CommonException
Prints the stack trace to standard output.
printStackTrace(PrintStream) - Method in class javatools.util.CommonRuntimeException
Prints stack trace to a print stream.
printStackTrace(PrintStream) - Method in class javatools.util.CommonException
Prints the stack trace to a print stream.
printStackTrace(PrintWriter) - Method in class javatools.util.CommonRuntimeException
Prints the stack trace to a print writer.
printStackTrace(PrintWriter) - Method in class javatools.util.CommonException
Prints the stack trace to a print writer.
process(File) - Method in class medi.util.File2DbDispatcher
Dispatches a file to be processed.
process(File, Integer) - Method in class medi.util.MP3File2Db
Processes a file.
process(File, Integer) - Method in class medi.util.AbstractFile2Db
Processes a file giving it's file type ID.
processArguments(String[]) - Method in class javatools.util.ArgumentProcessor
Process the command line parameters.
ProgramDetailsFiller - class medi.swing.filler.ProgramDetailsFiller.
Panel filler for ProgramDetailsPanel.
ProgramDetailsFiller() - Constructor for class medi.swing.filler.ProgramDetailsFiller
Creates a new instance of AuthorDataFiller
ProgramDetailsFiller(JPanel) - Constructor for class medi.swing.filler.ProgramDetailsFiller
Creates a new ProgramDetailsFiller.
ProgramDetailsPanel - class medi.swing.panel.ProgramDetailsPanel.
Displays program details and managed file types.
ProgramDetailsPanel() - Constructor for class medi.swing.panel.ProgramDetailsPanel
Creates new form ProgramDetailsPanel
ProgramFTCNodeExpander - class medi.swing.expander.ProgramFTCNodeExpander.
Expansion manager for a ProgramFileTypeContainer.
ProgramFTCNodeExpander() - Constructor for class medi.swing.expander.ProgramFTCNodeExpander
Creates a new instance of ProgramFTCNodeExpander
programIDIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of key columns for a program.
programIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of desired columns for a program.
ProgramManagement - class medi.swing.dialog.ProgramManagement.
It is a dialog to manage programs that manage file types..
ProgramManagement(Frame, boolean) - Constructor for class medi.swing.dialog.ProgramManagement
Creates new form ProgramManagement
ProgramNodeExpander - class medi.swing.expander.ProgramNodeExpander.
Expansion manager for program node.
ProgramNodeExpander() - Constructor for class medi.swing.expander.ProgramNodeExpander
Creates a new instance of ProgramNodeExpander
ProgramPanel - class medi.swing.panel.ProgramPanel.
Displays a list of programs.
ProgramPanel() - Constructor for class medi.swing.panel.ProgramPanel
Creates new form ProgramPanel
proper(String) - Static method in class javatools.util.StringUtils
Sets as upper case the first letter of each word (and lowers all the others).
Props - class javatools.util.Props.
An extended version of Properties class.
Provider - class medi.db.Provider.
The main class to make simple operations on the database.
Provider(DbDatabase) - Constructor for class medi.db.Provider
Creates new Provider
prv - Variable in class medi.swing.expander.TreeNodeExpander
The provider to use.
prv - Variable in class medi.swing.panel.MediPanel
The provider to use.
prv - Variable in class medi.swing.panel.AbstractDataPanel
The provider to use.
prv - Variable in class medi.util.AbstractPreviewer
The provider to use.
prv - Variable in class medi.util.AbstractFile2Db
The provider to use.
Published - class medi.db.table.Published.
Represents the PUBLISHED table (see relational model).
Published(DbDatabase) - Constructor for class medi.db.table.Published
Creates new Published.
put(Object) - Method in class javatools.util.JQueue
Push something onto the queue
put(Object, Object) - Method in class javatools.util.Cache
Put a key value pair into the cache.

R

Realized - class medi.db.table.Realized.
Represents the REALIZED table (see relational model).
Realized(DbDatabase) - Constructor for class medi.db.table.Realized
Creates new Realized.
reallocateIndexes() - Method in class javatools.swing.table.IndexedTableSorter
Initializes indexes.
refColsChildren - Variable in class javatools.db.DbConstraint
For each son it contains the referenced columns of son tables.
refColumns - Variable in class javatools.db.DbConstraint
It contains for each father table, the referenced column in contained table.
refContainer - Variable in class javatools.swing.VariablePaneDispatcher
The container to be used.
Reflect - class javatools.util.Reflect.
Maps reflection onto classes, that is maps strings in class methods.
Reflect() - Constructor for class javatools.util.Reflect
 
ReflectException - exception javatools.util.ReflectException.
An exception in reflection.
ReflectException(String) - Constructor for class javatools.util.ReflectException
Creates a new ReflectException.
ReflectException(String, Throwable) - Constructor for class javatools.util.ReflectException
Creates a new ReflectException.
ReflectException(Throwable) - Constructor for class javatools.util.ReflectException
Creates a new ReflectException.
refs - Variable in class javatools.db.DbConstraint
It's an array built at runtime to represent, for each father, the referenced fields if they are specified in intoList for INSERT or UPDATE operations.
registerFiller(Long, SubPanelFiller, String) - Method in class javatools.swing.panel.SubPanelDispatcher
Registers a filler for a dynamic subpanel.
registerFiller(SubPanelFiller, String) - Method in class javatools.swing.panel.SubPanelDispatcher
Registers a fixed subpanel's filler.
releaseKey(Long) - Method in class javatools.swing.panel.SubPanelDispatcher
Releases a key to be used for dynamic subpanels
reload() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Reloads the node.
ReloaderTreeModelListener - class javatools.swing.event.ReloaderTreeModelListener.
Listener aimed to reload a tree when it has been modified.
ReloaderTreeModelListener(JTree) - Constructor for class javatools.swing.event.ReloaderTreeModelListener
Creates a new instance of ReloaderTreeModelListener
reloadTree(JTree) - Static method in class javatools.swing.MoreSwingUtilities
Reloads a tree in a thread-safe way.
reloadTree(JTree, TreeNode) - Static method in class javatools.swing.MoreSwingUtilities
Reloads a tree in a thread-safe way.
remove() - Method in class javatools.db.DbCachedIterator
Removes the current element in the iterator.
remove() - Method in class javatools.db.DbIterator
Removes the current element.
remove(IndexedTypedTreeNode) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Removes a specified child.
remove(int) - Method in class javatools.db.DbRowSet
Removes a row from the list.
remove(int) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Removes a child.
remove(JQueue.QueueKey) - Method in class javatools.util.JQueue
Remove an item from anywhere in the queue.
removeAllChildren() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Removes all children from this node.
removeAuthor(Integer) - Method in class medi.db.Provider
Deletes an author.
removeAuthorTelephones(Integer) - Method in class medi.db.Provider
Clears all author's telephones.
removeComments(String) - Method in class javatools.util.ScriptCatcher
Removes comments from a script (string inStr).
removeComponent(int) - Method in class javatools.swing.ResizeManager
Removes a component from the list.
removeContainer(int) - Method in class medi.db.Provider
Deletes a container.
removeData(Long) - Method in class medi.db.Provider
Deletes a data item.
removeDataSet(Long) - Method in class medi.db.Provider
Deletes a data set.
removeEditor(Integer) - Method in class medi.db.Provider
Deletes an editor.
removeEditorTelephones(Integer) - Method in class medi.db.Provider
Removes all editor's telephone numbers.
removeFileType(Integer) - Method in class medi.db.Provider
Deletes a file type.
removeFromParent() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Removes this node from his parent node.
removeGenre(Integer) - Method in class medi.db.Provider
Deletes a genre.
removeMessage(String) - Method in class javatools.swing.StatusLabelSync
Removes the message previously set.
removeProgram(Long) - Method in class medi.db.Provider
Deletes a program.
removeRow(int) - Method in class javatools.swing.table.IndexedTableSorter
Removes a row.
removeSession(Integer, Integer) - Method in class medi.db.Provider
Deletes a session.
removeSessionClean(Integer, Integer) - Method in class medi.db.Provider
Removes a session in a clean way.
removeSpaces(String) - Method in class javatools.util.ScriptCatcher
Removes unuseful spaces, tabs and CRs from a command.
removeVolume(Integer) - Method in class medi.db.Provider
Deletes a volume.
removeVolumeClean(Integer) - Method in class medi.db.Provider
Removes a volume in a clean way.
reserveKey() - Method in class javatools.swing.panel.SubPanelDispatcher
Reserves a key for a dynamic subpanel.
reserveKey(SubPanelFiller, String) - Method in class javatools.swing.panel.SubPanelDispatcher
Reserves a key and sets the filler and the message to display.
reset() - Method in interface javatools.util.Resetable
Resets an object.
reset() - Method in class javatools.util.Props
Resets all this Props.
Resetable - interface javatools.util.Resetable.
Any object that can be "Reseted" implements this.
ResetException - exception javatools.util.ResetException.
An Exception in resetting.
ResetException(String) - Constructor for class javatools.util.ResetException
Creates a new ResetException.
ResetException(String, Throwable) - Constructor for class javatools.util.ResetException
Creates a new ResetException.
ResetException(Throwable) - Constructor for class javatools.util.ResetException
Creates a new ResetException.
resize() - Method in class javatools.swing.ResizeManager
Resizes the form by taking current dimension of the container.
ResizeManager - class javatools.swing.ResizeManager.
It's a class to manage resizing in form in which the GridBagLayout is used.
ResizeManager() - Constructor for class javatools.swing.ResizeManager
Creates new ResizeManager
resizeTable(JTable, int[]) - Static method in class javatools.swing.MoreSwingUtilities
Resizes a table in a thread-safe way.
resultList - Variable in class javatools.db.DbCachedTable
Contains the result list as a linked list instead of a result set.
RIGHT_JOIN - Static variable in class javatools.db.DbJoinedTable
Represents a right join.
rollback() - Method in class javatools.db.DbManager
Perform a rollback on ALL connections associated with this database.
rollback() - Method in class javatools.db.DbConnection
Rollbacks operations.
rollbackClose() - Method in class javatools.db.DbManager
Rollback and close ALL connections associated with this database.
rollbackClose() - Method in class javatools.db.DbConnection
Rollbacks operations and closes the connection.
run() - Method in class javatools.swing.StatusLabelSync
Thread's run method.
run() - Method in class javatools.swing.VariablePaneDispatcher
Thread's run method.
run() - Method in class javatools.swing.panel.SubPanelDispatcher
Thread's run method.
run() - Method in class javatools.swing.tree.AbstractTreeExpansionDispatcher
Thread's run method.
run() - Method in class medi.db.util.Volume2Db
Thread's run method.
run() - Method in class medi.swing.frame.Volume2DbStatus
Thread's run method.
run() - Method in class medi.util.PreviewDispatcher
Thread's run method.
RunningRunnable - interface javatools.util.RunningRunnable.
An interface that contains a simple void with no parameters method.
runScript() - Static method in class javatools.applications.DBScriptExec.DBScriptExec
Runs the assigned script in a non-main session.

S

save() - Method in class medi.util.VolumeScanningSaver
Saves the file.
saveAnalyzerClassTable(JTable) - Static method in class medi.util.MediConfig
Saves table content into the file for analyzer classes.
saveContainerTypeTable(JTable) - Static method in class medi.util.MediConfig
Saves table content into the file for container types..
saveMountPointTable(JTable) - Static method in class medi.util.MediConfig
Saves table content into the file for mount points.
savePreviewerClassTable(JTable) - Static method in class medi.util.MediConfig
Saves table content into the file for previewer classes.
saveScript(String) - Method in class javatools.db.util.TableStructureCatcher
Saves collected values into a script file.
saveScript(String) - Method in class javatools.util.ScriptCatcher
Saves a script using saved command texts into "fileName".
saveStatus() - Method in class medi.util.VolumeScanningSaver
Saves the status in the file.
saveStructure() - Method in class javatools.db.DbFixedAbstractTable
Saves table structure into a file: localConfigPath/TABLENAME.table.
saveTable(JTable, String) - Static method in class medi.swing.util.TableUtils
Saves a table with a single column into a script file.
saveVolumeTypeTable(JTable) - Static method in class medi.util.MediConfig
Saves table content into the file for volume types..
scan() - Method in class medi.db.util.Volume2Db
Starts scanning a volume and putting information in the database.
scan() - Method in class medi.db.util.Dir2Db
Scans directory and puts information in the database.
scan() - Method in class medi.io.VolumeScanner
Scans the volume.
scan(boolean) - Method in class medi.db.util.Dir2Db
Scans directory and puts information in the database.
scanDir() - Method in class javatools.io.DirectoryGetter
Scans the directory to retrieve files and subdirectories.
ScriptCatcher - class javatools.util.ScriptCatcher.
It's a class to catch text from a script file and to divide it into commands.
ScriptCatcher() - Constructor for class javatools.util.ScriptCatcher
Creates new ScriptCatcher
ScriptExecutor - class javatools.sql.ScriptExecutor.
It's an abstract class for use in executing a script for a DBMS.
ScriptExecutor() - Constructor for class javatools.sql.ScriptExecutor
Creates new ScriptExecutor
ScriptExecutorWizard - class javatools.swing.ScriptExecutorWizard.
The wizard to manage collecting information for executing a script.
ScriptExecutorWizard() - Constructor for class javatools.swing.ScriptExecutorWizard
Creates new ScriptExecutorWizard
searchData(List, List, List, List, List, List, Integer[]) - Method in class medi.db.Provider
Searches the data with some criteria.
SearchDataMask - class medi.swing.dialog.SearchDataMask.
It is a dialog used to get values to use in a search engine.
SearchDataMask(Frame, boolean) - Constructor for class medi.swing.dialog.SearchDataMask
Creates new form SearchDataMask
SearchDataPanel - class medi.swing.panel.SearchDataPanel.
It is a panel showing the found data after a search.
SearchDataPanel() - Constructor for class medi.swing.panel.SearchDataPanel
Creates new SearchDataPanel
SearchResults - class medi.swing.frame.SearchResults.
A Frame showing the search results.
SearchResults() - Constructor for class medi.swing.frame.SearchResults
Creates new form SearchResults
searchSets - Variable in class javatools.db.DbConstraint
Contains the search sets used to perform checks for each son table.
selectByIndex(JComboBox, Object) - Static method in class medi.swing.util.ComboBoxUtils
Selects a combo box index, containing IndexedObject objects.
selector - Variable in class javatools.db.DbConstraint
A selector used in INSERT operations.
selector() - Method in class javatools.db.DbDatabase
Create a new DbSelector.
selectTables(Set) - Method in class javatools.db.DbSelector
Creates a SELECT instruction with given tables.
Session - class medi.db.table.Session.
Represents the SESSION table (see relational model).
Session(DbDatabase) - Constructor for class medi.db.table.Session
Creates new Session.
SessionDataFiller - class medi.swing.filler.SessionDataFiller.
Panel filler for SessionDataPanel.
SessionDataFiller() - Constructor for class medi.swing.filler.SessionDataFiller
Creates a new instance of AuthorDataFiller
SessionDataFiller(JPanel) - Constructor for class medi.swing.filler.SessionDataFiller
Creates a new SessionDataFiller.
SessionDataPanel - class medi.swing.panel.SessionDataPanel.
Displays data contained in a session.
SessionDataPanel() - Constructor for class medi.swing.panel.SessionDataPanel
Creates new SessionDataPanel
sessionIDIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of key columns for a session.
sessionIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of desired columns for a session.
SessionManagement - class medi.swing.dialog.SessionManagement.
It is a frame to manage assignment of data to a session, or session position.
SessionManagement(Frame, boolean) - Constructor for class medi.swing.dialog.SessionManagement
Creates new form SessionManagement
SessionNodeExpander - class medi.swing.expander.SessionNodeExpander.
Expansion manager for session node.
SessionNodeExpander() - Constructor for class medi.swing.expander.SessionNodeExpander
Creates a new instance of SessionNodeExpander
SessionPanel - class medi.swing.panel.SessionPanel.
Displays a list of sessions and volume/session details.
SessionPanel() - Constructor for class medi.swing.panel.SessionPanel
Creates new form SessionPanel
SET_DEFAULT - Static variable in class javatools.db.DbReferencedTable
 
SET_DEFAULT - Static variable in class javatools.db.DbConstraint
It means that, in case of an UPDATE/DELETE operation, the constraint MUST set an array of fields in involved rows to DEFAULT values, to repair referenced table.
SET_NULL - Static variable in class javatools.db.DbReferencedTable
 
SET_NULL - Static variable in class javatools.db.DbConstraint
It means that, in case of an UPDATE/DELETE operation, the constraint MUST set an array of fields in involved rows to NULL values, to repair referenced table.
setAccess(String, String) - Method in class javatools.sql.ScriptExecutor
Sets access information for communication with DBMS.
setAction(String) - Method in class medi.swing.frame.Volume2DbStatus
Sets the action to display.
setArgumentHelpText(int, String) - Method in class javatools.util.ArgumentProcessor
Sets help text for an argument whose position is specified.
setArgumentHelpText(String, String) - Method in class javatools.util.ArgumentProcessor
Sets help text for an argument whose name is specified.
setArgumentName(int, String) - Method in class javatools.util.ArgumentProcessor
Sets the name of an argument.
setArgumentValue(int, String) - Method in class javatools.util.ArgumentProcessor
Sets the value of an argument whose position is specified.
setArgumentValue(String, String) - Method in class javatools.util.ArgumentProcessor
Sets the value of an argument, whose name is specified.
setArrays(String[], int[], int[], Object[]) - Method in class javatools.db.util.TableStructureCatcher
Sets the references for the arrays of DbFixedAbstractTable objects.
setAsDefaultProgram(boolean) - Method in class medi.swing.dialog.ProgramManagement
When executing can be made, sets (or unsets) the program as default.
setAuthorsText(String) - Method in class javatools.swing.JAboutBox
Sets the author text.
setAuthorTable(Author) - Method in class medi.db.constraint.FKRealized
Sets the Author table.
setAuthorTable(Author) - Method in class medi.db.constraint.FKAuthorTelephoneNo
Sets Author table.
setAuthorTelephoneNoTable(AuthorTelephoneNo, int) - Method in class medi.db.constraint.FKAuthor
Sets AuthorTelephoneNo table.
setAutoCommit(boolean) - Method in class javatools.db.DbDatabase
Sets autocommit property.
setAutomaticBuild(boolean) - Method in class javatools.db.DbDynamicConstraint
Tells this object to build (or not) automatically all lists at all times.
setAutomaticChecking(boolean) - Method in class javatools.db.DbConstraint
Sets a flag to represent automatic checking at all times.
setAutomaticChecking(boolean) - Method in class medi.db.Provider
Controls the automatic additional checking in performing database operations.
setBackgroundFile(String) - Method in class javatools.swing.AbstractWizard
Sets a filename that represents an image file, to be displayed as a background on the left.
setCacheMaxAgeSeconds(int) - Method in class javatools.util.Cache
Change the maximum age of items in the cache.
setCacheMaxObj(int) - Method in class javatools.util.Cache
Set the maximum number of objects to cache.
setCommandText(int, String) - Method in class javatools.util.ScriptCatcher
Sets the text for command numCommand with the string value.
setCommentDelimiter(String) - Method in class javatools.util.ScriptCatcher
Sets the string who represents the start of a comment.
setConstraintEmulation(boolean) - Method in class javatools.db.DbConstraint
Sets the constraint emulation.
setConstraintEmulation(boolean) - Method in class medi.db.Provider
Sets the constraint emulation value.
setContactText(String) - Method in class javatools.swing.JAboutBox
Sets the list of contacts' text.
setContainer(Container) - Method in class javatools.swing.VariablePaneDispatcher
Sets the container that will contain the panels.
setContainer(Container, Dimension, Dimension) - Method in class javatools.swing.ResizeManager
Sets the container whose dimension will be checked.
setContainerID(Integer) - Method in class medi.db.util.Volume2Db
Sets the container ID.
setContainerID(Integer) - Method in class medi.swing.panel.VolumePanel
Sets the container ID.
setContainerTable(Container) - Method in class medi.db.constraint.FKVolume
Sets the Container table.
setContainsTable(Contains, int) - Method in class medi.db.constraint.FKSession
Sets the Contains table.
setContainsTable(Contains, int) - Method in class medi.db.constraint.FKData
Sets the Contains table.
setControlledThread(Volume2Db) - Method in class medi.swing.MediMain
Sets the controlled thread by an external call.
setCreditsText(String) - Method in class javatools.swing.JAboutBox
Sets the credits list text.
setCurrentDirectory(String) - Method in class medi.swing.frame.Volume2DbStatus
Sets the current directory to display.
setCurrentFile(String) - Method in class medi.swing.frame.Volume2DbStatus
Sets the current file to display.
setDatabase(DbManager, String, String, String, String, String) - Method in class javatools.sql.ScriptExecutor
Sets the database to use.
setDataIDs(Long[]) - Method in class medi.swing.dialog.SessionManagement
Sets the data array.
setDataIDs(Long[]) - Method in class medi.swing.dialog.GenreManagement
Sets the data array.
setDataIDs(Long[]) - Method in class medi.swing.dialog.EditorManagement
Sets the array of data IDs.
setDataIDs(Long[]) - Method in class medi.swing.dialog.DataSetManagement
Sets the array of data IDs to manage.
setDataIDs(Long[]) - Method in class medi.swing.dialog.AuthorManagement
Sets the data IDs to manage.
setDataIDs(Long[]) - Method in class medi.swing.panel.DataDetailsPanel
Sets the data IDs to show details of.
setDataSetTable(DataSet) - Method in class medi.db.constraint.FKIncludes
Sets the DataSet table.
setDataTable(Data) - Method in class medi.db.constraint.FKRealized
Sets the Data table.
setDataTable(Data) - Method in class medi.db.constraint.FKPublished
Sets the Data table.
setDataTable(Data) - Method in class medi.db.constraint.FKMarks
Sets the Data table.
setDataTable(Data) - Method in class medi.db.constraint.FKIncludes
Sets the Data table.
setDataTable(Data) - Method in class medi.db.constraint.FKFatherOf
Sets the Data table.
setDataTable(Data) - Method in class medi.db.constraint.FKContains
Sets the Data table.
setDataTable(Data, int) - Method in class medi.db.constraint.FKFileType
Sets the Data table.
setDataVector(Object[][], Object[], Object[]) - Method in class javatools.swing.table.IndexedTableModel
Sets the data vector.
setDBMS(String) - Method in class javatools.sql.ScriptExecutor
Sets the name of the DBMS to be used.
setDefaultDatabaseName(String) - Method in class javatools.swing.ConnectionWizard
Sets the default database name.
setDefaultDatabaseName(String) - Method in class javatools.swing.ScriptExecutorWizard
Sets the defaul database name.
setDefaultProgram(Integer, Long) - Method in class medi.db.Provider
Sets the default program for a specified file type.
setDefaultPropertiesFileName(String) - Method in class javatools.swing.ConnectionWizard
Sets the properties filename containing default values.
setDefaultPropertiesFileName(String) - Method in class javatools.swing.ScriptExecutorWizard
Sets the properties filename containing default values.
setDeleteWhenCut(boolean) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Sets the property for "deleting when cut".
setDescription(String) - Method in class javatools.swing.InputPanel
Sets the description which will be displayed in the left zone of the wizard.
setDescriptionText(String) - Method in class javatools.swing.JAboutBox
Sets the description text of the program.
setDirectory(File) - Method in class medi.db.util.Dir2Db
Sets the starting directory.
setDirectoryFile(File) - Method in class javatools.io.DirectoryGetter
Sets the directory file.
setDirectoryGetter(DirectoryGetter) - Method in class medi.db.util.Dir2Db
Sets the starting DirectoryGetter.
setDirectoryPath(String) - Method in class javatools.io.DirectoryGetter
Sets the directory path.
setDispatcher(File2DbDispatcher) - Method in class medi.db.util.Dir2Db
Sets the dispatcher to be used when analyzing different file types.
setDistinct(boolean) - Method in class javatools.db.DbSelector
Sets the value to control whether to put the DISTINCT clause or not.
setDivideCommandChar(char) - Method in class javatools.util.ScriptCatcher
Sets the character who represents the end of a command.
setDuplicateWhenClipped(boolean) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Sets the "duplicate when clipped" property.
setEditorTable(Editor) - Method in class medi.db.constraint.FKPublished
Sets the Editor table.
setEditorTable(Editor) - Method in class medi.db.constraint.FKEditorTelephoneNo
Sets the Editor table.
setEditorTelephoneNoTable(EditorTelephoneNo, int) - Method in class medi.db.constraint.FKEditor
Sets EditorTelephoneNo table.
setEnabledFinishButton(boolean) - Method in class javatools.swing.AbstractWizard
It should be used to disable finishing if all the needed information has not yet been collected.
setEnabledRefButton(boolean) - Method in class javatools.swing.InputPanel
Enables/disables the referenced button.
setExitOnClose(boolean) - Method in class javatools.swing.AbstractWizard
Sets if it should exit the program on closing the window.
setExpanded(boolean) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Sets the expanded flag.
setExpanded(boolean) - Method in class javatools.swing.tree.ExpansionRecordingTreeNode
Sets the expanded flag.
setFailureMessage(String) - Method in class javatools.swing.ScriptExecutorWizard
Sets the message to display when something went wrong.
setFatherGenreID(Integer) - Method in class medi.swing.panel.GenrePanel
Sets the father genre ID.
setFatherOfTable(FatherOf, int) - Method in class medi.db.constraint.FKData
Sets FatherOf table.
setFatherSessionID(Integer) - Method in class medi.swing.panel.SessionPanel
Sets the father session ID.
setFileTypeID(Integer) - Method in class medi.swing.dialog.ProgramManagement
Sets the file type ID.
setFileTypeTable(FileType) - Method in class medi.db.constraint.FKNeedsExecutionOf
Sets the FileType table.
setFileTypeTable(FileType) - Method in class medi.db.constraint.FKData
Sets the FileType table to use.
setFlagHelpText(int, String) - Method in class javatools.util.ArgumentProcessor
Sets help text for a flag whose position is specified.
setFlagHelpText(String, String) - Method in class javatools.util.ArgumentProcessor
Sets help text for a flag whose name is specified.
setFlagName(int, String) - Method in class javatools.util.ArgumentProcessor
Sets the name of a flag.
setFlagValue(int, boolean) - Method in class javatools.util.ArgumentProcessor
Sets the value of a flag whose position is specified.
setFlagValue(String, boolean) - Method in class javatools.util.ArgumentProcessor
Sets the value of a flag whose name is specified.
setFormatter(DecimalFormat) - Method in class javatools.util.FormattedNumber
Sets the formatter to use.
setFormatter(SimpleDateFormat) - Method in class javatools.util.FormattedDate
Sets the formatter.
setGenreTable(Genre) - Method in class medi.db.constraint.FKMarks
Sets the Genre table.
setHelpForm(JFrame) - Method in class javatools.swing.AbstractWizard
Sets a reference to the form which will be displayed by pressing the "Help" button.
setIconPath(String) - Method in class medi.swing.util.PictureSwingWorker
Sets the icon path (i.e. the picture file to show).
setID(Object) - Method in class javatools.swing.IndexablePanel
Sets the ID of the object of which details will be displayed.
setID(Object) - Method in class medi.swing.panel.VolumePanel
Sets the container ID of which you want to display the details, and display them.
setID(Object) - Method in class medi.swing.panel.ProgramPanel
Displays the list of installed programs.
setID(Object) - Method in class medi.swing.panel.AuthorPanel
Displays the list of authors.
setID(Object) - Method in class medi.swing.panel.DataSetDetailsPanel
Sets the data set ID of which you want to display the details, and display them.
setID(Object) - Method in class medi.swing.panel.DataDetailsPanel
Sets the data ID of which you want to display the details, and display them.
setID(Object) - Method in class medi.swing.panel.GenrePanel
Sets the genre ID of which you want to display the details, and display them.
setID(Object) - Method in class medi.swing.panel.SessionPanel
Sets the volume/session ID of which you want to display the details, and display them.
setID(Object) - Method in class medi.swing.panel.ExecutionDetailsPanel
Sets the file type ID of which you want to display the details, and display them.
setID(Object) - Method in class medi.swing.panel.DataSetPanel
Displays the list of data sets.
setID(Object) - Method in class medi.swing.panel.EditorPanel
Displays the list of editors.
setID(Object) - Method in class medi.swing.panel.AuthorDetailsPanel
Sets the author ID of which you want to display the details, and display them.
setID(Object) - Method in class medi.swing.panel.ExecutionPanel
Displays the list of file types.
setID(Object) - Method in class medi.swing.panel.ProgramDetailsPanel
Sets the program ID of which you want to display the details, and display them.
setID(Object) - Method in class medi.swing.panel.ContainerPanel
Displays the list of containers.
setID(Object) - Method in class medi.swing.panel.EditorDetailsPanel
Sets the editor ID of which you want to display the details, and display them.
setID(Object[]) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Sets the ID for the node.
setID(Object[]) - Method in class medi.swing.tree.MediTreeNode
Sets the ID for the node.
setIncludesTable(Includes, int) - Method in class medi.db.constraint.FKDataSet
Sets the Includes table.
setIncludesTable(Includes, int) - Method in class medi.db.constraint.FKData
Sets the Includes table.
setIndex(Integer) - Method in class medi.swing.panel.AuthorDataPanel
Sets the author ID.
setIndex(Integer) - Method in class medi.swing.panel.GenreDataPanel
Sets the genre ID.
setIndex(Integer) - Method in class medi.swing.panel.ExecutionDataPanel
Sets file type ID.
setIndex(Integer) - Method in class medi.swing.panel.EditorDataPanel
Sets the editor ID to use.
setIndex(Integer, Integer) - Method in class medi.swing.panel.SessionDataPanel
Sets the index for the session.
setIndex(int, Object) - Method in class javatools.swing.table.IndexedTableSorter
Sets an index.
setIndex(int, Object) - Method in class javatools.swing.table.IndexedTableMap
Sets an index.
setIndex(int, Object) - Method in class javatools.swing.table.IndexedTableModel
Sets an index.
setIndex(Long) - Method in class medi.swing.panel.DataSetDataPanel
Sets the data set ID.
setIndex(Object) - Method in class javatools.util.IndexedObject
Sets the index for this object.
setIndex(Object) - Method in class javatools.util.IndexedVector
Sets the index for this vector.
setInstalledProgramTable(InstalledProgram) - Method in class medi.db.constraint.FKNeedsExecutionOf
Sets the InstalledProgram table.
setLabel(JLabel) - Method in class medi.swing.util.PictureSwingWorker
Sets the JLabel to be used.
setLicenseText(String) - Method in class javatools.swing.JAboutBox
Sets the license text.
setLimit(int) - Method in class javatools.db.DbSelector
Don't get the whole result set, get only a limited number of rows.
setLists(List, List) - Method in class javatools.db.DbUpdater
Sets in one time the column list and the value list.
setLists(List, List) - Method in class javatools.db.DbInserter
Directly sets intoList and fromList.
setMain(MediMain) - Method in class medi.db.util.Volume2Db
Sets a reference to the main class.
setMain(MediMain) - Method in class medi.swing.wizard.Volume2DbWizard
Sets a reference to the main class.
setMarksTable(Marks, int) - Method in class medi.db.constraint.FKGenre
Sets the Marks table.
setMarksTable(Marks, int) - Method in class medi.db.constraint.FKData
Sets Marks table.
setMessage(String) - Method in class javatools.swing.SplashScreen
Sets the message to be displayed.
setMessage(String, String) - Method in class javatools.swing.StatusLabelSync
Sets the message to be displayed.
setMode(int) - Method in class medi.swing.dialog.SessionManagement
Sets the mode (ADD_MODE, MOVE_MODE or MOVE_SESSION_MODE).
setMode(int) - Method in class medi.swing.dialog.ProgramManagement
Sets the mode (ADD_MODE or MOVE_MODE).
setMode(int) - Method in class medi.swing.dialog.GenreManagement
Sets the mode (ADD_MODE, MOVE_MODE or MOVE_GENRE_MDOE).
setMode(int) - Method in class medi.swing.dialog.FileTypeManagement
Sets the mode (ADD_MODE or MOVE_MODE).
setMode(int) - Method in class medi.swing.dialog.EditorManagement
Sets the mode (ADD_MODE or MOVE_MODE).
setMode(int) - Method in class medi.swing.dialog.DataSetManagement
Sets the mode (ADD_MODE or MOVE_MODE).
setMode(int) - Method in class medi.swing.dialog.AuthorManagement
Sets the mode for this frame (ADD_MODE, MOVE_MODE).
setModel(IndexedTableModel) - Method in class javatools.swing.table.IndexedTableSorter
Sets the table model to sort.
setModel(IndexedTableModel) - Method in class javatools.swing.table.IndexedTableMap
Sets the model to use.
setMountPoint(DirectoryScanner) - Method in class medi.io.VolumeScanner
Sets the mount point.
setMountPoint(File) - Method in class medi.db.util.Volume2Db
Sets the starting mount point.
setMountPoint(File) - Method in class medi.io.VolumeScanner
Sets the mount point.
setMountPoint(String) - Method in class medi.swing.frame.Volume2DbStatus
Sets the mount point to display.
setMountPointLength(int) - Method in class medi.db.util.Dir2Db
Sets the length of the prefix of starting mount point.
setNeedsExecutionOfTable(NeedsExecutionOf, int) - Method in class medi.db.constraint.FKInstalledProgram
Sets the NeedsExecutionOf table.
setNeedsExecutionOfTable(NeedsExecutionOf, int) - Method in class medi.db.constraint.FKFileType
Sets the NeedsExecutionOf table.
setNoCacheMaxAge() - Method in class javatools.util.Cache
Turn off cache expiry based on age
setNumArguments(int) - Method in class javatools.util.ArgumentProcessor
Sets the number of arguments (parameters with different values, used with to strings in command lines).
setNumCommands(int) - Method in class javatools.util.ScriptCatcher
Sets the number of commands.
setNumFlags(int) - Method in class javatools.util.ArgumentProcessor
Sets the number of flags (parameters with with TRUE-FALSE values, used alone in command lines).
setObject(Clippable) - Method in class javatools.swing.VariablePaneDispatcher
Sets the object that you want its details to be displayed.
setOffset(int) - Method in class javatools.db.DbSelector
Don't get the first results, but skip n result rows.
setOrderBy(List) - Method in class javatools.db.DbSelector
Set the entire orderby list in one go.
setOriginAuthor(Integer) - Method in class medi.swing.dialog.AuthorManagement
Sets the original author ID.
setOriginDataSet(Long) - Method in class medi.swing.dialog.DataSetManagement
Sets the origin data set.
setOriginEditor(Integer) - Method in class medi.swing.dialog.EditorManagement
Sets the origin editor.
setOriginFileType(Integer) - Method in class medi.swing.dialog.FileTypeManagement
Sets the origin file type.
setOriginGenre(Integer) - Method in class medi.swing.dialog.GenreManagement
Sets the origin genre.
setOriginProgram(Long) - Method in class medi.swing.dialog.ProgramManagement
Sets the origin program.
setOriginSession(Integer, Integer) - Method in class medi.swing.dialog.SessionManagement
Sets the origin session.
setPanel(JPanel) - Method in class javatools.swing.VariableSimpleFrame
Sets the panel to be displayed.
setPanel(JPanel) - Method in class javatools.swing.panel.SubPanelFiller
Sets the panel to be filled up.
setParams(String, String, String, String, String, String, int, String) - Static method in class javatools.applications.DBScriptExec.DBScriptExec
Sets parameters to be used in a non-main session.
setParams(String, String, String, String, String, String, String, int, String) - Static method in class javatools.applications.DBScriptExec.DBScriptExec
Sets parameters to be used in a non-main session.
setPlace(Object) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Sets the tree that contains the node (and all of his subnodes).
setPlace(Object) - Method in interface javatools.util.Clippable
Sets the place where the object is put.
setPlaceForChildren(Object) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Sets the tree for all children of this node.
setPreviewComponent(Component) - Method in class medi.swing.frame.PreviewFrame
Sets the preview component to show.
setPreviewDispatcher(PreviewDispatcher) - Method in class medi.swing.frame.PreviewFrame
Sets the preview dispatcher to be used.
setProgramID(Long) - Method in class medi.swing.dialog.FileTypeManagement
Sets the program ID.
setProperty(String, String) - Method in class javatools.db.DbDatabase
Set a property for this database.
setPropsFileName(String) - Method in class javatools.swing.ConnectionWizard
Sets the file in which properties will be saved.
setPropsFileName(String) - Method in class javatools.swing.ScriptExecutorWizard
Sets the properties file name in which options will be stored.
setProvider(Provider) - Method in class medi.db.util.Volume2Db
Sets the provider to use.
setProvider(Provider) - Method in class medi.db.util.Dir2Db
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.dialog.SessionManagement
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.dialog.ProgramManagement
Sets the provider.
setProvider(Provider) - Method in class medi.swing.dialog.SearchDataMask
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.dialog.MountManagement
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.dialog.GenreManagement
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.dialog.FileTypeManagement
Sets the provider.
setProvider(Provider) - Method in class medi.swing.dialog.EditorManagement
Sets the provider.
setProvider(Provider) - Method in class medi.swing.dialog.DataSetManagement
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.dialog.AuthorManagement
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.dispatch.MediTreeExpansionDispatcher
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.dispatch.GenrePaneDispatcher
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.dispatch.ExecutionPaneDispatcher
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.dispatch.DataSetPaneDispatcher
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.dispatch.ContainerPaneDispatcher
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.dispatch.AuthorPaneDispatcher
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.expander.TreeNodeExpander
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.frame.SearchResults
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.frame.MediOptions
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.frame.MountedVolumeManagement
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.panel.MediPanel
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.panel.AbstractDataPanel
Sets the provider to use.
setProvider(Provider) - Static method in class medi.swing.tree.MediTreeNodeLinker
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.wizard.Volume2DbWizard
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.wizard.Volume2DbPanel
Sets the provider to use.
setProvider(Provider) - Method in class medi.swing.wizard.Volume2DbContainerPanel
Sets the provider to use.
setProvider(Provider) - Method in class medi.util.PreviewDispatcher
Sets the provider to use.
setProvider(Provider) - Method in class medi.util.MP3File2Db
Sets the provider to use.
setProvider(Provider) - Method in class medi.util.File2DbDispatcher
Sets the provider to use.
setProvider(Provider) - Method in class medi.util.AbstractPreviewer
Sets the provider to use.
setProvider(Provider) - Method in class medi.util.AbstractFile2Db
Sets the provider to use.
setPublishedTable(Published, int) - Method in class medi.db.constraint.FKEditor
Sets the Published table.
setPublishedTable(Published, int) - Method in class medi.db.constraint.FKData
Sets the Published table.
setRealizedTable(Realized, int) - Method in class medi.db.constraint.FKData
Sets Realized table.
setRealizedTable(Realized, int) - Method in class medi.db.constraint.FKAuthor
Sets the Realized table to use.
setRefButton(JButton) - Method in class javatools.swing.InputPanel
Sets the "Next" button which will be enabled/disabled if all needed information for this panel has been collected or not.
setRefObject(Object) - Method in class javatools.util.IndexedObject
Sets the referring object.
setRefTextComponent(JTextComponent) - Method in class javatools.swing.TextComponentChecker
Sets the referenced text component.
setRemoveFormat(boolean) - Method in class javatools.util.ScriptCatcher
Controls whether formatting items (spaces and new-lines) are going to be removed.
setResultSet(PreparedStatement, ResultSet) - Method in class javatools.db.DbCachedTable
Sets the result set to be representend in this class.
setResultSet(PreparedStatement, ResultSet) - Method in class javatools.db.DbReferencedTable
 
setResultSet(PreparedStatement, ResultSet) - Method in class javatools.db.DbTable
Sets the result set to take rows from.
setScanFilename(String) - Method in class medi.io.VolumeScanner
Sets the file name to use to store information.
setScannedVolume(String) - Method in class medi.swing.frame.Volume2DbStatus
Sets the scanned volume name.
setScanner(Volume2Db) - Method in class medi.swing.frame.Volume2DbStatus
Sets the scanner to be used.
setScriptListFileName(String) - Method in class javatools.swing.ConnectionWizard
Sets the file from which this wizard should take the DBMS list.
setScriptListFileName(String) - Method in class javatools.swing.ScriptExecutorWizard
Sets the properties filename containing script filenames.
setSearchTerms(String, String, String, String, String, String, Integer[]) - Method in class medi.swing.frame.SearchResults
Sets the search terms to find.
setSearchTerms(String, String, String, String, String, String, Integer[]) - Method in class medi.swing.panel.SearchDataPanel
Sets the search terms to find out.
setSelector(DbSelector) - Method in class javatools.db.DbConstraint
Sets the selector for an INSERT operation.
setSessionTable(Session) - Method in class medi.db.constraint.FKContains
Sets the Session table.
setSessionTable(Session, int) - Method in class medi.db.constraint.FKVolume
Sets the Session table.
setSplashScreen(SplashScreen) - Static method in class medi.swing.MediMain
Sets the splash screen for the main.
setSqlValues(PreparedStatement, int) - Method in class javatools.db.DbValueList
Any DbExpr needs to be able to substitute any parameters as per JDBC "?"
setSqlValues(PreparedStatement, int) - Method in class javatools.db.DbSelector
Puts data into statement.
setSqlValues(PreparedStatement, int) - Method in class javatools.db.DbParenthesis
Sets the sqlValues attribute of the DbParenthesis object
setSqlValues(PreparedStatement, int) - Method in class javatools.db.DbOrExpr
Puts data into a statement.
setSqlValues(PreparedStatement, int) - Method in class javatools.db.DbMiscExpr
See DbFuncExpr
setSqlValues(PreparedStatement, int) - Method in class javatools.db.DbLiteral
Sets the sqlValues attribute of the DbLiteral object
setSqlValues(PreparedStatement, int) - Method in class javatools.db.DbInserter
Puts data into a prepared statement.
setSqlValues(PreparedStatement, int) - Method in class javatools.db.DbExprFuncDef
Sets the sqlValues attribute of the DbExprFuncDef object
setSqlValues(PreparedStatement, int) - Method in class javatools.db.DbExpr
Any DbExpr needs to be able to substitute any parameters as per JDBC "?"
setSqlValues(PreparedStatement, int) - Method in class javatools.db.DbCriterion
Sets the real values in the passed statement.
setSqlValues(PreparedStatement, int) - Method in class javatools.db.DbColumn
Sets, in a prepared statement, the value related to this column, that will be used, e.g., in an INSERT operation.
setSqlValues(PreparedStatement, int) - Method in class javatools.db.DbAndExpr
Obscure...
setStatusFrame(Volume2DbStatus) - Method in class medi.db.util.Dir2Db
Sets the status frame to display information into.
setStatusFrame(Volume2DbStatus) - Method in class medi.io.VolumeScanner
Sets the status frame to be used to show information about the process.
setStatusFrame(Volume2DbStatus) - Method in class medi.io.DirectoryScanner
Sets the status frame used to display the status of the process.
setStatusLabel(JLabel) - Method in class javatools.swing.StatusLabelSync
Sets the status label in which messages will be displayed.
setStatusLabelSync(StatusLabelSync) - Method in class javatools.swing.VariablePaneDispatcher
Sets the status label sync to display status messages.
setStatusLabelSync(StatusLabelSync) - Method in class javatools.swing.panel.SubPanelDispatcher
Sets the status label sync to display messages.
setStatusLabelSync(StatusLabelSync) - Method in class javatools.swing.tree.AbstractTreeExpansionDispatcher
Sets the status label sync to use.
setStopButtonEnabled(boolean) - Method in class medi.swing.frame.Volume2DbStatus
Controls whether the "stop" button is enabled or not.
setStringDelimiterChar(Character) - Method in class javatools.util.ScriptCatcher
Sets the character who represents the start/end of a string in the script.
setSubPanelDispatcher(SubPanelDispatcher) - Method in class medi.swing.dispatch.GenrePaneDispatcher
Sets the subpanel dispatcher to use.
setSubPanelDispatcher(SubPanelDispatcher) - Method in class medi.swing.dispatch.ExecutionPaneDispatcher
Sets the subpanel dispatcher to use.
setSubPanelDispatcher(SubPanelDispatcher) - Method in class medi.swing.dispatch.DataSetPaneDispatcher
Sets the subpanel dispatcher to use.
setSubPanelDispatcher(SubPanelDispatcher) - Method in class medi.swing.dispatch.ContainerPaneDispatcher
Sets the subpanel dispatcher to use.
setSubPanelDispatcher(SubPanelDispatcher) - Method in class medi.swing.dispatch.AuthorPaneDispatcher
Sets the subpanel dispatcher to use.
setSubPanelDispatcher(SubPanelDispatcher) - Method in class medi.swing.frame.SearchResults
Sets the subpanel dispatcher to use.
setSubPanelDispatcher(SubPanelDispatcher) - Method in class medi.swing.panel.MediPanel
Sets the subpanel dispatcher to use.
setSubPanelDispatcher(SubPanelDispatcher) - Method in class medi.swing.panel.AbstractDataPanel
Sets the subpanel dispatcher to use.
setSubPanelDispatcher(SubPanelDispatcher, Object) - Method in class medi.swing.panel.AbstractDataPanel
Sets the subpanel dispatcher to use.
setSuccessMessage(String) - Method in class javatools.swing.ScriptExecutorWizard
Sets the message to display when everything went OK.
setSuperSessionID(Integer) - Method in class medi.db.util.Dir2Db
Sets the starting session ID.
setTableName(String) - Method in class javatools.db.DbJoinedTable
Sets the name of the referenced table.
setTableName(String) - Method in class javatools.db.DbAbstractTable
Sets the name of the referenced table.
setTableName(String) - Method in class javatools.db.DbReferencedTable
 
setTableName(String) - Method in class javatools.db.DbTable
Sets the table name.
SetTextEvent - class javatools.awt.event.SetTextEvent.
Event to set a JLabel's text in the event queue.
SetTextEvent(Object, JLabel, String) - Constructor for class javatools.awt.event.SetTextEvent
Creates a new SetTextEvent.
setTextLater(JLabel, String) - Static method in class javatools.swing.MoreSwingUtilities
Sets a label's text in a thread-safe way.
setTime(long) - Method in class javatools.util.FormattedDate
Sets the time in millis.
setType(String) - Method in class javatools.swing.tree.IndexedTypedTreeNode
Sets the type of node.
setType(String) - Method in class medi.swing.tree.MediTreeNode
Sets the type of node.
setValid(boolean) - Method in class javatools.util.ValidatorCluster
Calls all interfaced validators function setValid.
setValid(boolean) - Method in class javatools.util.Validator
Sets the valid flag.
setValue(int, Object) - Method in class javatools.db.DbRow
Sets a column value.
setValue(int, String) - Method in class javatools.swing.DBMSUserInfoPanel
Sets a value whose positions is specified.
setValue(int, String) - Method in class javatools.swing.DBMSSpecificationPanel
Sets a value whose position is specified.
setValue(int, String) - Method in class javatools.swing.PresentationPanel
Sets the value whose position is specified.
setValue(int, String) - Method in class javatools.swing.InputPanel
Sets a value whose position is specified.
setValue(int, String) - Method in class javatools.swing.AbstractWizard
Sets a wizard value.
setValue(int, String) - Method in class medi.swing.wizard.Volume2DbPanel
Sets a value whose position is specified.
setValue(int, String) - Method in class medi.swing.wizard.Volume2DbContainerPanel
Sets a value whose position is specified.
setValue(String, Object) - Method in class javatools.db.DbRow
Sets a column value in this row.
setValue(String, String) - Method in class javatools.swing.DBMSUserInfoPanel
Sets a value whose name is specified.
setValue(String, String) - Method in class javatools.swing.DBMSSpecificationPanel
Sets a value whose name is specified.
setValue(String, String) - Method in class javatools.swing.PresentationPanel
Sets the value whose name is specified.
setValue(String, String) - Method in class javatools.swing.InputPanel
Sets a value whose name is specified.
setValue(String, String) - Method in class javatools.swing.AbstractWizard
Sets a wizard value.
setValue(String, String) - Method in class medi.swing.wizard.Volume2DbPanel
Sets a value whose name is specified.
setValue(String, String) - Method in class medi.swing.wizard.Volume2DbContainerPanel
Sets a value whose name is specified.
setValueAt(Object, int, int) - Method in class javatools.swing.table.IndexedTableSorter
Sets a value in the table.
setValueAt(Object, int, int) - Method in class javatools.swing.table.IndexedTableMap
Sets a value in the table.
setValueLists(List, List) - Method in class javatools.db.DbConstraint
Sets the lists to perform INSERT/UPDATE operations.
setValueUsingField(Object, String, Object) - Static method in class javatools.util.Reflect
 
setValueUsingSetter(Object, String, Object) - Static method in class javatools.util.Reflect
Set the value of a field using reflection.
setVisible(boolean) - Method in class javatools.swing.IndexablePanel
Sets this panel visible/invisible and eventually initializes it.
setVisible(boolean) - Method in class medi.swing.panel.AbstractDataPanel
Sets a panel visible/invisible and eventually initializes the panel.
setVolumeID(Integer) - Method in class medi.db.util.Dir2Db
Sets the starting volume ID.
setVolumeID(Integer) - Method in class medi.swing.panel.SessionPanel
Sets the volume ID.
setVolumeMounter(VolumeMounter) - Method in class medi.swing.dispatch.GenrePaneDispatcher
Sets the volume mounter to use.
setVolumeMounter(VolumeMounter) - Method in class medi.swing.dispatch.ExecutionPaneDispatcher
Sets the volume mounter to use.
setVolumeMounter(VolumeMounter) - Method in class medi.swing.dispatch.DataSetPaneDispatcher
Sets the volume mounter to use.
setVolumeMounter(VolumeMounter) - Method in class medi.swing.dispatch.ContainerPaneDispatcher
Sets the volume mounter to use.
setVolumeMounter(VolumeMounter) - Method in class medi.swing.dispatch.AuthorPaneDispatcher
Sets the volume mounter to use.
setVolumeMounter(VolumeMounter) - Method in class medi.swing.frame.SearchResults
Sets the volume mounter to use.
setVolumeMounter(VolumeMounter) - Method in class medi.swing.frame.PreviewFrame
Sets the volume mounter to use.
setVolumeMounter(VolumeMounter) - Method in class medi.swing.frame.MountedVolumeManagement
Sets the volume mounter to use.
setVolumeMounter(VolumeMounter) - Method in class medi.swing.panel.MediPanel
Sets the volume mounter to use.
setVolumeMounter(VolumeMounter) - Method in class medi.swing.panel.AbstractDataPanel
Sets the volume mounter to use.
setVolumeMounter(VolumeMounter) - Method in class medi.util.PreviewDispatcher
Sets the volume mounter.
setVolumeName(String) - Method in class medi.db.util.Volume2Db
Sets the volume name.
setVolumeName(String) - Method in class medi.io.VolumeScanner
Sets the volume name.
setVolumeName(String) - Method in class medi.util.VolumeScanningSaver
Sets the volume name.
setVolumeScanningSaver(VolumeScanningSaver) - Method in class medi.io.DirectoryScanner
Sets the volume scanning saver.
setVolumeTable(Volume) - Method in class medi.db.constraint.FKSession
Sets the Volume table.
setVolumeTable(Volume, int) - Method in class medi.db.constraint.FKContainer
Sets the Volume table.
setVolumeType(String) - Method in class medi.db.util.Volume2Db
Sets the volume type.
setWaitIcon(ImageIcon) - Method in class medi.swing.panel.MediPanel
Sets the icon that will be displayed when waiting an operation to complete.
setWaitIcon(ImageIcon) - Method in class medi.swing.panel.AbstractDataPanel
Sets the icon that will be displayed when waiting an operation to complete.
setWhere(DbExpr) - Method in class javatools.db.DbConstraint
Sets the "where" clause for an DELETE/UPDATE operation.
setWhere(DbExpr) - Method in class javatools.db.DbUpdater
Set the where condition on which records to update.
setWhere(DbExpr) - Method in class javatools.db.DbSelector
Set the where condition for this query.
setWhere(DbExpr) - Method in class javatools.db.DbDeleter
Set the where condition for this delete operation.
SEVERE - Static variable in interface javatools.util.Log
A fatal event which prevents the system or sub/system from continuing.
severe(String, String) - Method in interface javatools.util.Log
Puts a severe error message in the log.
severe(String, String) - Method in class javatools.util.FileLog
Puts a severe error message in the log.
shortValue() - Method in class javatools.util.FormattedNumber
Returns the short value for out num object.
show() - Method in class medi.swing.MediMain
Shows the frame.
show() - Method in class medi.swing.dialog.SessionManagement
Shows this frame.
show() - Method in class medi.swing.dialog.ProgramManagement
Displays this frame.
show() - Method in class medi.swing.dialog.GenreManagement
Displays this frame.
show() - Method in class medi.swing.dialog.FileTypeManagement
Displays this frame.
show() - Method in class medi.swing.dialog.EditorManagement
Displays this frame.
show() - Method in class medi.swing.dialog.DataSetManagement
Shows the frame.
show() - Method in class medi.swing.dialog.AuthorManagement
Shows the frame.
show() - Method in class medi.swing.frame.SearchResults
Shows the frame.
show() - Method in class medi.swing.frame.MountedVolumeManagement
Shows the frame
showAuthors() - Method in class medi.swing.dialog.AuthorManagement
Shows the authors in the table.
showAuthors() - Method in class medi.swing.panel.AuthorPanel
Shows the authors.
showData() - Method in class medi.swing.panel.DataDetailsPanel
Shows the data.
showData(Integer) - Method in class medi.swing.panel.ExecutionDetailsPanel
Shows the data.
showData(Integer) - Method in class medi.swing.panel.AuthorDetailsPanel
Shows the author details.
showData(Integer) - Method in class medi.swing.panel.EditorDetailsPanel
Shows the data.
showData(Long) - Method in class medi.swing.panel.DataSetDetailsPanel
Shows the data of the given data set.
showData(Long) - Method in class medi.swing.panel.ProgramDetailsPanel
Shows the data for the specified program.
showDataSets() - Method in class medi.swing.dialog.DataSetManagement
Shows the data sets.
showDataSets() - Method in class medi.swing.panel.DataSetPanel
Shows the data sets list.
showEditors() - Method in class medi.swing.dialog.EditorManagement
Shows the editors.
showEditors() - Method in class medi.swing.panel.EditorPanel
Shows the editors.
showFileTypes() - Method in class medi.swing.dialog.FileTypeManagement
Shows the editors.
showFileTypes() - Method in class medi.swing.panel.ExecutionPanel
Shows the list of file types.
showFrame() - Method in class medi.util.PreviewDispatcher
Shows the preview-frame.
showGenres(Integer) - Method in class medi.swing.panel.GenrePanel
Displays the genre list.
showItems() - Method in class medi.swing.panel.AuthorDataPanel
Shows the items.
showItems() - Method in class medi.swing.panel.GenreDataPanel
Shows items.
showItems() - Method in class medi.swing.panel.ExecutionDataPanel
Shows items.
showItems() - Method in class medi.swing.panel.SearchDataPanel
Shows contained items.
showItems() - Method in class medi.swing.panel.FatherDataPanel
Shows the items.
showItems() - Method in class medi.swing.panel.DataSetDataPanel
Shows the items.
showItems() - Method in class medi.swing.panel.AbstractDataPanel
Shows contained items.
showItems() - Method in class medi.swing.panel.SessionDataPanel
Shows the items.
showItems() - Method in class medi.swing.panel.EditorDataPanel
Shows the items.
showNextPane() - Method in class javatools.swing.AbstractWizard
Shows the next pane.
showPanel(IndexablePanel) - Method in class javatools.swing.internal.VPDPanelDisplayer
Shows the panel in a thread-safe way.
showPreviousPane() - Method in class javatools.swing.AbstractWizard
Shows the previous pane.
showPrograms() - Method in class medi.swing.dialog.ProgramManagement
Shows the editors.
showPrograms() - Method in class medi.swing.panel.ProgramPanel
Shows the list of programs.
showSelectDialog(Provider) - Static method in class medi.swing.dialog.MountManagement
Shows a base selecting dialog for selecting a mount point.
showSelectDialog(Provider, String, String, String) - Static method in class medi.swing.dialog.MountManagement
Shows a select dialog with information useful to locate a volume.
showSessions(Integer, Integer) - Method in class medi.swing.panel.SessionPanel
Shows the sessions.
showVolumes(Integer) - Method in class medi.swing.panel.VolumePanel
Shows the volumes.
shuttlesort(int[], int[], int, int) - Method in class javatools.swing.table.IndexedTableSorter
Sorts using shuttlesort.
simpleDeleter() - Method in class javatools.db.DbJoinedTable
Returns a deleter for deleting rows in the database.
simpleDeleter() - Method in class javatools.db.DbAbstractTable
Returns a deleter for deleting rows in the database.
SimpleFileFilter - class javatools.swing.SimpleFileFilter.
It's an implementation of the file filter, accepting a set of extensions.
SimpleFileFilter(String) - Constructor for class javatools.swing.SimpleFileFilter
Creates a new SimpleFileFilter, with default description.
SimpleFileFilter(String[], String) - Constructor for class javatools.swing.SimpleFileFilter
Creates a new SimpleFileFilter, with an array of extensions and a description.
SimpleFileFilter(String, String) - Constructor for class javatools.swing.SimpleFileFilter
Creates a new SimpleFileFilter, with one extension and a description.
simpleInserter() - Method in class javatools.db.DbJoinedTable
Return an inserter for inserting new data in the database.
simpleInserter() - Method in class javatools.db.DbAbstractTable
Return an inserter for inserting new data in the database.
simpleInserter(DbSelector) - Method in class javatools.db.DbJoinedTable
Return an inserter for inserting new data in the database.
simpleInserter(DbSelector) - Method in class javatools.db.DbAbstractTable
Return an inserter for inserting new data in the database.
simpleUpdater() - Method in class javatools.db.DbJoinedTable
Return an updater for updating rows in the database.
simpleUpdater() - Method in class javatools.db.DbAbstractTable
Return an updater for updating rows in the database.
singleton() - Static method in class javatools.db.DbManager
Return THE DbManager.
singleton() - Static method in class javatools.util.FileLog
Returns the instance for the FileLog.
singleton(String) - Static method in class javatools.util.Props
Returns a brand new Props object referencing properties of the given name.
size() - Method in class javatools.db.DbRowSet
Returns the number of contained rows.
size() - Method in class javatools.util.JQueue
Returns the number of elements in the queue
sonIndexes - Variable in class javatools.db.DbConstraint
For each son, it contains the position in the fatherTables of the son table itself.
sonsWhere - Variable in class javatools.db.DbConstraint
Contains the "where" clauses for each son.
sonTables - Variable in class javatools.db.DbConstraint
It contains all son tables of the one referenced by this constraint.
sort(Object) - Method in class javatools.swing.table.IndexedTableSorter
Sorts the table.
sortByColumn(int) - Method in class javatools.swing.table.IndexedTableSorter
Sorts the table by a column.
sortByColumn(int, boolean) - Method in class javatools.swing.table.IndexedTableSorter
Sorts the table by column.
sortingColumns - Variable in class javatools.swing.table.IndexedTableSorter
Contains the columns to use to sort.
spdisp - Variable in class medi.swing.panel.MediPanel
The sub-panel dispatcher.
SplashScreen - class javatools.swing.SplashScreen.
A generic splash screen.
SplashScreen(String) - Constructor for class javatools.swing.SplashScreen
Creates and displays a splash screen.
SplashScreen(String, boolean) - Constructor for class javatools.swing.SplashScreen
Creates and displays a splash screen.
SplashScreen(String, boolean, String) - Constructor for class javatools.swing.SplashScreen
Creates and displays a splash screen.
SplashScreen(String, boolean, String, Color) - Constructor for class javatools.swing.SplashScreen
Creates and displays a splash screen.
spMessage - Variable in class medi.swing.panel.AbstractDataPanel
The message to be displayed in the status label.
SQL2Java - class javatools.sql.SQL2Java.
It is a preliminary class.
SQL2Java() - Constructor for class javatools.sql.SQL2Java
Creates new SQL2Java
start() - Method in class javatools.swing.VariablePaneDispatcher
Ovverrides thread's start method.
start() - Method in class javatools.swing.SwingWorker
Start the worker thread.
start() - Method in class medi.swing.frame.Volume2DbStatus
Starts the thread.
startConnectionWizard(boolean) - Static method in class medi.swing.MediMain
Starts a connection wizard.
StatusLabelSync - class javatools.swing.StatusLabelSync.
It is a thread to control messages displayed into a status label.
StatusLabelSync() - Constructor for class javatools.swing.StatusLabelSync
Creates a new instance of StatusLabelSync
statusSync - Variable in class javatools.swing.panel.SubPanelDispatcher
Is is the status label sync to be used to display messages.
statusSync - Variable in class javatools.swing.tree.AbstractTreeExpansionDispatcher
The status label sync to be used to display messages.
stop() - Method in class medi.swing.frame.Volume2DbStatus
Stops the thread.
stopAll() - Method in class javatools.swing.StatusLabelSync
Stops the thread.
stopAll() - Method in class javatools.swing.VariablePaneDispatcher
Stops the thread.
stopAll() - Method in class javatools.swing.panel.SubPanelDispatcher
Stops the thread.
stopAll() - Method in class javatools.swing.tree.AbstractTreeExpansionDispatcher
Stops the thread.
stopAll() - Method in class medi.util.PreviewDispatcher
Stops the thread.
stoppedExternally - Variable in class javatools.swing.VariablePaneDispatcher
Checks whether the thread has been stopped externally.
stopScan() - Method in class medi.db.util.Volume2Db
Stops scanning files.
store() - Method in class javatools.util.Props
Stores properties in a file.
StringUtils - class javatools.util.StringUtils.
Contains a set of function to manage string.
StringUtils() - Constructor for class javatools.util.StringUtils
Creates new StringUtils
subdirList - Variable in class javatools.io.DirectoryGetter
Represents the list of subdirectories.
SubPanelDispatcher - class javatools.swing.panel.SubPanelDispatcher.
It represents an "event dispatcher" for sub-panels, i.e. panels into other panels.
SubPanelDispatcher() - Constructor for class javatools.swing.panel.SubPanelDispatcher
Creates a new instance of SubPanelDispatcher
SubPanelFiller - class javatools.swing.panel.SubPanelFiller.
It is an abstract class that will contain the instruction on how to fill subpanels.
SubPanelFiller() - Constructor for class javatools.swing.panel.SubPanelFiller
Creates a new instance of SubPanelFiller
SubPanelFiller(JPanel) - Constructor for class javatools.swing.panel.SubPanelFiller
Creates a new instance of SubPanelFiller
substitute(String, String, String) - Static method in class javatools.util.SubstituteVariable
Substitutes a variable and returns the result.
substitute(String, String, String, int) - Static method in class javatools.util.SubstituteVariable
Substitutes a variable and returns the result.
substituteColumn(DbColumn, DbColumn) - Method in class javatools.db.DbColumn
Currently unused.
SubstituteVariable - class javatools.util.SubstituteVariable.
A utility class for substituting parts of Strings e.g.
SubstituteVariable() - Constructor for class javatools.util.SubstituteVariable
 
swap(int, int) - Method in class javatools.swing.table.IndexedTableSorter
Swaps (logically) two rows.
SwingWorker - class javatools.swing.SwingWorker.
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class javatools.swing.SwingWorker
Start a thread that will call the construct method and then exit.
syncCheckerText() - Method in class javatools.swing.TextComponentChecker
It is useful if text in the component changes without control.

T

TabDisableEvent - class javatools.awt.event.TabDisableEvent.
Event to disable all tabs of a JTabbedPane.
TabDisableEvent(Object, JTabbedPane) - Constructor for class javatools.awt.event.TabDisableEvent
Creates a new instance of TreeDisableEvent
TabEnableEvent - class javatools.awt.event.TabEnableEvent.
Event to enable a tab of a JTabbedPane.
TabEnableEvent(Object, JTabbedPane, int) - Constructor for class javatools.awt.event.TabEnableEvent
Creates a new instance of TabEnableEvent
table - Variable in class javatools.db.DbConstraint
The referenced table to check.
tableChanged(TableModelEvent) - Method in class javatools.swing.table.IndexedTableSorter
Method that is called whenever the table changes.
tableChanged(TableModelEvent) - Method in class javatools.swing.table.IndexedTableMap
Method called whenever table changes.
TableFillEvent - class javatools.awt.event.TableFillEvent.
Event to manage a table filling.
TableFillEvent(Object, IndexedTableModel, Object[][], Object[], Object[]) - Constructor for class javatools.awt.event.TableFillEvent
Creates a new instance of TableFillEvent
tableName - Variable in class javatools.db.DbAbstractTable
The name of used table
TableResizeEvent - class javatools.awt.event.TableResizeEvent.
Event to manage a table resize.
TableResizeEvent(Object, JTable, int[]) - Constructor for class javatools.awt.event.TableResizeEvent
Creates a new instance of TableResizeEvent
TableStructureCatcher - class javatools.db.util.TableStructureCatcher.
Retrieves a table's structure.
TableStructureCatcher() - Constructor for class javatools.db.util.TableStructureCatcher
Creates new TableStructureCatcher
TableUtils - class medi.swing.util.TableUtils.
Contains a set of function to manage tables.
TableUtils() - Constructor for class medi.swing.util.TableUtils
Creates new TableUtils
TestCache - class javatools.util.test.TestCache.
 
TestCache() - Constructor for class javatools.util.test.TestCache
 
TestConstraints - class javatools.applications.DBConstraints.TestConstraints.
 
TestConstraints() - Constructor for class javatools.applications.DBConstraints.TestConstraints
Creates new TestConstraints
TestPerformer - class javatools.swing.TestPerformer.
It was a preliminary test, rest in peace...
TestPerformer() - Constructor for class javatools.swing.TestPerformer
Creates new TestPerformer
TestQueue - class javatools.util.test.TestQueue.
 
TestQueue() - Constructor for class javatools.util.test.TestQueue
 
TestWizard - class javatools.swing.TestWizard.
It is a test wizard...
TestWizard() - Constructor for class javatools.swing.TestWizard
Creates new TestWizard
TextComponentChecker - class javatools.swing.TextComponentChecker.
It is used to manage checking in a text component.
TextComponentChecker() - Constructor for class javatools.swing.TextComponentChecker
Creates new TextComponentChecker
textFile2String(String) - Static method in class javatools.util.ScriptCatcher
Loads text file "fileName" and puts its content into a string.
timestampNow() - Static method in class javatools.util.DateUtil
Return a Timestamp object representing the time now.
toSQLSearchString(String) - Static method in class javatools.util.StringUtils
Removes extra spaces, replaces spaces with "%" and puts "%" at the beginning and at the end of the passed string.
toString() - Method in class javatools.db.DbSelector
Converts this selector in a string.
toString() - Method in class javatools.db.DbRow
Converts this row in a string.
toString() - Method in class javatools.db.DbDatabase
A database to a string?
toString() - Method in class javatools.db.DbColumn
The fully qualified name of this column.
toString() - Method in class javatools.util.FormattedDate
Returns the date in a formatted way.
toString() - Method in class javatools.util.FormattedNumber
Returns a formatted string representing the contained number.
toString() - Method in class javatools.util.IndexedObject
Returns a string representation of this object.
toString() - Method in class javatools.util.CommonRuntimeException
Returns a string representing this exception.
toString() - Method in class javatools.util.CommonException
Returns the exception converted into a string.
toTokenArray(String) - Static method in class javatools.util.StringUtils
Tokenizes a string (using spaces as delimiters) and returns the tokens as an array.
toTokenArray(String, String) - Static method in class javatools.util.StringUtils
Tokenizes a string (using a specified delimiter) and returns the tokens as an array.
toTokenList(String) - Static method in class javatools.util.StringUtils
Tokenizes a string (using spaces as delimiters) and returns the tokens as a list.
toTokenList(String, String) - Static method in class javatools.util.StringUtils
Tokenizes a string (using a specified delimiter) and returns the tokens as a List.
tree - Variable in class javatools.swing.tree.IndexedTypedTreeNode
The tree in which the node is contained.
TreeExpansionEvent - class javatools.awt.event.TreeExpansionEvent.
Event to manage a tree expansion.
TreeExpansionEvent(Object, JTree, TreeNode) - Constructor for class javatools.awt.event.TreeExpansionEvent
Creates a new instance of TreeExpansionEvent
TreeNodeExpander - class medi.swing.expander.TreeNodeExpander.
Generic tree node expander.
TreeNodeExpander() - Constructor for class medi.swing.expander.TreeNodeExpander
 
treeNodesChanged(TreeModelEvent) - Method in class javatools.swing.event.ReloaderTreeModelListener
Called when nodes have been changed.
treeNodesInserted(TreeModelEvent) - Method in class javatools.swing.event.ReloaderTreeModelListener
Called when nodes have been inserted.
treeNodesRemoved(TreeModelEvent) - Method in class javatools.swing.event.ReloaderTreeModelListener
Called when nodes have been removed.
TreeReloadEvent - class javatools.awt.event.TreeReloadEvent.
Event to manage a tree reload.
TreeReloadEvent(Object, JTree) - Constructor for class javatools.awt.event.TreeReloadEvent
Creates a new instance of TreeReloadEvent
TreeReloadEvent(Object, JTree, TreeNode) - Constructor for class javatools.awt.event.TreeReloadEvent
Creates a new instance of TreeReloadEvent
treeStructureChanged(TreeModelEvent) - Method in class javatools.swing.event.ReloaderTreeModelListener
Called when the tree structure has been completely modified.
TreeUtils - class medi.swing.util.TreeUtils.
Contains some functions for trees.
TreeUtils() - Constructor for class medi.swing.util.TreeUtils
Creates new TreeUtils
trueExpr() - Method in class javatools.db.DbDatabase
Return an expression representing an SQL true expression.
type - Variable in class javatools.swing.tree.IndexedTypedTreeNode
The type of this node.
type2message - Variable in class javatools.swing.VariablePaneDispatcher
Maps types and message to be displayed into a status bar.
type2panel - Variable in class javatools.swing.VariablePaneDispatcher
Maps types and panels
types - Variable in class javatools.db.DbAbstractTable
This array contains the SQL types for each field.

U

unclip() - Method in class javatools.swing.tree.IndexedTypedTreeNode
Resets the status of this object.
unclip() - Method in interface javatools.util.Clippable
It means that the status of the object must be reset.
unclip() - Method in class medi.swing.tree.MediTreeNode
Resets the status of this object.
undo() - Method in class medi.util.VolumeScanningSaver
Rollbacks the last read operation.
unlink(MediTreeNode, MediTreeNode) - Static method in class medi.swing.tree.MediTreeNodeLinker
Removes a link between two nodes.
unlinkDataFromAuthor(Long, Integer) - Method in class medi.db.Provider
Un-assigns a data to an author.
unlinkDataFromDataSet(Long, Long) - Method in class medi.db.Provider
Un-assigns a data to a data set.
unlinkDataFromEditor(Long, Integer) - Method in class medi.db.Provider
Un-assigns a data to an editor.
unlinkDataFromGenre(Long, Integer) - Method in class medi.db.Provider
Un-assigns a data to a genre.
unlinkDataFromSession(Long, Integer, Integer) - Method in class medi.db.Provider
Un-assigns a data to a session.
unlinkFileTypeFromProgram(Integer, Long) - Method in class medi.db.Provider
Unlinks a file type from a program.
unmount(String) - Method in class medi.db.util.VolumeMounter
Unmounts a mount point.
UPDATE_CASCADE - Static variable in class javatools.db.DbConstraint
It means that an UPDATE-CASCADE operation is outgoing.
UPDATE_OPERATION - Static variable in class javatools.db.DbConstraint
It represents a normal UPDATE operation.
update(int) - Method in class javatools.db.DbDynamicConstraint
Performs actual update in the table and, eventually, cascades.
update(int) - Method in class javatools.db.DbConstraint
Actually updates the table and all of its son tables.
update(int) - Method in class medi.db.constraint.FKVolume
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKSession
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKRealized
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKPublished
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKNeedsExecutionOf
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKMarks
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKInstalledProgram
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKIncludes
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKGenre
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKFileType
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKFatherOf
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKEditorTelephoneNo
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKEditor
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKDataSet
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKData
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKContains
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKContainer
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKAuthorTelephoneNo
Checks (if automatic checking is set) and updates, performing the operation.
update(int) - Method in class medi.db.constraint.FKAuthor
Checks (if automatic checking is set) and updates, performing the operation.
updateAuthor(Integer, String, String, String) - Method in class medi.db.Provider
Updates an author.
updateAuthor(Integer, String, String, String, String, String, String, String) - Method in class medi.db.Provider
Updates an author.
updateCascadeChildren - Variable in class javatools.db.DbConstraint
Currently unused.
updateContainer(int, String, String) - Method in class medi.db.Provider
Updates a container.
updateData(Long, Integer, String, String, String, Long, String, Integer, Integer, Integer, Integer, Integer, Integer, Integer) - Method in class medi.db.Provider
Updates a data item.
updateDataFileType(Long, Integer) - Method in class medi.db.Provider
Updates the file type of a data item.
updateDataSet(Long, String) - Method in class medi.db.Provider
Updates a data set.
updateDataSet(Long, String, String) - Method in class medi.db.Provider
Updates a data set.
updateEditor(Integer, String) - Method in class medi.db.Provider
Updates an editor.
updateEditor(Integer, String, String, String, String, String) - Method in class medi.db.Provider
Updates an editor.
updateFileType(Integer, String, String, Integer) - Method in class medi.db.Provider
Updates a file type.
updateFileType(Integer, String, String, Integer, String) - Method in class medi.db.Provider
Updates a file type.
updateFromLists - Variable in class javatools.db.DbConstraint
Contains an array of fromList-like lists, to perform update operations in son tables.
updateGenre(Integer, String) - Method in class medi.db.Provider
Updates a genre.
updateGenre(Integer, String, String) - Method in class medi.db.Provider
Updates a genre.
updateIntoLists - Variable in class javatools.db.DbConstraint
Contains an array of intoList-like lists, to perform update operations in son tables.
updateOperations - Variable in class javatools.db.DbConstraint
It contains the update operations for each father table.
updateProgram(Long, String, String, String) - Method in class medi.db.Provider
Updates program data.
updater() - Method in class javatools.db.DbJoinedTable
Return an updater for updating rows in the database.
updater() - Method in class javatools.db.DbFixedAbstractTable
Returns an updater for this table.
updater() - Method in class javatools.db.DbAbstractTable
Return an updater for updating rows in the database.
updater() - Method in class javatools.db.DbReferencedTable
 
updateSession(Integer, Integer, String, String) - Method in class medi.db.Provider
Updates a session.
updateThis(int) - Method in class javatools.db.DbConstraint
Performs base update.
UpdateUI - class javatools.swing.UpdateUI.
Contains a function to update the UI.
UpdateUI() - Constructor for class javatools.swing.UpdateUI
 
updateUI(Object) - Static method in class javatools.swing.UpdateUI
Recursively updates all contained components and the component itself.
updateVolume(Integer, Integer, String, String) - Method in class medi.db.Provider
Updates a volume, changing container assignment too.
updateVolume(Integer, String, String) - Method in class medi.db.Provider
Updates a volume.
upper() - Method in class javatools.db.DbExpr
Returns an expression in which it will take the uppercase value for current expression.
use(DbRow) - Method in interface javatools.util.DbRowUser
Uses a DbRow.
use(DbRow) - Method in class medi.swing.panel.VolumePanel
Fills the details panel with values contained in the DbRow.
use(DbRow) - Method in class medi.swing.panel.DataSetDetailsPanel
Fills the details panel with values contained in the DbRow.
use(DbRow) - Method in class medi.swing.panel.DataDetailsPanel
Fills the details panel with values contained in the DbRow.
use(DbRow) - Method in class medi.swing.panel.GenrePanel
Fills the details panel with values contained in the DbRow.
use(DbRow) - Method in class medi.swing.panel.SessionPanel
Fills the details panel with values contained in the DbRow.
use(DbRow) - Method in class medi.swing.panel.ExecutionDetailsPanel
Fills the details panel with values contained in the DbRow.
use(DbRow) - Method in class medi.swing.panel.AuthorDetailsPanel
Fills the details panel with values contained in the DbRow.
use(DbRow) - Method in class medi.swing.panel.ProgramDetailsPanel
Fills the details panel with values contained in the DbRow.
use(DbRow) - Method in class medi.swing.panel.EditorDetailsPanel
Fills the details panel with values contained in the DbRow.
useDbRow(DbRowUser, DbRow) - Static method in class javatools.swing.MoreSwingUtilities
Calls the use method of a DbRowUser object in a thread-safe way.
usesTables(Set) - Method in class javatools.db.DbJoinedTable
Returns the base tables used in this joined table.
usesTables(Set) - Method in class javatools.db.DbAbstractTable
Returns used tables (useful in joined tables).
usesTables(Set) - Method in interface javatools.db.DbTableUser
Puts the tables that are used in the specified set.
usesTables(Set) - Method in class javatools.db.DbParenthesis
Puts in the passed set all used tables by this expression.
usesTables(Set) - Method in class javatools.db.DbMiscExpr
See DbFuncExpr
usesTables(Set) - Method in class javatools.db.DbExprFuncDef
Description of the Method
usesTables(Set) - Method in class javatools.db.DbExpr
Adds to the passed set all the tables used by this expression.
usesTables(Set) - Method in class javatools.db.DbCriterion
Adds to the passed set, the tables used by this expression.
usesTables(Set) - Method in class javatools.db.DbColumn
Adds to the set, the currently indexed table.
usesTables(Set, Object) - Static method in class javatools.db.DbExpr
Adds to the passed set all the tables used by an expression.

V

Validator - class javatools.util.Validator.
It's like an "interface" between a centralized data manager and different "clients".
Validator() - Constructor for class javatools.util.Validator
Creates new Validator
ValidatorCluster - class javatools.util.ValidatorCluster.
It is a set of validators.
ValidatorCluster() - Constructor for class javatools.util.ValidatorCluster
Creates new ValidatorCluster
validDate(int, int, int) - Static method in class javatools.util.DateUtil
Checks if a date is vald.
valueList(Collection) - Method in class javatools.db.DbDatabase
Returns a value list.
VariablePaneDispatcher - class javatools.swing.VariablePaneDispatcher.
It represents an "event dispatcher" to be used to manage a "variable pane" i.e.
VariablePaneDispatcher() - Constructor for class javatools.swing.VariablePaneDispatcher
Creates a new instance of VariablePaneDispatcher
VariableSimpleFrame - class javatools.swing.VariableSimpleFrame.
An empty frame, whose main panel can be set.
VariableSimpleFrame() - Constructor for class javatools.swing.VariableSimpleFrame
Creates new form VariableSimpleFrame
VERTICAL - Variable in class javatools.swing.ResizeManager
Only vertical resizing will be performed.
visiblePane - Variable in class javatools.swing.AbstractWizard
It contains the number of the visible pane in a certain moment.
vmount - Variable in class medi.swing.panel.MediPanel
The volume mounter.
Volume - class medi.db.table.Volume.
Represents the VOLUME table (see relational model).
Volume(DbDatabase) - Constructor for class medi.db.table.Volume
Creates new Volume
Volume2Db - class medi.db.util.Volume2Db.
Captures volume information and puts it into the database.
Volume2Db() - Constructor for class medi.db.util.Volume2Db
Creates new Volume2Db
Volume2Db(Provider) - Constructor for class medi.db.util.Volume2Db
Creates new Volume2Db
Volume2Db(Provider, File, String, String, Integer) - Constructor for class medi.db.util.Volume2Db
Creates a new Volume2Db.
Volume2DbContainerPanel - class medi.swing.wizard.Volume2DbContainerPanel.
A wizard panel to collect container information for Volume2DbWizard.
Volume2DbContainerPanel() - Constructor for class medi.swing.wizard.Volume2DbContainerPanel
Creates new form Volume2DbContainerPanel
Volume2DbPanel - class medi.swing.wizard.Volume2DbPanel.
It is a wizard panel that collects volume information for Volume2DbWizard.
Volume2DbPanel() - Constructor for class medi.swing.wizard.Volume2DbPanel
Creates new form Volume2DbPanel
Volume2DbStatus - class medi.swing.frame.Volume2DbStatus.
It is a frame that shows status information abount volume-scanning-process.
Volume2DbStatus() - Constructor for class medi.swing.frame.Volume2DbStatus
Creates new form Volume2DbStatus
Volume2DbWizard - class medi.swing.wizard.Volume2DbWizard.
A wizard to collect information to map a volume in the database.
Volume2DbWizard() - Constructor for class medi.swing.wizard.Volume2DbWizard
Creates new Volume2DbWizard
VolumeDetailsFiller - class medi.swing.filler.VolumeDetailsFiller.
Panel filler for VolumeDetailsPanel.
VolumeDetailsFiller() - Constructor for class medi.swing.filler.VolumeDetailsFiller
Creates a new instance of AuthorDataFiller
VolumeDetailsFiller(JPanel) - Constructor for class medi.swing.filler.VolumeDetailsFiller
Creates a new VolumeDetailsFiller.
volumeIDIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of key columns for a volume.
volumeIndexes - Static variable in class medi.swing.expander.TreeNodeExpander
Indexes of desired columns for a volume.
VolumeMounter - class medi.db.util.VolumeMounter.
A class to mount/unmount (logically) volumes.
VolumeMounter() - Constructor for class medi.db.util.VolumeMounter
Creates new VolumeMounter
VolumeNodeExpander - class medi.swing.expander.VolumeNodeExpander.
Expansion manager for volume node.
VolumeNodeExpander() - Constructor for class medi.swing.expander.VolumeNodeExpander
Creates a new instance of VolumeNodeExpander
VolumePanel - class medi.swing.panel.VolumePanel.
Displays a list of volumes.
VolumePanel() - Constructor for class medi.swing.panel.VolumePanel
Creates new form VolumePanel
VolumeScanner - class medi.io.VolumeScanner.
It is a class used to scan a volume and punt information in a file.
VolumeScanner() - Constructor for class medi.io.VolumeScanner
Creates new VolumeScanner
VolumeScanner(String, String, DirectoryScanner) - Constructor for class medi.io.VolumeScanner
Creates new VolumeScanner
VolumeScanner(String, String, File) - Constructor for class medi.io.VolumeScanner
Creates new VolumeScanner
VolumeScanningSaver - class medi.util.VolumeScanningSaver.
It is a class used to save information about volume scanning.
VolumeScanningSaver(String) - Constructor for class medi.util.VolumeScanningSaver
Creates new VolumeScanningSaver
VolumeType - class medi.db.backward.VolumeType.
Represents the support table VOLUME_TYPE.
VolumeType(DbDatabase) - Constructor for class medi.db.backward.VolumeType
Creates new VolumeType.
volumeTypeIterator() - Static method in class medi.util.MediConfig
Returns an iterator for volume types.
VPDPanelDisplayer - class javatools.swing.internal.VPDPanelDisplayer.
Displays a panel.
VPDPanelDisplayer(Container) - Constructor for class javatools.swing.internal.VPDPanelDisplayer
Creates a new instance of VPDPanelDisplayer
VPDPanelHider - class javatools.swing.internal.VPDPanelHider.
Hides a collection of JPanels.
VPDPanelHider(Collection) - Constructor for class javatools.swing.internal.VPDPanelHider
Creates a new instance of VPDPanelHider

W

waitIcon - Variable in class medi.swing.panel.MediPanel
The wait icon.
wakeUp() - Method in class javatools.swing.StatusLabelSync
Effectively shows the string of the status label.
wakeUp() - Method in class javatools.swing.internal.VPDPanelDisplayer
Effectively displays the panel.
wakeUp() - Method in class javatools.swing.internal.VPDPanelHider
Effectively hides all specified panels.
wakeUp() - Method in interface javatools.util.RunningRunnable
A simple void with no parameter method.
wakeUp() - Method in class medi.swing.frame.PreviewFrame
Effectively updates the preview frame.
WakingEvent - class javatools.awt.event.WakingEvent.
Event to call a simple void with no parameters method.
WakingEvent(Object, RunningRunnable) - Constructor for class javatools.awt.event.WakingEvent
Creates a new instance of WakingEvent.
WARNING - Static variable in interface javatools.util.Log
An unexpected benign event which indicates a possible future error.
warning(String, String) - Method in interface javatools.util.Log
Puts a warning message in the log.
warning(String, String) - Method in class javatools.util.FileLog
Puts a warning message in the log.
where - Variable in class javatools.db.DbConstraint
A DbExpr clause used int DELETE/UPDATE operations.
WizardException - exception javatools.swing.WizardException.
A particular exception that represents something wrong in the wizard.
WizardException() - Constructor for class javatools.swing.WizardException
Creates new WizardException without detail message.
WizardException(String) - Constructor for class javatools.swing.WizardException
Constructs an WizardException with the specified detail message.
WizardPerformer - class javatools.swing.WizardPerformer.
It was a preliminary class to perform operation after a wizard collected all information... rest in peace.
WizardPerformer() - Constructor for class javatools.swing.WizardPerformer
Creates new WizardPerformer
wizPanels - Variable in class javatools.swing.AbstractWizard
The panels of this wizards.

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