Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

I

IMAGE_SAVE_NAME_DEFAULT - Static variable in class org.youscope.plugin.autofocus.AutoFocusJobConfiguration
Default name for focus images.
ImageAdapter - Class in org.youscope.common.image
An image listener which stores the last (and only the last) image it receives and allows to access it.
ImageAdapter() - Constructor for class org.youscope.common.image.ImageAdapter
Constructor.
ImageConvertException - Exception in org.youscope.common.util
 
ImageConvertException(String) - Constructor for exception org.youscope.common.util.ImageConvertException
Constructor.
ImageConvertException(String, Exception) - Constructor for exception org.youscope.common.util.ImageConvertException
Constructor.
ImageDesktopPaneUI - Class in org.youscope.client.uielements.plaf
UI Delegate for JDesktopPane displaying a centered background image.
ImageEvent<T> - Class in org.youscope.common.image
Objects of this class contain the pixel data of an image, as well as metadata about it, like where and when an image was made.
ImageListener - Interface in org.youscope.common.image
Listener which gets notified about produced images.
ImageLoadingTools - Class in org.youscope.uielements
Set of tools to simplify image loading.
ImageLoadingTools() - Constructor for class org.youscope.uielements.ImageLoadingTools
 
imageMade(ImageEvent<?>) - Method in class org.youscope.common.image.ImageAdapter
 
imageMade(ImageEvent<?>) - Method in interface org.youscope.common.image.ImageListener
Method gets invoked if new image is available.
ImagePanel - Class in org.youscope.uielements
Easy to use resizeable panel to display an image.
ImagePanel(YouScopeClient) - Constructor for class org.youscope.uielements.ImagePanel
Constructor.
ImagePanel.LineInfo - Class in org.youscope.uielements
Information about a drawn line in the image.
ImagePanel.LineListener - Interface in org.youscope.uielements
Listener which gets informed about a currently drawn line in the image.
ImagePanel.PixelInfo - Class in org.youscope.uielements
Information about a pixel in the image.
ImagePanel.PixelListener - Interface in org.youscope.uielements
Listener which gets informed about the currently hovered pixel in the image.
ImageProducer - Interface in org.youscope.common.image
Indicates that a given job produces images, and allows to add a listener to obtain produced images.
ImageProducerConfiguration - Interface in org.youscope.common.image
Interface each job configuration should implement to indicate that its corresponding job produces images.
ImageTools - Class in org.youscope.common.util
Helper functions to transform YouScope images.
ImageTools() - Constructor for class org.youscope.common.util.ImageTools
 
ImagingJob - Interface in org.youscope.common.job.basicjobs
A job which makes a microscope image in the defined channel.
ImagingJobAddonFactory - Class in org.youscope.plugin.imagingjob
 
ImagingJobAddonFactory() - Constructor for class org.youscope.plugin.imagingjob.ImagingJobAddonFactory
Constructor.
ImagingJobConfiguration - Class in org.youscope.plugin.imagingjob
This job/task makes images in a certain channel in regular intervals.
ImagingJobConfiguration() - Constructor for class org.youscope.plugin.imagingjob.ImagingJobConfiguration
 
initialize() - Method in class org.youscope.addon.celldetection.utils.MatlabFunctionCreator
Creates the Matlab temporary function file.
initialize(MeasurementContext) - Method in interface org.youscope.common.resource.Resource
Initializes the resource.
initialize(MeasurementContext) - Method in class org.youscope.common.resource.ResourceAdapter
 
initialize() - Method in interface org.youscope.plugin.onix.OnixAddon
Initialize the onix device.
initializeCallback(Serializable...) - Method in interface org.youscope.common.callback.Callback
Has to be called by the measurement component upon initialization prior to using any functionality of the callback (except Callback.pingCallback()).
initializeDefaultConfiguration(C) - Method in class org.youscope.addon.component.ComponentAddonUIAdapter
This function is called, and only called, if AddonUIAdapter.toFrame() or AddonUIAdapter.toPanel(YouScopeFrame) is called without calling before ComponentAddonUIAdapter.setConfiguration(Configuration).
initializeDefaultConfiguration(C) - Method in class org.youscope.addon.component.GenericComponentAddonUI
 
initializeDefaultConfiguration(T) - Method in class org.youscope.addon.measurement.MeasurementAddonUIAdapter
 
