Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Gui.Common"]
Class | Description | |
---|---|---|
AltaxoVariantController | ||
AscendingIntegerCollectionController | ||
ConditionalDocumentControllerTModel | ||
ConditionalDocumentControllerWithDisabledViewTModel | Controller that shows to documents: one document in the enabled state, which can be changed. And another document in the disabled state, which can not be changed. | |
ControlViewElement | ||
DialogShellController | Responsible for hosting another controller in a dialog. | |
EnumFlagController | Obsolete. | |
EquallySpacedIntervalController | Controller for an equally spaced interval. | |
IntegerAndComboBoxController | Summary description for IntegerAndComboBoxController. | |
IntegerValueInputController | ||
IntegerValueInputControllerZeroOrPositiveIntegerValidator | ||
ItemsControllerTItem | Helper class for list boxed and other item controls with single selection mode. | |
LengthValueInPointController | ||
MultiChildController | Controller for a set of child IMVCAControllers. | |
MultiChoiceController | Controller for the MultiChoiceList document type. | |
MultiChoiceList | Document class for the MultiChoiceController. | |
MultipleFilesController | ||
PropertyController | ||
RelationValueInUnityController | ||
SimpleImmutableObjectControllerTObject | Controller for simple immutable objects which have simple properties (double, string) and setter methods following the naming scheme WithPropertyName(propertyName). It is essential that the parameter name of the setter method is the same (but the first letter can be lower case) as the property name. You must subclass this controller and set a attribute at which classes can be controlled. | |
SingleChoiceController | Controller for a single value. This is a string here, but in derived classes, that can be anything that can be converted to and from a string. | |
SingleChoiceObject | ||
SingleChoiceObjectController | Summary description for SingleChoiceObjectController. | |
SingleInstanceChoice | ||
SingleInstanceChoiceController | Summary description for SingleInstanceChoiceController. | |
SingleValueController | Controller for a single value. This is a string here, but in derived classes, that can be anything that can be converted to and from a string. | |
TabbedElementController | Controls the ITabbedElementView. | |
TaskCancelController | Controls the background execution of a thread or a task. | |
TextChoice | Document class that bundles a text question with a predefined set of choices. | |
TextChoiceController | ||
TextValueInputController | ||
TextValueInputControllerNonEmptyStringValidator | Provides a validator that tests if the string entered is empty. | |
ValueInSomeUnitControllerBase | ||
ViewDescriptionElement |
Interface | Description | |
---|---|---|
IAltaxoVariantView | ||
IAscendingIntegerCollectionView | ||
IConditionalDocumentController | Interface for model in the view. | |
IConditionalDocumentView | ||
IDialogShellView | This interface is intended to provide a "shell" as a dialog which can host a user control. | |
IDimensionfulQuantityView | Interface to show a length value. The use can input the value in any unit, but for the interface the value must be transfered in units of point (1/72 inch). | |
IEnumFlagView | ||
IEquallySpacedIntervalView | ||
IFreeTextChoiceView | ||
IIntegerAndComboBoxView | ||
IMultiChildController | ||
IMultiChildView | ||
IMultiChoiceView | Gui view interface for use with the MultiChoiceController. | |
IMultipleFilesView | ||
IMVVMDragDropHandler | ||
IMVVMDragHandler | ||
IMVVMDropHandler | ||
IntegerValueInputControllerIIntegerValidator | Provides an interface to a validator to validates the user input | |
IPropertyView | ||
ISimpleImmutableObjectView | ||
ISingleChoiceObject | ||
ISingleChoiceView | This interface must be implemented by controls that allow to choose a single selection out of multiple values. | |
ISingleChoiceViewEventSink | ||
ISingleValueController | ||
ISingleValueView | ||
ITabbedElementController | ||
ITabbedElementView | This interface is intended to provide a "shell" as a dialog which can host a couple of user controls in tab pages. | |
ITabbedElementViewDC | Interface for a tabbed element view (data context aware). The controller must have a 'Tabs' property (of type SelectableListNodeList with items of type SelectableListNodeWithController, and a 'SelectedTab' property of any type (the type should match the type of the tags in SelectableListNodeWithController. | |
ITabbedElementViewEventSink | Interface to the TabbedDialogController. | |
ITypeAndInstanceController | ||
ITypeAndInstanceView | ||
TextValueInputControllerIStringValidator | Provides an interface to a validator to validates the user input |
Enumeration | Description | |
---|---|---|
DragDropRelativeInsertPosition | Designates the position relative to the target item in a drop operation. | |
TaskCancelControllerState |