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 

T

Table - Class in org.youscope.common.table
A table, containing entries of specific TableEntry types.
Table(Table) - Constructor for class org.youscope.common.table.Table
Protected Copy constructor.
Table(TableDefinition, long, PositionInformation, ExecutionInformation) - Constructor for class org.youscope.common.table.Table
Constructor using an already available TableDefinition.
Table(TableDefinition) - Constructor for class org.youscope.common.table.Table
Constructor using an already available TableDefinition.
Table(TableDefinition, long) - Constructor for class org.youscope.common.table.Table
Constructor using an already available TableDefinition.
Table(TableDefinition, PositionInformation, ExecutionInformation) - Constructor for class org.youscope.common.table.Table
Constructor using an already available TableDefinition.
Table(String, String, ColumnDefinition<?>...) - Constructor for class org.youscope.common.table.Table
Constructor using information on the column names and types.
Table(String, String, long, PositionInformation, ExecutionInformation, ColumnDefinition<?>...) - Constructor for class org.youscope.common.table.Table
Constructor using information on the column names and types.
Table(String, String, long, ColumnDefinition<?>...) - Constructor for class org.youscope.common.table.Table
Constructor using information on the column names and types.
Table(String, String, PositionInformation, ExecutionInformation, ColumnDefinition<?>...) - Constructor for class org.youscope.common.table.Table
Constructor using information on the column names and types.
table - Variable in class org.youscope.uielements.CellSelectionTable
 
TABLE_COLUMN_AREA_PX - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing the area of cells.
TABLE_COLUMN_CELL_ID - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing the identifiers for cells.
TABLE_COLUMN_CELL_TRACKING_ID - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing the track identifiers of cells.
TABLE_COLUMN_EXCENTRICITY - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing cells' excentricity.
TABLE_COLUMN_FLUORESCENCE - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing cells' fluorescence.
TABLE_COLUMN_LAST_CELL_TRACKING_ID1 - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing the first previous track identifiers of cells.
TABLE_COLUMN_LAST_CELL_TRACKING_ID2 - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing the second previous track identifiers of cells.
TABLE_COLUMN_MAJOR_AXIS_PX - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing cells' major axis.
TABLE_COLUMN_MINOR_AXIS_PX - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing cells' minor axis.
TABLE_COLUMN_ORIENTATION - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing cells' orientations.
TABLE_COLUMN_PERIMETER_PX - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing cell perimeter.
TABLE_COLUMN_QUANTIFICATION_IMAGE_ID - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing the quantification image id for which e.g.
TABLE_COLUMN_VOLUME_PX - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing the volume of cells.
TABLE_COLUMN_XPOSITION_PX - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing the x-position of a cell.
TABLE_COLUMN_YPOSITION_PX - Static variable in class org.youscope.addon.celldetection.CellDetectionTableColumns
Column containing the y-position of a cell.
tableChangeListeners - Variable in class org.youscope.plugin.microplatemeasurement.WellTable
 
TableConsumer - Interface in org.youscope.common.table
Indicates that a given measurement component consumes table data, and allows to obtain information on the layout of the consumed tables.
TableConsumerConfiguration - Interface in org.youscope.common.table
Interface each measurement component configuration should implement if its corresponding component consumes table data.
TableControllerConfiguration - Class in org.youscope.plugin.dropletmicrofluidics.tablecontroller
Configuration for the droplet based microfluidic measurements based on a syringe table.
TableControllerConfiguration() - Constructor for class org.youscope.plugin.dropletmicrofluidics.tablecontroller.TableControllerConfiguration
 
TableControllerFactory - Class in org.youscope.plugin.dropletmicrofluidics.tablecontroller
Controller for droplet-based microfluidics based on a syringe table.
TableControllerFactory() - Constructor for class org.youscope.plugin.dropletmicrofluidics.tablecontroller.TableControllerFactory
Constructor.
TableDataAdapter - Class in org.youscope.common.table
A table data listener which stores the table data it receives, allowing to access it later on.
TableDataAdapter() - Constructor for class org.youscope.common.table.TableDataAdapter
Constructor.
TableDefinition - Class in org.youscope.common.table
Definition of a table.
TableDefinition(String, String, ColumnDefinition<?>...) - Constructor for class org.youscope.common.table.TableDefinition
Constructor.
TableEntry<T extends java.io.Serializable> - Interface in org.youscope.common.table
Interface all Table entry types have to implement.
TableException - Exception in org.youscope.common.table
Exception thrown by table entries.
TableException(String) - Constructor for exception org.youscope.common.table.TableException
Constructor.
TableException(Throwable) - Constructor for exception org.youscope.common.table.TableException
Constructor.
TableException(String, Throwable) - Constructor for exception org.youscope.common.table.TableException
Constructor.
TableHelper - Class in org.youscope.common.table
Static class providing some useful helper functions to create, consume or fill tables.
TableListener - Interface in org.youscope.common.table
Listener which can be registered at a table producing measurement component to get informed when new table data was produced.
TableProducer - Interface in org.youscope.common.table
Indicates that a given measurement component produces table data, and allows to add a listener to obtain produced data.
TableProducerConfiguration - Interface in org.youscope.common.table
Interface each measurement component configuration should implement if its corresponding component produces table data.
TableSink - Interface in org.youscope.plugin.quickdetect
Interface for Matlab.
TaskConfiguration - Class in org.youscope.common.task
 