initializeDefaultConfiguration(ControllerJobConfiguration) - Method in class org.youscope.plugin.controller.ControllerJobConfigurationAddon
 
initializeDefaultConfiguration(FluigentJobConfiguration) - Method in class org.youscope.plugin.fluigent.FluigentJobConfigurationAddon
 
initializeDefaultConfiguration(CellDetectionJobConfiguration) - Method in class org.youscope.plugin.lifecelldetection.CellDetectionJobAddonUI
 
initializeDefaultConfiguration(MicroplateJobConfiguration) - Method in class org.youscope.plugin.microplatejob.MicroplateJobConfigurationAddon
 
initializeDevice(DeviceSetting[], int) - Method in interface org.youscope.addon.microscopeaccess.AvailableDeviceDriverInternal
Initializes a previously loaded device.
initializeDevice(DeviceSetting[]) - Method in interface org.youscope.common.microscope.AvailableDeviceDriver
Initializes a previously loaded device.
initializeDevice(int) - Method in class org.youscope.plugin.microscopeaccess.FocusDeviceImpl
 
initializeDevice(int) - Method in class org.youscope.plugin.microscopeaccess.SerialDeviceImpl
 
initializeDevice(DeviceSetting[]) - Method in class org.youscope.server.AvailableDeviceDriverRMI
 
initializeJob(Microscope, MeasurementContext) - Method in class org.youscope.common.job.EditableJobContainerAdapter
 
initializeJob(Microscope, MeasurementContext) - Method in interface org.youscope.common.job.Job
Called before the first evaluation of a job in a measurement.
initializeJob(Microscope, MeasurementContext) - Method in class org.youscope.common.job.JobAdapter
When overwriting this function, the base implementation should be called at the beginning, i.e.
initializeMeasurement(Measurement, MeasurementConfiguration, ConstructionContext) - Method in interface org.youscope.addon.measurement.MeasurementAddonFactory
Called when this addon should initialize the the measurement according to its configuration.
initializeMeasurement(Measurement, MeasurementConfiguration, ConstructionContext) - Method in class org.youscope.addon.measurement.MeasurementAddonFactoryAdapter
 
initializeMeasurement(Measurement, C, ConstructionContext) - Method in interface org.youscope.addon.measurement.MeasurementInitializer
Called when this addon should initialize the the measurement according to its configuration.
initializeMeasurement(MeasurementConfiguration) - Method in interface org.youscope.clientinterfaces.YouScopeClient
Initializes the measurement and shows the measurement control frame.
initializeMeasurement(Measurement) - Method in interface org.youscope.clientinterfaces.YouScopeClient
Opens the measurement control frame for a measurement.
initializeMeasurement(Measurement, ComposedImagingMeasurementConfiguration, ConstructionContext) - Method in class org.youscope.plugin.composedimaging.ComposedImagingMeasurementInitializer
 
initializeMeasurement(Measurement, ContinousImagingMeasurementConfiguration, ConstructionContext) - Method in class org.youscope.plugin.continousimaging.ContinousImagingMeasurementInitializer
 
initializeMeasurement(Measurement, CellDetectionMeasurementConfiguration, ConstructionContext) - Method in class org.youscope.plugin.lifecelldetection.CellDetectionMeasurementInitializer
 
initializeMeasurement(Measurement, MicroplateMeasurementConfiguration, ConstructionContext) - Method in class org.youscope.plugin.microplatemeasurement.MicroplateMeasurementInitializer
 
initializeMeasurement(Measurement, MultiCameraContinousImagingConfiguration, ConstructionContext) - Method in class org.youscope.plugin.multicameracontinuousimaging.MultiCameraContinousImagingInitializer
 
initializeMeasurement(Measurement, TaskMeasurementConfiguration, ConstructionContext) - Method in class org.youscope.plugin.taskmeasurement.TaskMeasurementInitializer
 
initializeMicroscope(int) - Method in interface org.youscope.addon.microscopeaccess.MicroscopeInternal
Initializes the microscope.
initializeProgram() - Method in class org.youscope.server.YouScopeServerImpl
Initializes the program by connecting and initializing the microscope.
initializeProgram(String) - Method in class org.youscope.server.YouScopeServerImpl
Initializes the program by connecting and initializing the microscope.
insertControl(String, Component, int) - Method in class org.youscope.uielements.ImagePanel
Adds a component with the given title to the menu containing all controls at the given index.
insertControl(String, Component, int, boolean) - Method in class org.youscope.uielements.ImagePanel
Adds a component with the given title to the menu containing all controls at the given index.
insertJob(Job, int) - Method in interface org.youscope.common.job.EditableJobContainer
Inserts a job at the given index.
insertJob(Job, int) - Method in class org.youscope.common.job.EditableJobContainerAdapter
 
