Uses of Class
com._1c.g5.aef2.swt.views.SwtView
-
-
Uses of SwtView in com._1c.g5.aef2.standard.swt.views
Subclasses of SwtView in com._1c.g5.aef2.standard.swt.views Modifier and Type Class Description class
AbstractSwtSpinnerView<VM extends ControlViewModel>
Abstract parent for swt views for spinners.class
SwtBigDecimalSpinnerView
The SWT spinner view for big decimals.class
SwtButtonView
The SWT button view.class
SwtCheckableLabelView<VM extends CheckableLabelViewModel>
The SWT checkable label view.class
SwtCheckBoxView
The SWT checkbox view.class
SwtComboView
The SWT combo view.class
SwtCompositeView
The SWT composite view.class
SwtDoubleSpinnerView
The SWT spinner view for doubles.class
SwtImageButtonView
The SWT image button view.class
SwtLabelView
SWT label view.class
SwtLinkView
SWT link view.class
SwtLongSpinnerView
The SWT spinner view for long values.class
SwtRadioGroupView
The SWT radio group view.class
SwtScrolledCompositeView
The SWT scrolled composite view.class
SwtSectionView
The SWTSection
view.class
SwtSeparatorView
The SWT separator view.class
SwtSpinnerView
The SWT spinner view.class
SwtStandardView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control>
Base class for SWT-based standard views.class
SwtTextView
The SWT text view. -
Uses of SwtView in com._1c.g5.properties.ui.views
Subclasses of SwtView in com._1c.g5.properties.ui.views Modifier and Type Class Description class
SwtPropertiesScrolledCompositeView
The SWT scrolled composite view. -
Uses of SwtView in com._1c.g5.v8.dt.form.ui.aef.swt.views
Subclasses of SwtView in com._1c.g5.v8.dt.form.ui.aef.swt.views Modifier and Type Class Description class
SwtConditionalAppearanceView
SWT conditional appearance view. -
Uses of SwtView in com._1c.g5.v8.dt.md.ui.aef.swt.views
Subclasses of SwtView in com._1c.g5.v8.dt.md.ui.aef.swt.views Modifier and Type Class Description class
SwtDateValueView
The SWT view forDateValueControlViewModel
.class
SwtNumberValueView
The SWT view forNumberValueControlViewModel
.class
SwtPredefinedItemCodeView
PredefinedItem
code SWT view. -
Uses of SwtView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Subclasses of SwtView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration Modifier and Type Class Description class
ConfigurationStandaloneContentSwtTreeView
SWT tree view for the configuration standalone content. -
Uses of SwtView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Subclasses of SwtView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange Modifier and Type Class Description class
DataExchangeSwtTableView
SWT table view for the data exchange. -
Uses of SwtView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Subclasses of SwtView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan Modifier and Type Class Description class
ExchangePlanContentSwtTreeView
SWT tree view for the exchange plan content. -
Uses of SwtView in com._1c.g5.v8.dt.md.ui.extension.aef.views
Subclasses of SwtView in com._1c.g5.v8.dt.md.ui.extension.aef.views Modifier and Type Class Description class
SwtMdPropertyStateView
SWT view for property state label UI control. -
Uses of SwtView in com._1c.g5.v8.dt.md.ui.properties.views
Subclasses of SwtView in com._1c.g5.v8.dt.md.ui.properties.views Modifier and Type Class Description class
SwtPropertiesScrolledCompositeView
The SWT scrolled composite view. -
Uses of SwtView in com._1c.g5.v8.dt.ui.aef.lwt.views
Classes in com._1c.g5.v8.dt.ui.aef.lwt.views with type parameters of type SwtView Modifier and Type Class Description class
LwtWrapperView<V extends SwtView<VM,NC>,VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control>
The LWT wrapper view forSwtView
. -
Uses of SwtView in com._1c.g5.v8.dt.ui.aef.swt.views
Subclasses of SwtView in com._1c.g5.v8.dt.ui.aef.swt.views Modifier and Type Class Description class
AbstractDtEditorBarView<VM extends SelectViewModel,NC extends org.eclipse.swt.widgets.Control>
The SWT view basic for views that representsActionBar
with arbitrary editor at the left side.class
AbstractDtSelectView<VM extends SelectViewModel,NC extends org.eclipse.swt.widgets.Composite>
Base class for controls with feasible buttons in action bar.class
DtActionBarView
The DT action bar view for displaying the value (or values) in the text control.class
DtColorActionBarView
The SWTDtActionBarView
implementation with an ability to show image at the left side of text box.class
DtComboSelectView
The DT combo view with opportunity to specify a set of buttons that should be displayed.class
DtEditableComboView
The DT combo view with opportunity to specify a set of buttons that should be displayed.class
DtLabelView
class
DtPictureView
View for picture displaying.class
DtTableView
The DT table view with optional search box.class
DtTreeView
The DT tree view with optional search box.class
ShortcutView
The SWT shortcut viewclass
SwtDateControlView
The SWT view forDateControlViewModel
.class
SwtGanttChartScalingView
Specialized SWT view for gantt chart settings dialog.class
SwtNullableSpinnerView
SWT nullable spinner view.class
SwtTabFolderView
The SWT tab folder view.class
SwtTextPreviewView
The SWT text preview view.class
SwtToolBarView
The SWT toolbar view.
It works withToolBarViewModel
. -
Uses of SwtView in com._1c.g5.v8.dt.ui.aef.swt.views.grid
Subclasses of SwtView in com._1c.g5.v8.dt.ui.aef.swt.views.grid Modifier and Type Class Description class
SwtGridView
The SWT grid view.
Works withGridViewModel
and reflects it to Nebula grid control.
-