- idExists(Connection, String, String, long) - Static method in class info.bioinfweb.commons.sql.IDGenerator
-
Returns whether an ID already exists is the specified column of the specified table.
- idExists(Connection, String, String, String) - Static method in class info.bioinfweb.commons.sql.IDGenerator
-
- IDGenerator - Class in info.bioinfweb.commons.sql
-
- IDGenerator() - Constructor for class info.bioinfweb.commons.sql.IDGenerator
-
- info.bioinfweb.commons - package info.bioinfweb.commons
-
- info.bioinfweb.commons.applet - package info.bioinfweb.commons.applet
-
- info.bioinfweb.commons.appversion - package info.bioinfweb.commons.appversion
-
- info.bioinfweb.commons.changemonitor - package info.bioinfweb.commons.changemonitor
-
- info.bioinfweb.commons.collections - package info.bioinfweb.commons.collections
-
- info.bioinfweb.commons.graphics - package info.bioinfweb.commons.graphics
-
- info.bioinfweb.commons.io - package info.bioinfweb.commons.io
-
- info.bioinfweb.commons.log - package info.bioinfweb.commons.log
-
Classes in this package implement a simple logging API for messages of different types that an application
can output to the user.
- info.bioinfweb.commons.progress - package info.bioinfweb.commons.progress
-
- info.bioinfweb.commons.servlet - package info.bioinfweb.commons.servlet
-
- info.bioinfweb.commons.servlet.acceptlanguage - package info.bioinfweb.commons.servlet.acceptlanguage
-
- info.bioinfweb.commons.sql - package info.bioinfweb.commons.sql
-
- info.bioinfweb.commons.sql.sqlproperties - package info.bioinfweb.commons.sql.sqlproperties
-
- info.bioinfweb.commons.swing - package info.bioinfweb.commons.swing
-
- info.bioinfweb.commons.swing.scrollpaneselector - package info.bioinfweb.commons.swing.scrollpaneselector
-
- info.bioinfweb.commons.swt - package info.bioinfweb.commons.swt
-
- info.bioinfweb.commons.testing - package info.bioinfweb.commons.testing
-
- info.bioinfweb.commons.text - package info.bioinfweb.commons.text
-
- info.bioinfweb.commons.tic - package info.bioinfweb.commons.tic
-
TIC - Tool Independent Components
- info.bioinfweb.commons.tic.exception - package info.bioinfweb.commons.tic.exception
-
- info.bioinfweb.commons.tic.input - package info.bioinfweb.commons.tic.input
-
Contains classes providing adapters between Swing and SWT mouse and key event related classes.
- info.bioinfweb.commons.tic.toolkit - package info.bioinfweb.commons.tic.toolkit
-
- insertRange(long, long) - Method in class info.bioinfweb.commons.collections.PackedIntegerArrayList
-
Reserves space for the specified number of elements at the specified position.
- insertUpdate(DocumentEvent) - Method in class info.bioinfweb.commons.swing.SwingChangeMonitor
-
- installScrollPaneSelector(JScrollPane) - Static method in class info.bioinfweb.commons.swing.scrollpaneselector.ExtendedScrollPaneSelector
-
Installs a ScrollPaneSelector to the given JScrollPane instance.
- INT_PATTERN - Static variable in class info.bioinfweb.commons.Math2
-
- INTEGER_FORMAT - Static variable in class info.bioinfweb.commons.swing.DecimalInput
-
- INTEGER_FORMAT - Static variable in class info.bioinfweb.commons.text.StringUtils
-
- InternationalFileFilter - Class in info.bioinfweb.commons.io
-
- InternationalFileFilter() - Constructor for class info.bioinfweb.commons.io.InternationalFileFilter
-
- intPow(int, int) - Static method in class info.bioinfweb.commons.Math2
-
- InvalidXSDPathException - Exception in info.bioinfweb.commons.io
-
- InvalidXSDPathException() - Constructor for exception info.bioinfweb.commons.io.InvalidXSDPathException
-
- InvalidXSDPathException(String, Throwable) - Constructor for exception info.bioinfweb.commons.io.InvalidXSDPathException
-
- InvalidXSDPathException(String) - Constructor for exception info.bioinfweb.commons.io.InvalidXSDPathException
-
- InvalidXSDPathException(Throwable) - Constructor for exception info.bioinfweb.commons.io.InvalidXSDPathException
-
- invert(CharSequence) - Static method in class info.bioinfweb.commons.text.StringUtils
-
- invertColor(Color) - Static method in class info.bioinfweb.commons.graphics.GraphicsUtils
-
- ioFinished() - Method in interface info.bioinfweb.commons.io.IOProgressListener
-
This method is called when a reading or writing of data has been finished.
- ioFinished() - Method in class info.bioinfweb.commons.io.IOProgressListenerAdapter
-
- ioFinished() - Method in class info.bioinfweb.commons.io.IOProgressListenerVector
-
- ioProgress(long) - Method in interface info.bioinfweb.commons.io.IOProgressListener
-
This method is called when a progress in reading or writing data has been made.
- ioProgress(long) - Method in class info.bioinfweb.commons.io.IOProgressListenerAdapter
-
- ioProgress(long) - Method in class info.bioinfweb.commons.io.IOProgressListenerVector
-
- IOProgressListener - Interface in info.bioinfweb.commons.io
-
Classes that implement this interface can be informed about the progress of reading and writing
data.
- IOProgressListenerAdapter - Class in info.bioinfweb.commons.io
-
An abstract adapter class for receiving IO progress events.
- IOProgressListenerAdapter() - Constructor for class info.bioinfweb.commons.io.IOProgressListenerAdapter
-
- IOProgressListenerVector - Class in info.bioinfweb.commons.io
-
This class can be used if several profress listeners should be informed about the same process.
- IOProgressListenerVector() - Constructor for class info.bioinfweb.commons.io.IOProgressListenerVector
-
- ioStarts() - Method in interface info.bioinfweb.commons.io.IOProgressListener
-
This method is called when a reading or writing of data is about to begin.
- ioStarts() - Method in class info.bioinfweb.commons.io.IOProgressListenerAdapter
-
- ioStarts() - Method in class info.bioinfweb.commons.io.IOProgressListenerVector
-
- IOUtils - Class in info.bioinfweb.commons.io
-
This class provides general tools for reading and writing data.
- IOUtils() - Constructor for class info.bioinfweb.commons.io.IOUtils
-
- IS_64_BIT_ARCHITECTURE - Static variable in class info.bioinfweb.commons.SystemUtils
-
- isAltDown() - Method in class info.bioinfweb.commons.tic.input.TICInputEvent
-
Determines whether the alt button was pressed during this event.
- isAltGraphDown() - Method in class info.bioinfweb.commons.tic.input.TICInputEvent
-
Determines whether the alt graph button was pressed during this event.
- isBetween(byte, byte, byte) - Static method in class info.bioinfweb.commons.Math2
-
Checks if the specified value is greater or equal to the specified minimum and
lower or equal to the specified maximum.
- isBetween(int, int, int) - Static method in class info.bioinfweb.commons.Math2
-
Checks if the specified value is greater or equal to the specified minimum and
lower or equal to the specified maximum.
- isBetween(long, long, long) - Static method in class info.bioinfweb.commons.Math2
-
Checks if the specified value is greater or equal to the specified minimum and
lower or equal to the specified maximum.
- isBetween(float, float, float) - Static method in class info.bioinfweb.commons.Math2
-
Checks if the specified value is greater or equal to the specified minimum and
lower or equal to the specified maximum.
- isBetween(double, double, double) - Static method in class info.bioinfweb.commons.Math2
-
Checks if the specified value is greater or equal to the specified minimum and
lower or equal to the specified maximum.
- isBetweenNE(byte, byte, byte) - Static method in class info.bioinfweb.commons.Math2
-
Checks if the specified value is greater then the specified minimum and
lower than the specified maximum.
- isBetweenNE(int, int, int) - Static method in class info.bioinfweb.commons.Math2
-
Checks if the specified value is greater then the specified minimum and
lower than the specified maximum.
- isBetweenNE(long, long, long) - Static method in class info.bioinfweb.commons.Math2
-
Checks if the specified value is greater then the specified minimum and
lower than the specified maximum.
- isBetweenNE(float, float, float) - Static method in class info.bioinfweb.commons.Math2
-
Checks if the specified value is greater then the specified minimum and
lower than the specified maximum.
- isBetweenNE(double, double, double) - Static method in class info.bioinfweb.commons.Math2
-
Checks if the specified value is greater then the specified minimum and
lower than the specified maximum.
- isCanceled() - Method in interface info.bioinfweb.commons.progress.ProgressMonitor
-
- isCanceled() - Method in class info.bioinfweb.commons.progress.VoidProgressMonitor
-
This method always returnes false
.
- isControlDown() - Method in class info.bioinfweb.commons.tic.input.TICInputEvent
-
Determines whether a control button was pressed during this event.
- isDecimal(String) - Static method in class info.bioinfweb.commons.Math2
-
Returns the whether the given string can be parsed to a double
or a float
.
- isEmpty() - Method in class info.bioinfweb.commons.collections.MultiTreeMap
-
- isEmpty() - Method in class info.bioinfweb.commons.collections.SequenceIntervalList
-
- isEmpty() - Method in class info.bioinfweb.commons.swing.ActionMap
-
- isEmpty() - Method in class info.bioinfweb.commons.text.UniqueNameMap
-
- isFillUp() - Method in class info.bioinfweb.commons.text.UniqueNameMapParameters
-
- isHorizontal() - Method in class info.bioinfweb.commons.swt.ScrolledCompositeSyncListener
-
- isInt(String) - Static method in class info.bioinfweb.commons.Math2
-
- isMenuShortcutKeyDown() - Method in class info.bioinfweb.commons.tic.input.TICInputEvent
-
Tests whether the menu shortcut key is pressed (Command on Mac and Control on the other OS).
- isMetaDown() - Method in class info.bioinfweb.commons.tic.input.TICInputEvent
-
Determines platform independent whether a meta button was pressed during this event.
- isMouseButton1Down() - Method in class info.bioinfweb.commons.tic.input.TICInputEvent
-
Determines whether mouse button 1 was pressed during this event.
- isMouseButton2Down() - Method in class info.bioinfweb.commons.tic.input.TICInputEvent
-
Determines whether mouse button 2 was pressed during this event.
- isMouseButton3Down() - Method in class info.bioinfweb.commons.tic.input.TICInputEvent
-
Determines whether mouse button 3 was pressed during this event.
- isPopupTrigger() - Method in class info.bioinfweb.commons.tic.input.TICMouseEvent
-
Determines whether is event is the popup trigger of the current platform.
- isSaveCanceled() - Method in class info.bioinfweb.commons.swing.FileChooserDirModel
-
- isShiftDown() - Method in class info.bioinfweb.commons.tic.input.TICInputEvent
-
Determines whether a shift button was pressed during this event.
- isSignificant() - Method in class info.bioinfweb.commons.swing.AbstractDocumentEdit
-
- isUnlimitedLength() - Method in class info.bioinfweb.commons.text.UniqueNameMapParameters
-
- isVertical() - Method in class info.bioinfweb.commons.swt.ScrolledCompositeSyncListener
-
- itemStateChanged(ItemEvent) - Method in class info.bioinfweb.commons.swing.SwingChangeMonitor
-
- iterator(K) - Method in class info.bioinfweb.commons.collections.MultiTreeMap
-
- iterator() - Method in class info.bioinfweb.commons.collections.SequenceIntervalList
-
Returns an iterator over the list.