insertPage(MeasurementAddonUIPage<? super T>, int) - Method in class org.youscope.addon.measurement.MeasurementAddonUIAdapter
Inserts a page into the layout at the given index.
insertRow(int, TemporaryRow) - Method in class org.youscope.common.table.Table
Inserts a temporary row at the given row index to this table.
insertRow(int, Serializable...) - Method in class org.youscope.common.table.Table
Inserts a row to the table at the given row.
insertTask(TaskConfiguration, int) - Method in interface org.youscope.common.task.TaskContainerConfiguration
Inserts a task at the given position in the task list.
insertTask(TaskConfiguration, int) - Method in class org.youscope.plugin.taskmeasurement.TaskMeasurementConfiguration
 
installDefaults() - Method in class org.youscope.client.uielements.plaf.BasicQuickLoggerUI
 
installDefaults() - Method in class org.youscope.client.uielements.plaf.ImageDesktopPaneUI
 
installModelChangeListener() - Method in class org.youscope.client.uielements.plaf.BasicQuickLoggerUI
 
installUI(JComponent) - Method in class org.youscope.client.uielements.plaf.BasicQuickLoggerUI
 
IntegerProperty - Interface in org.youscope.common.microscope
 
IntegerPropertyInternal - Interface in org.youscope.addon.microscopeaccess
 
IntegerTextField - Class in org.youscope.uielements
 
IntegerTextField() - Constructor for class org.youscope.uielements.IntegerTextField
Default constructor.
IntegerTextField(int) - Constructor for class org.youscope.uielements.IntegerTextField
Constructor which sets the initial value.
interruptMeasurement() - Method in interface org.youscope.common.measurement.Measurement
Interrupts the execution of the measurement.
isAbsolute() - Method in interface org.youscope.common.job.basicjobs.ChangePositionJob
Returns TRUE if position is changed absolutely and false, if relative to current position.
isAbsolute() - Method in class org.youscope.plugin.changepositionjob.ChangePositionJobConfiguration
 
isAbsoluteValue() - Method in class org.youscope.common.microscope.DeviceSetting
Returns true if the property should be set to the given value, and false if it should be changed for an offset relative to the current value.
isActive() - Method in class org.youscope.uielements.StateButton
Returns if the button is active.
isAliasMicroplate() - Method in class org.youscope.common.measurement.microplate.MicroplateConfiguration
Microplate measurements can be "misused" to measure just some arbitrary positions (see setNumPositions()).
isAllowEditsWhileRunning() - Method in class org.youscope.plugin.microplatemeasurement.MicroplateMeasurementConfiguration
Returns true if measurement configuration can be edited while it is running.
isAllowEditsWhileRunning() - Method in class org.youscope.plugin.simplemeasurement.SimpleMeasurementConfiguration
Returns true if measurement configuration can be edited while it is running.
isAllPositionsSelected() - Method in class org.youscope.plugin.microplatemeasurement.MicroplatePositionConfiguration
Returns true if all positions in each well of the microplate are selected to be measured.
isAllWellsSelected() - Method in class org.youscope.plugin.microplatemeasurement.MicroplatePositionConfiguration
Returns true if all wells of the microplate are selected to be measured.
isApplicable(MicroplatePositionConfiguration) - Method in interface org.youscope.addon.pathoptimizer.PathOptimizer
Returns true if this optimizer can be used to optimize the path for the positions in the respective configuration.
isApplicable(MicroplatePositionConfiguration) - Method in class org.youscope.plugin.fullmicroplatepath.FullMicroplateOptimizer
 
isApplicable(MicroplatePositionConfiguration) - Method in class org.youscope.plugin.nonoptimizedpath.NonOptimizedOptimizer
 
isApplicable(MicroplatePositionConfiguration) - Method in class org.youscope.plugin.zigzagpath.ZigZagPathOptimizer
 