TaskConfiguration() - Constructor for class org.youscope.common.task.TaskConfiguration
 
taskConfigurationFinished(TaskConfiguration) - Method in interface org.youscope.uielements.TaskConfigurationListener
Should be called when task definition is finished.
TaskConfigurationListener - Interface in org.youscope.uielements
Listener which gets notified if a task definition is finished.
TaskConfigurationPanel - Class in org.youscope.uielements
A window to edit tasks.
TaskConfigurationPanel(YouScopeClient, YouScopeServer, YouScopeFrame) - Constructor for class org.youscope.uielements.TaskConfigurationPanel
Constructor.
TaskContainerConfiguration - Interface in org.youscope.common.task
Interface measurement should implement who allow the user to define different tasks manually, i.e.
taskFinished() - Method in interface org.youscope.common.task.TaskListener
Called when the task finished to operate, i.e.
TaskListener - Interface in org.youscope.common.task
 
TaskMeasurementAddonFactory - Class in org.youscope.plugin.taskmeasurement
 
TaskMeasurementAddonFactory() - Constructor for class org.youscope.plugin.taskmeasurement.TaskMeasurementAddonFactory
Constructor.
TaskMeasurementConfiguration - Class in org.youscope.plugin.taskmeasurement
This class represents the configuration of a user configurable measurement.
TaskMeasurementConfiguration() - Constructor for class org.youscope.plugin.taskmeasurement.TaskMeasurementConfiguration
 
TaskMeasurementInitializer - Class in org.youscope.plugin.taskmeasurement
 
TaskMeasurementInitializer() - Constructor for class org.youscope.plugin.taskmeasurement.TaskMeasurementInitializer
 
TasksDefinitionPanel - Class in org.youscope.uielements
Panel which allows the user to add, remove and edit tasks of e.g.
TasksDefinitionPanel(YouScopeClient, YouScopeServer, YouScopeFrame) - Constructor for class org.youscope.uielements.TasksDefinitionPanel
Constructor.
taskStarted() - Method in interface org.youscope.common.task.TaskListener
Called when task started to operate, i.e.
TemplateTool - Class in org.youscope.template.tool
A template which can be used as a starting point for tool development.
TemplateTool(YouScopeClient, YouScopeServer) - Constructor for class org.youscope.template.tool.TemplateTool
Constructor.
TemplateToolFactory - Class in org.youscope.template.tool
A tool addon factory represents the interface between YouScope and your tool.
TemplateToolFactory() - Constructor for class org.youscope.template.tool.TemplateToolFactory
Constructor.
TemporaryRow - Class in org.youscope.common.table
A temporary row is a row not yet added to the table.
TemporaryRow(ColumnDefinition<?>...) - Constructor for class org.youscope.common.table.TemporaryRow
Creates a temporary row with columns in agreement with the given column definitions.
Test - Class in org.json
Test class.
Test() - Constructor for class org.json.Test
 
TextTools - Class in org.youscope.common.util
Class providing helper functions to handle text like descriptions, e.g.
TimeUnit - Enum in org.youscope.uielements
Enumeration of typical units used to measure time in YouScope, and their conversion to milliseconds.
toDurationString(long) - Static method in class org.youscope.common.util.TextTools
Returns for a given duration measured in ms a string describing the duration in terms of days, hours, minutes...
toFrame() - Method in interface org.youscope.addon.AddonUI
Creates a frame containing the UI elements of this addon.
toFrame() - Method in class org.youscope.addon.AddonUIAdapter
 
toFrame() - Method in class org.youscope.uielements.ImagePanel
Convenient method to show this panel in a frame.
toFront() - Method in interface org.youscope.clientinterfaces.YouScopeFrame
Positions the frame at the front and sets the focus to this frame.
toHTML(String) - Static method in class org.youscope.common.util.TextTools
Converts a normal text (e.g.
toHTML(String, String) - Static method in class org.youscope.common.util.TextTools
Converts a normal text (e.g.
toJSONArray(String) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONArray, String) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray) - Method in class org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(String) - Static method in class org.json.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - Static method in class org.json.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - Static method in class org.json.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(JSONArray) - Method in class org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(String) - Static method in class org.json.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toMs(double) - Method in enum org.youscope.uielements.TimeUnit
Returns the time in ms a given quantity of time in this unit corresponds to.
ToolAddonFactory - Interface in org.youscope.addon.tool
 
