Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
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... | |
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.
Convenience enumeration to avoid spelling errors.
Enumerator | |
---|---|
File | |
Folder | |
Disabled | |
AcqService | |
Checkbox | |
Combobox | |
Tray | |
TrayVial | |
Agitator | |
AgitatorVial | |
Injector | |
Tool | |
Autosampler |
Definition at line 49 of file ColumnType.cs.