isAutoAdjustContrast() - Method in class org.youscope.uielements.ImagePanel
Returns if the contrast should be automatically adjusted whenever a new image is set.
isBooleanProperty() - Method in enum org.youscope.clientinterfaces.StandardProperty
Gets the value of the property booleanProperty.
isBurstImaging() - Method in interface org.youscope.common.job.basicjobs.ContinuousImagingJob
Returns if the imaging is done in burst mode.
isBurstImaging() - Method in class org.youscope.plugin.continousimaging.ContinuousImagingJobConfiguration
Returns if the imaging is done in burst mode.
isBurstImaging() - Method in interface org.youscope.plugin.continousimaging.ShortContinuousImagingJob
Returns if the imaging is done in burst mode.
isCellEditable(int, int) - Method in class org.youscope.uielements.CellSelectionTable.CellSelectionTableModel
 
isChoice() - Method in class org.youscope.uielements.CameraField
Returns true if there are at least two cameras, i.e.
isCleanSources() - Method in class org.youscope.common.YouScopeVersion
 
isClosable() - Method in interface org.youscope.clientinterfaces.YouScopeFrame
Returns if frame is closable by the user.
isColumnNamesDisplayed() - Method in interface org.youscope.uielements.CellSelectionTableConfiguration
True if the names of the columns should be displayed.
isConditionalFulfilled(Configuration) - Method in class org.youscope.addon.component.generic.Property
Checks if conditional function for property to make sense to add to UI is fulfilled.
isConnected() - Method in class org.youscope.plugin.matlabscripting.MatlabScriptEngine
Returns whether or not this engine is connected to MATLAB.
isConnected() - Method in class org.youscope.plugin.matlabscripting.RemoteMatlabProxy
Whether this proxy is connected to MATLAB.
isConnected() - Static method in class org.youscope.plugin.matlabscripting.RemoteMatlabProxyController
Returns whether or not this controller is connected to MATLAB.
isConnected() - Method in interface org.youscope.plugin.onix.OnixAddon
Returns true if the connection to the onix device is established.
isCorrectByOutflow() - Method in class org.youscope.plugin.dropletmicrofluidics.tablecontroller.TableControllerConfiguration
True if droplet height is corrected by varying outflow, false if varying inflow.
isDelimiter(String) - Method in class org.youscope.common.scripting.JavaScriptStyle
 
isDelimiter(String) - Method in class org.youscope.common.scripting.MatlabScriptStyle
 
