Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
The classes in this namespace demonstrate how to define your own sample list column types. More...
Classes | |
class | CoffeeTypeColumn |
Just an example for freshly updated combobox entries. More... | |
class | ColumnHeaderMenu |
Just a general purpose column header menu. More... | |
class | CreamTypeColumn |
Simple case: Enum based column. Possible values are given in the StandardItems, custom editor is not used. More... | |
class | CreamTypeConverter |
Just provide a TypeConverter, and Chronos is happy. More... | |
class | DateColumn |
Example column type that allows to pick a date and time from a graphical editor. More... | |
class | MyDate |
Simple wrapper around DateTime that makes sure to always use the invariant culture. More... | |
class | MyDateConverter |
Just like the default converter, but always use the invariant culture and wraps/unwraps the "MyDate". More... | |
class | MyDateEditor |
Just unwrap and edit the inner DateTime. More... | |
The classes in this namespace demonstrate how to define your own sample list column types.