AbstractControlComponent<M extends IModel,P extends IParameterization,V extends ControlViewModel> |
The basic class for all control components.
|
BigDecimalSpinnerComponent |
Component for big decimal spinner.
|
ButtonComponent |
The button component.
|
CheckableLabelComponent<M,VM extends CheckableLabelViewModel> |
Checkable label component that shows lable and checkbox.
|
CheckBoxComponent |
The SWT checkbox component.
|
ComboComponent<T> |
The combo component.
|
ComboLabelComponent<M,VM extends ComboLabelViewModel> |
Combo label component that shows lable and picture expanded as combo.
|
CompositeComponent<M extends IModel,P extends IParameterization> |
The composite component.
|
ContainerComponent<M extends IModel,P extends IParameterization> |
The container component.
|
DialogComponent<M extends IModel,P extends IDialogParametrization> |
The dialog component.
|
DoubleSpinnerComponent |
Component for double spinner.
|
FieldComponent |
The field component with the label on the left and actual control on
the right.
|
ImageButtonComponent |
The image button component.
|
LabelComponent |
The label component.
|
LinkComponent<M extends IModel> |
The link component.
|
LongSpinnerComponent |
Component for long spinner.
|
RadioGroupComponent<T> |
The radio group component.
|
ScrolledCompositeComponent<M extends IModel,P extends IParameterization> |
The composite component which know how to scroll content.
|
SectionComponent |
The section component.
|
SeparatorComponent |
Separator component.
|
SpinnerComponent |
Component that manages the integer model as the one value of the allowed
value set.
|
StandardComponent<M extends IModel,P extends IParameterization> |
|
TextComponent |
The text component.
|