isDelimiter(String) - Method in interface org.youscope.common.scripting.ScriptStyle
Returns true if the given character delimits two words/commands (e.g.
isDelimiter(String) - Method in class org.youscope.plugin.onix.OnixScriptStyle
 
isDoubleProperty() - Method in enum org.youscope.clientinterfaces.StandardProperty
Gets the value of the property doubleProperty.
isDrawCellInformation() - Method in class org.youscope.plugin.labelvisualizer.LabelVisualizerConfiguration
Returns true if information about each detected cell is drawn next to the cell.
isDrawIntoOrgImage() - Method in class org.youscope.plugin.labelvisualizer.LabelVisualizerConfiguration
Returns if the borders of the cells should be drawn into the original image (true), or the shape of the cell into a new image (false).
isEditable() - Method in interface org.youscope.addon.microscopeaccess.PropertyInternal
Returns true if property is editable and false if not.
isEditable() - Method in interface org.youscope.common.microscope.Property
Returns true if property is editable and false if not.
isEditable() - Method in class org.youscope.plugin.microscopeaccess.PropertyImpl
 
isEmergencyStopped() - Method in interface org.youscope.addon.microscopeaccess.MicroscopeInternal
Returns true if microscope is currently in the emergency-stop state.
isEmergencyStopped() - Method in interface org.youscope.common.microscope.Microscope
Returns true if microscope is currently in the emergency-stop state.
isEmergencyStopped() - Method in class org.youscope.server.YouScopeServerImpl
 
isEmergencyStopped() - Method in interface org.youscope.serverinterfaces.YouScopeServer
Returns true if microscope is currently in the emergency-stop state.
isEnabled() - Method in interface org.youscope.addon.microscopeaccess.AutoFocusDeviceInternal
Returns true if the autofocus is enabled.
isEnabled() - Method in interface org.youscope.common.microscope.AutoFocusDevice
Returns true if the autofocus is enabled.
isEnabled() - Method in interface org.youscope.plugin.livemodifiablejob.LiveModifiableJob
Returns true if child jobs are executed during this jobs execution.
isEnabledAtStartup() - Method in class org.youscope.plugin.livemodifiablejob.LiveModifiableJobConfiguration
returns true if job is enabled at startup.
isFillSpace() - Method in interface org.youscope.addon.component.generic.PropertyEditor
Returns true if this editor can fill up extra space.
isFillSpace() - Method in class org.youscope.addon.component.generic.PropertyEditorAdapter
 
isFixedTimes() - Method in class org.youscope.common.task.RegularPeriodConfiguration
 
isGenerateLabelImage() - Method in class org.youscope.addon.celldetection.CellDetectionConfiguration
Returns true if the detection algorithm with the current configuration generates a label image.
isGenerateLabelImage() - Method in class org.youscope.plugin.cellx.CellXConfiguration
Returns true if a label image should be generated.
isGenerateLabelImage() - Method in class org.youscope.plugin.quickdetect.QuickDetectConfiguration
 
isHTML() - Method in class org.youscope.uielements.DescriptionPanel
Returns if the text (not the header) is HTML (true) or plain text (false).
isInitialized() - Method in class org.youscope.addon.AddonUIAdapter
Returns true if the functions toXXXFrame() or toPanel() was called, that is, if createUI() was called or not.
isInitialized() - Method in interface org.youscope.common.resource.Resource
Returns true if the addon is initialized.
isInitialized() - Method in class org.youscope.common.resource.ResourceAdapter
 
isInitialized() - Method in class org.youscope.plugin.microplatemeasurement.MicroplatePositionConfiguration
Returns true if the exact x/y position for every well is initialized.
isIntegerInUnit(long) - Method in enum org.youscope.uielements.TimeUnit
Returns true if the given time in ms is an integer value in the given unit.
isIntegerProperty() - Method in enum org.youscope.clientinterfaces.StandardProperty
Gets the value of the property integerProperty.
isKeyword(String) - Method in class org.youscope.common.scripting.JavaScriptStyle
 
isKeyword(String) - Method in class org.youscope.common.scripting.MatlabScriptStyle
 
isKeyword(String) - Method in interface org.youscope.common.scripting.ScriptStyle
Returns true if the given token is a language specific keyword (e.g.
isKeyword(String) - Method in class org.youscope.plugin.onix.OnixScriptStyle
 
isLocalServer() - Method in interface org.youscope.clientinterfaces.YouScopeClient
Returns true if the microscope is connected to this computer, and false, if the microscope is on a different computer.
isLocked() - Method in interface org.youscope.addon.microscopeaccess.AutoFocusDeviceInternal
Returns true if auto-focus is locked.
isLocked() - Method in interface org.youscope.common.microscope.AutoFocusDevice
Returns true if auto-focus is locked.
isLockMicroscopeWhileRunning() - Method in interface org.youscope.common.measurement.Measurement
Returns if write access to the microscope is locked during the measurement.
isMaximizable() - Method in class org.youscope.addon.AddonUIAdapter
Returns if this UI element will be maximizable if initialized as a frame.
isMaximizable() - Method in interface org.youscope.clientinterfaces.YouScopeFrame
Returns if frame is maximizable.
isMaximize() - Method in class org.youscope.addon.AddonUIAdapter
Indicates if this UI element should be maximized if it is a frame.
isMeasurementRunning() - Method in class org.youscope.plugin.livestream.ContinousMeasurementAndControlsPanel
Returns if measurement is currently running or not.
isMeasurementRunning() - Method in class org.youscope.plugin.livestream.ContinousMeasurementPanel
Returns if measurement is currently running or not.
isMeasurePosition(int, int) - Method in class org.youscope.plugin.microplatemeasurement.MicroplatePositionConfiguration
Returns if a given position in a well should be measured.
isMeasureWell(Well) - Method in class org.youscope.plugin.microplatemeasurement.MicroplatePositionConfiguration
Returns true if the given well should be measured.
isNoneSelected() - Method in class org.youscope.plugin.microplatemeasurement.MicroplatePositionConfiguration
Returns if either no well or no position inside a well is selected/should be measured.
isNull(int) - Method in class org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isNull() - Method in interface org.youscope.common.table.TableEntry
Returns true if entry is null, i.e.
isNullAllowed() - Method in class org.youscope.common.table.ColumnDefinition
Returns true if entries in the column might have null values.
isNullAllowed() - Method in interface org.youscope.common.table.ColumnView
Returns true if entries in the column might have null values.
isNullAllowed() - Method in interface org.youscope.common.table.TableEntry
Returns true if this entry allows values to be set to null.
isOn() - Method in interface org.youscope.plugin.onix.OnixAddon
Have no idea yet what this device function is doing...
isOpen() - Method in interface org.youscope.addon.microscopeaccess.ShutterDeviceInternal
Returns true if the shutter is open, and false if it is closed.
isOpen() - Method in interface org.youscope.common.microscope.ShutterDevice
Returns true if the shutter is open, and false if it is closed.
isPlateSealed() - Method in interface org.youscope.plugin.onix.OnixAddon
Returns true if the plate is sealed.
isPositionFrames() - Method in enum org.youscope.clientinterfaces.FramePositionStorageType
True if the position of frames should be set to the last position.
isPreInitializationProperty() - Method in interface org.youscope.addon.microscopeaccess.PropertyInternal
Gets the value of the property preInitializationProperty.
isPreInitializationProperty() - Method in class org.youscope.plugin.microscopeaccess.PropertyImpl
Gets the value of the property preInitializationProperty.
isProtocolRunning() - Method in interface org.youscope.plugin.onix.OnixAddon
Returns true if currently a protocol is running (which blocks the device), and false otherwise.
isPWMX() - Method in interface org.youscope.plugin.onix.OnixAddon
Returns true if currently a pulse-width modulation between well 1 and 2 is running.
isPWMY() - Method in interface org.youscope.plugin.onix.OnixAddon
Returns true if currently a pulse-width modulation in Y is running.
isQuoteDelimiter(String) - Method in class org.youscope.common.scripting.JavaScriptStyle
 
isQuoteDelimiter(String) - Method in class org.youscope.common.scripting.MatlabScriptStyle
 
isQuoteDelimiter(String) - Method in interface org.youscope.common.scripting.ScriptStyle
Returns true if the given character can be used to delimit a quote (e.g.
isQuoteDelimiter(String) - Method in class org.youscope.plugin.onix.OnixScriptStyle
 
isReadDisk() - Method in enum org.youscope.clientinterfaces.FramePositionStorageType
True if frame positions should be read from a position config file at startup.
isRelative() - Method in interface org.youscope.common.job.basicjobs.FocusingJob
Returns true if the offset is relative to the current offset, false otherwise.
isRelative() - Method in class org.youscope.plugin.focusingjob.FocusingJobConfiguration
Returns true if the focus position is an offset to the current focus position.
isRememberFocus() - Method in interface org.youscope.plugin.autofocus.AutoFocusJob
Returns true if next focus search should be centered around the last iterations maximal focal plane.
isRememberFocus() - Method in class org.youscope.plugin.autofocus.AutoFocusJobConfiguration
Returns true if next focus search should be centered around the last iterations maximal focal plane.
isResetFocusAfterSearch() - Method in interface org.youscope.plugin.autofocus.AutoFocusJob
Defines if the focus should be reset to its original value after the job (and all sub-jobs) finished.
isResetFocusAfterSearch() - Method in class org.youscope.plugin.autofocus.AutoFocusJobConfiguration
Defines if the focus should be reset to its original value after the job (and all sub-jobs) finished.
isResizable() - Method in class org.youscope.addon.AddonUIAdapter
Returns if this element should be resizable.
isResizable() - Method in interface org.youscope.clientinterfaces.YouScopeFrame
Returns if frame is resizable.
isRowNamesDisplayed() - Method in interface org.youscope.uielements.CellSelectionTableConfiguration
True if the names of the rows should be displayed.
isRunning() - Method in class org.youscope.common.job.JobAdapter
Returns true if the measurement the job belongs to is currently executed.
isRunning() - Method in interface org.youscope.common.measurement.Measurement
Returns if measurement is currently running or not.
isRunning() - Method in interface org.youscope.common.task.MeasurementTask
Returns if task is currently executed.
isSaveImages() - Method in class org.youscope.plugin.composedimaging.ComposedImagingJobConfiguration
 
isSaveImages() - Method in class org.youscope.plugin.composedimaging.ComposedImagingMeasurementConfiguration
Returns if taken images should be saved to disk
isSaveImages() - Method in class org.youscope.plugin.continousimaging.ContinuousImagingJobConfiguration
Returns if the images made by this job should be saved to disk.
isSaveImages() - Method in class org.youscope.plugin.continousimaging.ShortContinuousImagingJobConfiguration
Returns if the images made by this job should be saved to disk.
isSaveImages() - Method in class org.youscope.plugin.imagingjob.ImagingJobConfiguration
 
isSaveImages() - Method in class org.youscope.plugin.lifecelldetection.CellDetectionMeasurementConfiguration
Returns true if the images should be saved to the disk.
isSaveImages() - Method in class org.youscope.plugin.multicameracontinuousimaging.MultiCameraContinousImagingConfiguration
Returns true if the images should be saved to the disk.
isSaveImages() - Method in class org.youscope.plugin.multicamerajob.ParallelImagingJobConfiguration
 
isSaveImages() - Method in class org.youscope.plugin.outoffocus.OutOfFocusJobConfiguration
 
isSaveImages() - Method in class org.youscope.plugin.slimjob.SlimJobConfiguration
 
isSeparateFrame() - Method in class org.youscope.addon.AddonUIAdapter
 
isSerialPortDriver(int) - Method in interface org.youscope.addon.microscopeaccess.AvailableDeviceDriverInternal
Returns true if this driver communicates over a serial port.
isSerialPortDriver() - Method in interface org.youscope.common.microscope.AvailableDeviceDriver
Returns true if this driver communicates over a serial port.
isSerialPortDriver() - Method in class org.youscope.server.AvailableDeviceDriverRMI
 
isShowCloseButton() - Method in class org.youscope.addon.AddonUIAdapter
Returns true if a commit button is automatically added when addon is initialized as a frame.
isSinglePosition() - Method in class org.youscope.plugin.microplatemeasurement.MicroplatePositionConfiguration
Returns true if this configuration is configured such that only one position per well is defined (and not necessarily if only one position is activated).
isStoreNewPositions() - Method in enum org.youscope.clientinterfaces.FramePositionStorageType
True if positions of frames for which yet no position is stored, should be stored.
isStringProperty() - Method in enum org.youscope.clientinterfaces.StandardProperty
Gets the value of the property stringProperty.
isSupportedValueType(Class<? extends Serializable>) - Static method in class org.youscope.common.table.TableHelper
Checks if the given value type is supported by YouScope.
isSupportingTypeIdentifier(String) - Method in interface org.youscope.addon.callback.CallbackAddonFactory
Returns true if this factory supports callback with the given type identifier, false otherwise.
isSupportingTypeIdentifier(String) - Method in interface org.youscope.addon.component.ComponentAddonFactory
Returns true if this factory supports configurations with the given ID, false otherwise.
isSupportingTypeIdentifier(String) - Method in class org.youscope.addon.component.ComponentAddonFactoryAdapter
 
isSupportingTypeIdentifier(String) - Method in interface org.youscope.addon.measurement.MeasurementAddonFactory
Returns true if this addon supports measurement configurations with the given ID, false otherwise.
isSupportingTypeIdentifier(String) - Method in class org.youscope.addon.measurement.MeasurementAddonFactoryAdapter
 
isSupportingTypeIdentifier(String) - Method in interface org.youscope.addon.microplate.MicroplateAddonFactory
Returns true if this addon supports microplates with the given type identifier, and false otherwise.
isSupportingTypeIdentifier(String) - Method in interface org.youscope.addon.postprocessing.PostProcessorAddonFactory
Returns true if this factory supports creation of post-processors with the given type identifiers, and false otherwise.
isSupportingTypeIdentifier(String) - Method in interface org.youscope.addon.skin.SkinFactory
Returns true if this factory supports skins with the given ID, false otherwise.
isSupportingTypeIdentifier(String) - Method in class org.youscope.addon.skin.SkinFactoryAdapter
 
isSupportingTypeIdentifier(String) - Method in interface org.youscope.addon.tool.ToolAddonFactory
Returns true if this addon supports tools with the given type identifier, false otherwise.
isSupportingTypeIdentifier(String) - Method in class org.youscope.addon.tool.ToolAddonFactoryAdapter
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.ansisbsmicroplates.AnsiSBSMicroplateTypeFactory
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.bdbiosciencemicroplates.BDBioscienceMultiwellTCMicroplateTypeFactory
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.cellx.OpenCellXFactory
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.customjob.CustomJobAddonFactory
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.custommicroplates.CustomMicroplateTypeFactory
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.dropletmicrofluidics.DropletMicrofluidicJobCallbackFactory
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.livemodifiablejob.LiveModifiableJobCallbackFactory
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.measurementviewer.MeasurementViewerPostProcessingFactory
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.openbis.OpenBISUploaderFactory
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.openmeasurementfolder.OpenMeasurementFolderFactory
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.scripting.RemoteScriptEngineFactory
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.usercontrolmeasurement.UserControlMeasurementCallbackFactory
 
isSupportingTypeIdentifier(String) - Method in class org.youscope.plugin.waitforuser.WaitForUserCallbackFactory
 
isSwitchXY() - Method in interface org.youscope.addon.microscopeaccess.CameraDeviceInternal
Returns if the x and the y direction should be switched for images made by this camera.
isSwitchXY() - Method in class org.youscope.common.image.ImageEvent
Returns if the x and the y direction should be switched for images made by this camera.
isSwitchXY() - Method in interface org.youscope.common.microscope.CameraDevice
Returns if the x and the y direction should be switched for images made by this camera.
isTrackCells() - Method in class org.youscope.plugin.cellx.CellXConfiguration
Returns true if cells should not only be segmented, but also be tracked between adjacent frames.
isTransferring() - Method in interface org.youscope.plugin.openbis.OpenBISAddon
Returns true if there is a currently active transfer taking place, and false otherwise.
isTransferring() - Method in class org.youscope.plugin.openbis.OpenBISAddonImpl
 
isTransposeX() - Method in interface org.youscope.addon.microscopeaccess.CameraDeviceInternal
Returns if the x-direction of images made by this camera should be transposed.
isTransposeX() - Method in interface org.youscope.addon.microscopeaccess.StageDeviceInternal
Returns if the x-direction is transposed (x -> -x).
isTransposeX() - Method in class org.youscope.common.image.ImageEvent
Returns if the x-direction of images made by this camera should be transposed.
isTransposeX() - Method in interface org.youscope.common.microscope.CameraDevice
Returns if the x-direction of images made by this camera should be transposed.
isTransposeX() - Method in interface org.youscope.common.microscope.StageDevice
Returns if the x-direction is transposed (x -> -x).
isTransposeY() - Method in interface org.youscope.addon.microscopeaccess.CameraDeviceInternal
Returns if the if the y-direction of images made by this camera should be transposed.
isTransposeY() - Method in interface org.youscope.addon.microscopeaccess.StageDeviceInternal
Returns if the y-direction is transposed (y -> -y).
isTransposeY() - Method in class org.youscope.common.image.ImageEvent
Returns if the if the y-direction of images made by this camera should be transposed.
isTransposeY() - Method in interface org.youscope.common.microscope.CameraDevice
Returns if the if the y-direction of images made by this camera should be transposed.
isTransposeY() - Method in interface org.youscope.common.microscope.StageDevice
Returns if the y-direction is transposed (y -> -y).
isUnknown1Alright() - Method in interface org.youscope.plugin.onix.OnixAddon
Yet, I don't know what this is returning.
isUnknown2Alright() - Method in interface org.youscope.plugin.onix.OnixAddon
Yet, I don't know what this is returning.
isUpdatePositions() - Method in enum org.youscope.clientinterfaces.FramePositionStorageType
True if existing frame positions should be updated when user moves frames around.
isUseClientScriptEngine() - Method in class org.youscope.plugin.scriptingjob.ScriptingJobConfiguration
 
isVacuumReady() - Method in interface org.youscope.plugin.onix.OnixAddon
Returns true if vacuum is ready.
isValve(int) - Method in interface org.youscope.plugin.onix.OnixAddon
Returns if given valve is active.
isVisible() - Method in class org.youscope.addon.component.generic.Property
Returns true if property should be shown in configuration.
isVisible() - Method in interface org.youscope.clientinterfaces.YouScopeFrame
Returns if frame is visible.
isWaitUntilFinished() - Method in interface org.youscope.plugin.onix.OnixJob
If true, the job waits when evaluating the onix protocol until the protocol is finished.
isWaitUntilFinished() - Method in class org.youscope.plugin.onix.OnixJobConfiguration
If true, the job waits when evaluating the onix protocol until the protocol is finished.
isWriteDisk() - Method in enum org.youscope.clientinterfaces.FramePositionStorageType
True if frame positions should be stored in a config file upon shutdown.
iterator() - Method in class org.youscope.common.table.Table
 
iterator() - Method in class org.youscope.common.table.TableDefinition
 
iterator() - Method in class org.youscope.common.table.TemporaryRow
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links