ToolAddonFactoryAdapter - Class in org.youscope.addon.tool
Adapter simplifying tool addon creation.
ToolAddonFactoryAdapter(Class<? extends ToolAddonUI>, ToolMetadata) - Constructor for class org.youscope.addon.tool.ToolAddonFactoryAdapter
Constructor.
ToolAddonFactoryAdapter() - Constructor for class org.youscope.addon.tool.ToolAddonFactoryAdapter
Constructor.
ToolAddonUI - Interface in org.youscope.addon.tool
Provides user interface of tools.
ToolAddonUIAdapter - Class in org.youscope.addon.tool
An adapter class to simplify tool development.
ToolAddonUIAdapter(ToolMetadata, YouScopeClient, YouScopeServer) - Constructor for class org.youscope.addon.tool.ToolAddonUIAdapter
Constructor.
ToolMetadata - Interface in org.youscope.addon.tool
Provides metadata about a given tool.
ToolMetadataAdapter - Class in org.youscope.addon.tool
Adapter to simplify ToolMetadata construction.
ToolMetadataAdapter(String, String, String[]) - Constructor for class org.youscope.addon.tool.ToolMetadataAdapter
Constructor.
ToolMetadataAdapter(String, String, String[], Icon) - Constructor for class org.youscope.addon.tool.ToolMetadataAdapter
Constructor.
ToolMetadataAdapter(String, String, String[], String) - Constructor for class org.youscope.addon.tool.ToolMetadataAdapter
Constructor.
toPanel(YouScopeFrame) - Method in interface org.youscope.addon.AddonUI
Creates a UI component (usually a panel) containing the UI elements of this addon.
toPanel(YouScopeFrame) - Method in class org.youscope.addon.AddonUIAdapter
 
