Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.Columns Namespace Reference

Interfaces for custom sample list column type definitions. These interfaces allow you to define new custom column types definitions which behave just like builtin types and let you define your own column context menus and editors for the sample list. More...

Classes

interface  IColumnMenu
 Provides a menu item title and the respective functionality. More...
 
interface  IColumnTypeDefinition
 Implement this interface on a class that defines a custom column that can be used just like a builtin Chronos column type in the method editor and from the sample list. More...
 
class  RecommendedColumnTypeAttribute
 Decorate a task property with this attribute to recommend a specific column type for the "convert to column" function. More...
 

Enumerations

enum  BuiltinColumnTypeName {
  File , Folder , Disabled , AcqService ,
  Checkbox , Combobox , Tray , TrayVial ,
  Agitator , AgitatorVial , Injector , Tool ,
  Autosampler
}
 Convenience enumeration to avoid spelling errors. More...
 

Detailed Description

Interfaces for custom sample list column type definitions. These interfaces allow you to define new custom column types definitions which behave just like builtin types and let you define your own column context menus and editors for the sample list.

Enumeration Type Documentation

◆ BuiltinColumnTypeName