toString(JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray, JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - Static method in class org.json.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - Static method in class org.json.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - Static method in class org.json.HTTP
Convert a JSONObject into an HTTP header.
toString() - Method in class org.json.JSONArray
Make an JSON text of this JSONArray.
toString(int) - Method in class org.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.json.JSONObject
Make an JSON text of this JSONObject.
toString(int) - Method in class org.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.json.JSONStringer
Return the JSON text.
toString() - Method in class org.json.JSONTokener
Make a printable string of this JSONTokener.
toString(Object) - Static method in class org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString() - Method in enum org.youscope.clientinterfaces.FramePositionStorageType
 
toString() - Method in enum org.youscope.clientinterfaces.StandardProperty
 
toString() - Method in class org.youscope.common.configuration.ChannelConfiguration
 
toString() - Method in class org.youscope.common.ExecutionInformation
 
toString() - Method in class org.youscope.common.job.JobConfiguration
 
toString() - Method in class org.youscope.common.measurement.microplate.Well
 
toString() - Method in class org.youscope.common.microscope.DeviceSetting
 
toString() - Method in enum org.youscope.common.microscope.DeviceType
 
toString() - Method in class org.youscope.common.PositionInformation
 
toString() - Method in class org.youscope.common.table.ColumnDefinition
 
toString() - Method in class org.youscope.common.YouScopeVersion
Returns version, build number, Java VM, and OS in a four-liner as one String.
toString() - Method in enum org.youscope.plugin.dropletmicrofluidics.flexiblecontroller.SyringeControlState
 
toString() - Method in enum org.youscope.plugin.dropletmicrofluidics.tablecontroller.SyringeState
 
toString() - Method in enum org.youscope.plugin.matlabfocusscores.MatlabScoreType
 
toString(Object) - Method in class org.youscope.plugin.microplatemeasurement.MeasuredWellsAndPositionsConverter
 
toString() - Method in class org.youscope.plugin.standardsavesettings.FileNameComboBox.ComboBoxItem
 
toString() - Method in enum org.youscope.plugin.standardsavesettings.FolderStructureType
 
toString() - Method in enum org.youscope.uielements.TimeUnit
 
toTable(TableDefinition) - Method in class org.youscope.common.table.Table
Creates a table containing conforming to the provided table definition.
toUnit(long) - Method in enum org.youscope.uielements.TimeUnit
Returns the amount of time in the given unit.
toYouScopeImage(BufferedImage) - Static method in class org.youscope.common.util.ImageTools
Converts a BufferedImage to YouScope's internal raw + meta data format.
transferFailed(Exception) - Method in interface org.youscope.plugin.openbis.OpenBISListener
Event fired when the transfer of data failed.
transferFinished() - Method in interface org.youscope.plugin.openbis.OpenBISListener
Event fired when the transfer of data finished successfully.
transferMeasurement(String, String, String, String, String, String, String, boolean) - Method in interface org.youscope.plugin.openbis.OpenBISAddon
Transfers a measurement to OpenBIS and saves it there under openBISUser/projectIdentifier/measurementIdentifier.
transferMeasurement(String, String, String, String, String, String, String, boolean) - Method in class org.youscope.plugin.openbis.OpenBISAddonImpl
 
transferProgress(float, String) - Method in interface org.youscope.plugin.openbis.OpenBISListener
Fired in more or less regular periods indicating the progress of the transfer.
transferStarted() - Method in interface org.youscope.plugin.openbis.OpenBISListener
Event fired when the transfer of data started.
transformCoordinate(ImageEvent<?>, Point) - Static method in class org.youscope.common.util.ImageTools
Translates the (zero based) coordinates in the not transposed and not switched coordinate system (as the image is obtained from the camera) to the new coordinate system, in which the image axes are eventually transposed and/or switched.
TYPE_ID - Static variable in class org.youscope.plugin.ansisbsmicroplates.AnsiSBS1536MicroplateType
The ID of this microplate type.
TYPE_ID - Static variable in class org.youscope.plugin.ansisbsmicroplates.AnsiSBS384MicroplateType
The ID of this microplate type.
TYPE_ID - Static variable in class org.youscope.plugin.ansisbsmicroplates.AnsiSBS96MicroplateType
The ID of this microplate type.
TYPE_ID - Static variable in class org.youscope.plugin.bdbiosciencemicroplates.BDBioscienceMultiwellTC12MicroplateType
The ID of this microplate type.
TYPE_ID - Static variable in class org.youscope.plugin.bdbiosciencemicroplates.BDBioscienceMultiwellTC24MicroplateType
The ID of this microplate type.
TYPE_ID - Static variable in class org.youscope.plugin.bdbiosciencemicroplates.BDBioscienceMultiwellTC6MicroplateType
The ID of this microplate type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.autofocus.AutoFocusJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.cellx.CellXConfiguration
The identifier for this configuration.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.composedimaging.ComposedImagingJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.composedimaging.ComposedImagingMeasurementConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.composedimaging.PlateScanningJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.composedimaging.StaggeringJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.continousimaging.ContinousImagingMeasurementConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.continousimaging.ShortContinuousImagingJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.controller.ControllerJobConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.deviceslides.DeviceSlidesJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.dropletmicrofluidics.defaultobserver.DefaultObserverConfiguration
Type identifier.
TYPE_IDENTIFIER - Static variable in interface org.youscope.plugin.dropletmicrofluidics.DropletMicrofluidicJobCallback
Type identifier for callback.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.dropletmicrofluidics.DropletMicrofluidicJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.dropletmicrofluidics.evaporationController.EvaporationControllerConfiguration
The identifier for this configuration.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.dropletmicrofluidics.flexiblecontroller.FlexibleControllerConfiguration
The identifier for this configuration.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.dropletmicrofluidics.tablecontroller.TableControllerConfiguration
The identifier for this configuration.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.fluigent.FluigentJobConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.lifecelldetection.CellDetectionJobConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.lifecelldetection.CellDetectionMeasurementConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in interface org.youscope.plugin.livemodifiablejob.LiveModifiableJobCallback
type identifier of callback.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.livemodifiablejob.LiveModifiableJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.microplatejob.MicroplateJobConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.microplatemeasurement.MicroplateMeasurementConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.multicameracontinuousimaging.MultiCameraContinousImagingConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.multicamerajob.ParallelImagingJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.nemesys.NemesysJobConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.onix.OnixJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.onoffdevicejob.OnOffDeviceJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.oscillatinginput.OscillatingDeviceJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.outoffocus.OutOfFocusJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.quickdetect.QuickDetectConfiguration
The identifier for this configuration.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.repeatjob.RepeatJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.simplemeasurement.SimpleMeasurementConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.slimjob.SlimJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.standardsavesettings.StandardSaveSettingsConfiguration
Type identifier of the save settings.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.taskmeasurement.TaskMeasurementConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in interface org.youscope.plugin.usercontrolmeasurement.UserControlMeasurementCallback
Type identifier of callback.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.usercontrolmeasurement.UserControlMeasurementConfiguration
The identifier for this measurement type.
TYPE_IDENTIFIER - Static variable in interface org.youscope.plugin.waitforuser.WaitForUserCallback
Type identifier of callback.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.waitforuser.WaitForUserJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.waitjob.ExecuteAndWaitJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.plugin.zslides.ZSlidesJobConfiguration
The identifier for this job type.
TYPE_IDENTIFIER - Static variable in class org.youscope.template.tool.TemplateTool
The type identifier is a unique ID of your tool.
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