A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages

A

AbstractLightContentComposite<C extends ILightControl> - Class in com._1c.g5.lwt
 
AbstractLightContentComposite() - Constructor for class com._1c.g5.lwt.AbstractLightContentComposite
 
AbstractLightControl - Class in com._1c.g5.lwt
Base class for all of the light controls.
AbstractLightControl() - Constructor for class com._1c.g5.lwt.AbstractLightControl
 
AbstractLightItem<T> - Class in com._1c.g5.lwt
Base class for list/tree/table items.
AbstractLightItem(T, ILightControl) - Constructor for class com._1c.g5.lwt.AbstractLightItem
Constructor.
AbstractLightItem(T, ILightControl, StyledString, Image) - Constructor for class com._1c.g5.lwt.AbstractLightItem
Constructor.
AbstractLightScrollbar - Class in com._1c.g5.lwt.controls
 
AbstractLightScrollbar() - Constructor for class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
AbstractLightScrollbar.Orientation - Enum in com._1c.g5.lwt.controls
 
AbstractLightScrollbar.Part - Enum in com._1c.g5.lwt.controls
 
AbstractLightScrollbar.Part.State - Enum in com._1c.g5.lwt.controls
 
AbstractLightScrollbar.Sizes - Class in com._1c.g5.lwt.controls
 
AbstractLightSpinner<T extends Number & Comparable<T>> - Class in com._1c.g5.lwt.controls
Abstract parent for all spinners.
AbstractLightSpinner(boolean) - Constructor for class com._1c.g5.lwt.controls.AbstractLightSpinner
The constructor.
AbstractLightViewer<T> - Class in com._1c.g5.lwt.viewers
Instance of this class is support class for working with list/table/tree.
AbstractLightViewer(ILightControl, int, int) - Constructor for class com._1c.g5.lwt.viewers.AbstractLightViewer
Constuctor.
AbstractScrollableControl - Class in com._1c.g5.lwt.controls
Instance of this class represents scrollable control.
AbstractScrollableControl() - Constructor for class com._1c.g5.lwt.controls.AbstractScrollableControl
Constructor.
AbstractScrollableControl(int) - Constructor for class com._1c.g5.lwt.controls.AbstractScrollableControl
Constuctor.
addButton(LightImageButton) - Method in class com._1c.g5.lwt.controls.LightTextEditorBar
Adds button to editor bar buttons.
addButtonListener(IUpDownButtonListener) - Method in class com._1c.g5.lwt.controls.LightUpDownButton
Adds the button listener.
addChild(T) - Method in interface com._1c.g5.lwt.ILightComposite
Adds the child control to this composite.
addChild(T) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
Adds the native SWT control to this SWT light composite.
addChild(T) - Method in class com._1c.g5.lwt.LightComposite
 
addChild(T, int) - Method in interface com._1c.g5.lwt.ILightComposite
Adds the child control to this composite.
addChild(T, int) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
addChild(T, int) - Method in class com._1c.g5.lwt.interop.SwtLightScrolledComposite
 
addChild(T, int) - Method in class com._1c.g5.lwt.LightComposite
 
addChildAfter(T, ILightControl) - Method in interface com._1c.g5.lwt.ILightComposite
Adds the child control to this composite after the given sibling.
addChildAfter(T, ILightControl) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
addChildAfter(T, ILightControl) - Method in class com._1c.g5.lwt.LightComposite
 
addClickListener(IClickListener<LightImageButton>) - Method in class com._1c.g5.lwt.controls.LightImageButton
Adds the click listener.
addControlListener(ILightControlListener) - Method in class com._1c.g5.lwt.AbstractLightControl
 
addControlListener(ILightControlListener) - Method in interface com._1c.g5.lwt.ILightControl
Adds the control listener.
addControlListener(ILightControlListener) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
addFilter(ILightViewerFilter<T>) - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Adds filter to filter elements.
addItem(LightCombo.Item) - Method in class com._1c.g5.lwt.controls.LightCombo
Appends the item to this combo.
addItem(LightCombo.Item, int) - Method in class com._1c.g5.lwt.controls.LightCombo
Adds the item to this combo.
addItem(LightImageCombo.Item) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Appends the item to this combo.
addItem(LightImageCombo.Item, int) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Adds the item to this combo.
addItem(LightListItem<T>) - Method in class com._1c.g5.lwt.controls.LightList
Adds item to list.
addItem(LightListItem<T>, int) - Method in class com._1c.g5.lwt.controls.LightList
Inserts item to list at given position.
addItems(Collection<LightListItem<T>>) - Method in class com._1c.g5.lwt.controls.LightList
Adds items to list.
addItems(Collection<LightListItem<T>>, int) - Method in class com._1c.g5.lwt.controls.LightList
Adds items to list.
addLayerAbove(ILightComposite, ILightComposite) - Method in interface com._1c.g5.lwt.ILightComposite
 
addLayerAbove(ILightComposite, ILightComposite) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
addLayerAbove(ILightComposite, ILightComposite) - Method in class com._1c.g5.lwt.LightComposite
 
addLayerBehind(ILightComposite, ILightComposite) - Method in interface com._1c.g5.lwt.ILightComposite
 
addLayerBehind(ILightComposite, ILightComposite) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
addLayerBehind(ILightComposite, ILightComposite) - Method in class com._1c.g5.lwt.LightComposite
 
addPositionListener(IChangedListener<? extends AbstractLightScrollbar, Integer>) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
addScrollPositionListener(IChangedListener<? extends LightScrolledContentComposite<? extends C>, Point>) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
 
addSelectionIndexListener(IChangedListener<LightCombo, Integer>) - Method in class com._1c.g5.lwt.controls.LightCombo
Adds the selection index listener.
addSelectionIndexListener(IChangedListener<LightImageCombo, Integer>) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Adds the selection index listener.
addSelectionListener(ISelectionChangedListener<T>) - Method in class com._1c.g5.lwt.controls.LightList
Adds light list selection listener.
addStateChangedListener(IChangedListener<LightCheckbox, Boolean>) - Method in class com._1c.g5.lwt.controls.LightCheckbox
Adds the state changed listener.
addTextChangedListener(IChangedListener<LightLabel, String>) - Method in class com._1c.g5.lwt.controls.LightLabel
Adds the text changed listener.
addTextChangedListener(IChangedListener<LightText, String>) - Method in class com._1c.g5.lwt.controls.LightText
Adds the text changed listener.
addTextChangingListener(IChangingListener<LightText, String>) - Method in class com._1c.g5.lwt.controls.LightText
Adds the text changing listener.
addValueListener(IChangedListener<AbstractLightSpinner<T>, T>) - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Adds the value listener.
align(int, int) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Sets the alignment of the control within its cell.
AlwaysHidden - com._1c.g5.lwt.controls.LightScrolledContentComposite.NavigationVisibility
 
AlwaysVisible - com._1c.g5.lwt.controls.LightScrolledContentComposite.NavigationVisibility
 
applyTo(ILightControl) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Sets the layout data on the given control.
assertElementsNotNull(Object[]) - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
assertElementsNotNull(Object[]) - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
Auto - com._1c.g5.lwt.controls.LightScrolledContentComposite.NavigationVisibility
 

B

Beginning - com._1c.g5.lwt.controls.LightScrolledContentComposite.NavigationPlacement
 
BEGINNING - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Value for horizontalAlignment or verticalAlignment.
BeginningBackground - com._1c.g5.lwt.controls.AbstractLightScrollbar.Part
 
BeginningButton - com._1c.g5.lwt.controls.AbstractLightScrollbar.Part
 
BigDecimalLightSpinner - Class in com._1c.g5.lwt.controls
Light spinner control for big decimal values.
BigDecimalLightSpinner(boolean) - Constructor for class com._1c.g5.lwt.controls.BigDecimalLightSpinner
The constructor.
bottom - Variable in class com._1c.g5.lwt.LightMargins
The bottom margin.
bottomMargin - Variable in class com._1c.g5.lwt.layouts.LightColumnLayout
Bottom margin (default is 5).
buttonLength - Variable in class com._1c.g5.lwt.controls.AbstractLightScrollbar.Sizes
 

C

center - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
center specifies whether the controls in a row should be centered vertically in each cell for horizontal layouts, or centered horizontally in each cell for vertical layouts.
CENTER - Static variable in class com._1c.g5.lwt.layouts.LightColumnLayoutData
Horizontal alignment constant - control will be centered.
CENTER - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Value for horizontalAlignment or verticalAlignment.
changed(S, V) - Method in interface com._1c.g5.lwt.controls.IChangedListener
Invoked when source value has changed.
changing(S, V) - Method in interface com._1c.g5.lwt.controls.IChangingListener
Invoked when some source value is about to change.
CHILDREN_KEY - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
Key to override the default children.
clearFilters() - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Removes all filters from viewed control and renews it.
clearItems() - Method in class com._1c.g5.lwt.controls.LightList
Removes all items from list.
clearSelection() - Method in class com._1c.g5.lwt.controls.LightCombo
Clears text selection.
clearSelection() - Method in class com._1c.g5.lwt.controls.LightFormattedText
 
clearSelection() - Method in class com._1c.g5.lwt.controls.LightText
Clears the selection of this text box.
clicked(S) - Method in interface com._1c.g5.lwt.controls.IClickListener
Invoked when the source has been clicked.
close() - Method in class com._1c.g5.lwt.interop.LightPopup
Closes this pop-up.
closeAsync() - Method in class com._1c.g5.lwt.interop.LightPopup
Closes the popup asynchronously to prevent traversal event propagation (SWT bug workaround)
COLLAPSED_KEY - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
Key to mark the control as collapsed.
com._1c.g5.lwt - package com._1c.g5.lwt
 
com._1c.g5.lwt.controls - package com._1c.g5.lwt.controls
 
com._1c.g5.lwt.databinding - package com._1c.g5.lwt.databinding
 
com._1c.g5.lwt.interop - package com._1c.g5.lwt.interop
 
com._1c.g5.lwt.layouts - package com._1c.g5.lwt.layouts
 
com._1c.g5.lwt.viewers - package com._1c.g5.lwt.viewers
 
computeContentSize(GC) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
computeMaximumWidth(ILightComposite, GC, boolean) - Method in class com._1c.g5.lwt.layouts.LightColumnLayout
 
computeMinimumWidth(ILightComposite, GC, boolean) - Method in class com._1c.g5.lwt.layouts.LightColumnLayout
 
computeSize(ILightComposite, GC, int, int, boolean) - Method in interface com._1c.g5.lwt.layouts.ILightLayout
Computes the size of the given composite.
computeSize(ILightComposite, GC, int, int, boolean) - Method in class com._1c.g5.lwt.layouts.LightColumnLayout
 
computeSize(ILightComposite, GC, int, int, boolean) - Method in class com._1c.g5.lwt.layouts.LightRowLayout
 
computeSize(ILightComposite, GC, int, int, boolean) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
 
computeSize(GC, boolean) - Method in class com._1c.g5.lwt.AbstractLightItem
Computes item size.
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.AbstractLightControl
 
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.controls.LightCheckbox
 
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.controls.LightColorBox
 
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.controls.LightImage
 
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.controls.LightImageCombo
 
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.controls.LightLabel
 
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.controls.LightList
 
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.controls.LightSeparator
 
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.controls.LightText
 
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.controls.LightUpDownButton
 
computeSize(GC, int, int, boolean) - Method in interface com._1c.g5.lwt.ILightControl
Computes the size of this control.
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
computeSize(GC, int, int, boolean) - Method in class com._1c.g5.lwt.LightComposite
 
computeSize(Composite, int, int, boolean) - Method in class com._1c.g5.lwt.interop.SwtLightLayout
 
computeSizes(int, int) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
containsWidget(ILightControl, Widget) - Static method in class com._1c.g5.lwt.interop.SwtLightControl
Checks whether a light control contains an SWT widget.
contentSet(C) - Method in class com._1c.g5.lwt.AbstractLightContentComposite
 
contentSet(C) - Method in class com._1c.g5.lwt.controls.LightEditorBar
 
contentSet(ILightControl) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
contentUnset(C) - Method in class com._1c.g5.lwt.AbstractLightContentComposite
 
contentUnset(C) - Method in class com._1c.g5.lwt.controls.LightEditorBar
 
contentUnset(ILightControl) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
controlBoundsChanged(ILightControl) - Method in interface com._1c.g5.lwt.ILightControlListener
Invoked when the control bounds are changed.
controlBoundsChanged(ILightControl) - Method in class com._1c.g5.lwt.LightControlListener
 
controlDisposed(ILightControl) - Method in interface com._1c.g5.lwt.ILightControlListener
Invoked when the control is disposed.
controlDisposed(ILightControl) - Method in class com._1c.g5.lwt.LightControlListener
 
controlFromPoint(int, int) - Method in interface com._1c.g5.lwt.ILightComposite
Finds the control under the given point.
controlFromPoint(int, int) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
controlFromPoint(int, int) - Method in class com._1c.g5.lwt.LightComposite
 
convert(DelegatingStyledCellLabelProvider.IStyledLabelProvider) - Static method in class com._1c.g5.lwt.interop.LwtJFaceSupport
Converts given JFace label provider to LWT label provider.
convert(ILabelProvider) - Static method in class com._1c.g5.lwt.interop.LwtJFaceSupport
Converts given JFace label provider to LWT label provider.
convert(IStructuredContentProvider) - Static method in class com._1c.g5.lwt.interop.LwtJFaceSupport
Converts given JFace content provider to LWT content provider.
convert(ViewerFilter) - Static method in class com._1c.g5.lwt.interop.LwtJFaceSupport
Converts given JFace filter to LWT filter.
copy() - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Creates a copy of the receiver.
copyData(LightTwoColumnLayoutData) - Static method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Returns a copy of the given GridData
create() - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Creates a new GridData instance.
createBigDecimal(AbstractLightSpinner<BigDecimal>) - Static method in class com._1c.g5.lwt.databinding.LightSpinnerMaximumObservableValue
Creates a new light spinner maximum observable value for big decimal values.
createBigDecimal(AbstractLightSpinner<BigDecimal>) - Static method in class com._1c.g5.lwt.databinding.LightSpinnerMinimumObservableValue
Creates a new light spinner minimum observable value for big decimal values.
createBigDecimal(AbstractLightSpinner<BigDecimal>) - Static method in class com._1c.g5.lwt.databinding.LightSpinnerObservableValue
Creates a new light spinner observable value for big decimal values.
createDouble(AbstractLightSpinner<Double>) - Static method in class com._1c.g5.lwt.databinding.LightSpinnerMaximumObservableValue
Creates a new light spinner maximum observable value for double values.
createDouble(AbstractLightSpinner<Double>) - Static method in class com._1c.g5.lwt.databinding.LightSpinnerMinimumObservableValue
Creates a new light spinner minimum observable value for double values.
createDouble(AbstractLightSpinner<Double>) - Static method in class com._1c.g5.lwt.databinding.LightSpinnerObservableValue
Creates a new light spinner observable value for double values.
createFrom(LightTwoColumnLayoutData) - Static method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Creates a new GridDataFactory that creates copies of the given GridData by default.
createInteger(AbstractLightSpinner<Integer>) - Static method in class com._1c.g5.lwt.databinding.LightSpinnerMaximumObservableValue
Creates a new light spinner maximum observable value for integer values.
createInteger(AbstractLightSpinner<Integer>) - Static method in class com._1c.g5.lwt.databinding.LightSpinnerMinimumObservableValue
Creates a new light spinner minimum observable value for integer values.
createInteger(AbstractLightSpinner<Integer>) - Static method in class com._1c.g5.lwt.databinding.LightSpinnerObservableValue
Creates a new light spinner observable value for big decimal values.
createLong(AbstractLightSpinner<Long>) - Static method in class com._1c.g5.lwt.databinding.LightSpinnerMaximumObservableValue
Creates a new light spinner maximum observable value for long values.
createLong(AbstractLightSpinner<Long>) - Static method in class com._1c.g5.lwt.databinding.LightSpinnerMinimumObservableValue
Creates a new light spinner minimum observable value for long values.
createLong(AbstractLightSpinner<Long>) - Static method in class com._1c.g5.lwt.databinding.LightSpinnerObservableValue
Creates a new light spinner observable value for long values.
createOverlay(Composite) - Method in class com._1c.g5.lwt.controls.LightFormattedText
 
createOverlay(Composite) - Method in class com._1c.g5.lwt.controls.LightText
Creates overlay
crossSection - Variable in class com._1c.g5.lwt.controls.AbstractLightScrollbar.Sizes
 

D

deselectAll() - Method in class com._1c.g5.lwt.controls.LightCombo
Clears the item selection.
deselectAll() - Method in class com._1c.g5.lwt.controls.LightImageCombo
Clears the item selection.
deselectAll() - Method in class com._1c.g5.lwt.controls.LightList
Deselects all list items.
deselectItem(int) - Method in class com._1c.g5.lwt.controls.LightList
Deselects item with given index.
deselectItem(LightListItem<T>) - Method in class com._1c.g5.lwt.controls.LightList
Deselects given item.
deselectItems(Collection<LightListItem<T>>) - Method in class com._1c.g5.lwt.controls.LightList
Deselects given items.
deselectItemsByIndexes(Collection<Integer>) - Method in class com._1c.g5.lwt.controls.LightList
Deselects items with given indexes.
Disabled - com._1c.g5.lwt.controls.AbstractLightScrollbar.Part.State
 
disableGrayImage - Variable in class com._1c.g5.lwt.controls.LightImageCombo.Item
The disable gray item image.
disableImage - Variable in class com._1c.g5.lwt.controls.LightImageCombo.Item
The disable item image.
dispose() - Method in class com._1c.g5.lwt.AbstractLightControl
 
dispose() - Method in class com._1c.g5.lwt.controls.LightColorBoxEditorBar
Disposes this control.
dispose() - Method in class com._1c.g5.lwt.controls.LightImage
 
dispose() - Method in class com._1c.g5.lwt.controls.LightText
 
dispose() - Method in class com._1c.g5.lwt.databinding.LightCheckboxObservableValue
 
dispose() - Method in class com._1c.g5.lwt.databinding.LightLabelObservableValue
 
dispose() - Method in class com._1c.g5.lwt.databinding.LightSpinnerObservableValue
 
dispose() - Method in class com._1c.g5.lwt.databinding.LightTextObservableValue
 
dispose() - Method in interface com._1c.g5.lwt.ILightControl
Disposes this control.
dispose() - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
dispose() - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
dispose() - Method in class com._1c.g5.lwt.LightComposite
 
dispose() - Method in interface com._1c.g5.lwt.viewers.IContentProvider
Disposes of this content provider.
dispose() - Method in interface com._1c.g5.lwt.viewers.ILabelProvider
Disposes of this label provider.
disposed() - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
disposed() - Method in class com._1c.g5.lwt.interop.SwtLightControl
Invoked when the control is disposed from the SWT side.
doGetValue() - Method in class com._1c.g5.lwt.databinding.EditableObservableValue
 
doGetValue() - Method in class com._1c.g5.lwt.databinding.LightCheckboxObservableValue
 
doGetValue() - Method in class com._1c.g5.lwt.databinding.LightColorBoxEditorBarRgbObservableValue
 
doGetValue() - Method in class com._1c.g5.lwt.databinding.LightEditorBarImageObservableValue
 
doGetValue() - Method in class com._1c.g5.lwt.databinding.LightLabelObservableValue
 
doGetValue() - Method in class com._1c.g5.lwt.databinding.LightSpinnerMaximumObservableValue
 
doGetValue() - Method in class com._1c.g5.lwt.databinding.LightSpinnerMinimumObservableValue
 
doGetValue() - Method in class com._1c.g5.lwt.databinding.LightSpinnerObservableValue
 
doGetValue() - Method in class com._1c.g5.lwt.databinding.LightTextLimitObservable
 
doGetValue() - Method in class com._1c.g5.lwt.databinding.LightTextObservableValue
 
doGetValue() - Method in class com._1c.g5.lwt.databinding.LightTextReadOnlyObservableValue
Deprecated.
 
doSetValue(Boolean) - Method in class com._1c.g5.lwt.databinding.EditableObservableValue
 
doSetValue(Object) - Method in class com._1c.g5.lwt.databinding.LightCheckboxObservableValue
 
doSetValue(Object) - Method in class com._1c.g5.lwt.databinding.LightColorBoxEditorBarRgbObservableValue
 
doSetValue(Object) - Method in class com._1c.g5.lwt.databinding.LightEditorBarImageObservableValue
 
doSetValue(Object) - Method in class com._1c.g5.lwt.databinding.LightLabelObservableValue
 
doSetValue(Object) - Method in class com._1c.g5.lwt.databinding.LightSpinnerMaximumObservableValue
 
doSetValue(Object) - Method in class com._1c.g5.lwt.databinding.LightSpinnerMinimumObservableValue
 
doSetValue(Object) - Method in class com._1c.g5.lwt.databinding.LightSpinnerObservableValue
 
doSetValue(Object) - Method in class com._1c.g5.lwt.databinding.LightTextLimitObservable
 
doSetValue(Object) - Method in class com._1c.g5.lwt.databinding.LightTextObservableValue
 
doSetValue(Object) - Method in class com._1c.g5.lwt.databinding.LightTextReadOnlyObservableValue
Deprecated.
 
DoubleLightSpinner - Class in com._1c.g5.lwt.controls
Light spinner control for double values.
DoubleLightSpinner(boolean) - Constructor for class com._1c.g5.lwt.controls.DoubleLightSpinner
The constructor.
downButtonClicked(LightUpDownButton) - Method in interface com._1c.g5.lwt.controls.IUpDownButtonListener
Invoked on down button click.

E

EditableObservableValue - Class in com._1c.g5.lwt.databinding
An observable value for IEditable editable state.
EditableObservableValue(IEditable) - Constructor for class com._1c.g5.lwt.databinding.EditableObservableValue
Constructor.
EMPTY_STRING - Static variable in class com._1c.g5.lwt.controls.LightText
Empty string.
End - com._1c.g5.lwt.controls.LightScrolledContentComposite.NavigationPlacement
 
END - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Value for horizontalAlignment or verticalAlignment.
EndBackground - com._1c.g5.lwt.controls.AbstractLightScrollbar.Part
 
EndButton - com._1c.g5.lwt.controls.AbstractLightScrollbar.Part
 
eventReceived(ILightControl, Event) - Method in interface com._1c.g5.lwt.ILightControlListener
Invoked when the event received by the control.
eventReceived(ILightControl, Event) - Method in class com._1c.g5.lwt.LightControlListener
 
exclude - Variable in class com._1c.g5.lwt.layouts.LightRowLayoutData
exclude informs the layout to ignore this control when sizing and positioning controls.
exclude - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
exclude informs the layout to ignore this control when sizing and positioning controls.
exclude(boolean) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Instructs the GridLayout to ignore this control when performing layouts.

F

fill - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
fill specifies whether the controls in a row should be all the same height for horizontal layouts, or the same width for vertical layouts.
FILL - Static variable in class com._1c.g5.lwt.layouts.LightColumnLayoutData
Horizontal alignment constant - control will fill the column.
FILL - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Value for horizontalAlignment or verticalAlignment.
FILL_BOTH - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int) to resize the control to fill the cell horizontally and vertically and to fit the remaining horizontal and vertical space.
FILL_HORIZONTAL - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int) to resize the control to fill the cell horizontally and to fit the remaining horizontal space.
FILL_VERTICAL - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int) to resize the control to fill the cell vertically and to fit the remaining vertical space.
fillDefaults() - Static method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Creates a GridDataFactory initialized with defaults that will cause the control to fill its cell.
flushCache(ILightControl) - Method in interface com._1c.g5.lwt.layouts.ILightLayout
Flushes the layout cache for the given control.
flushCache(ILightControl) - Method in class com._1c.g5.lwt.layouts.LightColumnLayout
 
flushCache(ILightControl) - Method in class com._1c.g5.lwt.layouts.LightRowLayout
 
flushCache(ILightControl) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
 
flushCache(Control) - Method in class com._1c.g5.lwt.interop.SwtLightLayout
 
focusLost(FocusEvent) - Method in class com._1c.g5.lwt.controls.LightText.OverlayFocusListener
 
FocusSource - Enum in com._1c.g5.lwt
The source of the set focus request.
Forward - com._1c.g5.lwt.TraverseDirection
Traversal should be performed in the forward direction.

G

getActiveControl() - Method in interface com._1c.g5.lwt.ILightComposite
Gets the active child control of this composite.
getActiveControl() - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
getActiveControl() - Method in class com._1c.g5.lwt.LightComposite
 
getArrowButton() - Method in class com._1c.g5.lwt.controls.LightCombo
Gets the arrow button.
getBackgroundColor() - Method in class com._1c.g5.lwt.controls.LightCheckbox
Returns checkbox background color.
getBackgroundColor() - Method in class com._1c.g5.lwt.controls.LightEditorBar
Gets the background color.
getBackgroundColor() - Method in class com._1c.g5.lwt.controls.LightImageCombo
Returns image combo background color.
getBackgroundColor() - Method in class com._1c.g5.lwt.controls.LightList
Returns list background color.
getBorderColor() - Method in class com._1c.g5.lwt.controls.LightCheckbox
Returns checkbox border color.
getBorderColor() - Method in class com._1c.g5.lwt.controls.LightEditorBar
Gets the border color.
getBorderColor() - Method in class com._1c.g5.lwt.controls.LightImageCombo
Returns image combo border color.
getBounds() - Method in class com._1c.g5.lwt.AbstractLightControl
 
getBounds() - Method in interface com._1c.g5.lwt.ILightControl
Gets the bounds of this control.
getBounds() - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
getButtons() - Method in class com._1c.g5.lwt.controls.LightTextEditorBar
Returns editor bar buttons.
getCheckImage() - Method in class com._1c.g5.lwt.controls.LightCheckbox
Returns image to use when checkbox is checked.
getChildCount() - Method in interface com._1c.g5.lwt.ILightComposite
Gets the child count.
getChildCount() - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
getChildCount() - Method in class com._1c.g5.lwt.LightComposite
 
getChildren() - Method in interface com._1c.g5.lwt.ILightComposite
Gets the children.
getChildren() - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
getChildren() - Method in class com._1c.g5.lwt.LightComposite
 
getClientArea() - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Returns control bounds without scroll bars.
getColor() - Method in class com._1c.g5.lwt.controls.LightColorBox
Gets the displayed color.
getCombo() - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
getCombo() - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
getContent() - Method in class com._1c.g5.lwt.AbstractLightContentComposite
 
getContent() - Method in interface com._1c.g5.lwt.ILightContentComposite
 
getContentProvider() - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Returns content provider.
getContentSize() - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Returns size of control content.
getContentSize() - Method in class com._1c.g5.lwt.controls.LightList
 
getControl() - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Returns viewers control.
getControl() - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
getControl() - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
getControl() - Method in class com._1c.g5.lwt.viewers.LightListViewer
 
getCursor() - Method in class com._1c.g5.lwt.AbstractLightControl
 
getCursor() - Method in interface com._1c.g5.lwt.ILightControl
Gets the cursor of this control.
getCursor() - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
getCursor() - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
getData() - Method in class com._1c.g5.lwt.AbstractLightItem
Returns item data.
getData(String) - Method in class com._1c.g5.lwt.AbstractLightControl
 
getData(String) - Method in interface com._1c.g5.lwt.ILightControl
Gets the user defined data associated with this control.
getData(String) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
getDefaultMaximum() - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Gets the default maximum value.
getDefaultMaximum() - Method in class com._1c.g5.lwt.controls.BigDecimalLightSpinner
 
getDefaultMaximum() - Method in class com._1c.g5.lwt.controls.DoubleLightSpinner
 
getDefaultMaximum() - Method in class com._1c.g5.lwt.controls.LightSpinner
 
getDefaultMaximum() - Method in class com._1c.g5.lwt.controls.LongLightSpinner
 
getDefaultMinimum() - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Gets the default minimum value.
getDefaultMinimum() - Method in class com._1c.g5.lwt.controls.BigDecimalLightSpinner
 
getDefaultMinimum() - Method in class com._1c.g5.lwt.controls.DoubleLightSpinner
 
getDefaultMinimum() - Method in class com._1c.g5.lwt.controls.LightSpinner
 
getDefaultMinimum() - Method in class com._1c.g5.lwt.controls.LongLightSpinner
 
getDisabledCheckImage() - Method in class com._1c.g5.lwt.controls.LightCheckbox
Returns image to use when checkbox is checked and disabled.
getDisabledColor() - Method in class com._1c.g5.lwt.controls.LightColorBox
Returns disabled color.
getDisabledGrayedImage() - Method in class com._1c.g5.lwt.controls.LightCheckbox
Returns image to use when checkbox is grayed and disabled.
getDisabledImage() - Method in class com._1c.g5.lwt.controls.LightImage
Returns disabled image.
getDisableGrayImage(Object) - Method in interface com._1c.g5.lwt.viewers.IImageComboLabelProvider
Gets disable gray item image
getDisableImage(Object) - Method in interface com._1c.g5.lwt.viewers.IImageComboLabelProvider
Gets the disable item image
getDisplayText(boolean) - Method in class com._1c.g5.lwt.controls.LightText
Returns displayed text.
getElements(Object) - Method in interface com._1c.g5.lwt.viewers.IContentProvider
Returns elements to display in viewer.
getFilteredElements(List<T>, IProgressMonitor) - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Filters given elements using viewer filters.
getFilters() - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Returns viewer filters.
getFocusedItem() - Method in class com._1c.g5.lwt.controls.LightList
Returns focused item.
getFormatter() - Method in class com._1c.g5.lwt.controls.LightFormattedText
Returns formatter used to format text.
getGrayedImage() - Method in class com._1c.g5.lwt.controls.LightCheckbox
Returns image to use when checkbox is grayed.
getHeight() - Method in class com._1c.g5.lwt.LightMargins
Gets the total vertical margin height.
getHighlightMargins() - Method in class com._1c.g5.lwt.controls.LightImageButton
Returns the button highlight margins.
getHintText() - Method in class com._1c.g5.lwt.controls.LightText
Returns the hint text of the text.
getHorizontalNavigation() - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
getHorizontalNavigationVisibility() - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
getHostDisplay(ILightControl) - Static method in class com._1c.g5.lwt.interop.SwtLightControl
Obtains the hosting Display for the given control.
getHostSwtLightComposite(ILightControl) - Static method in class com._1c.g5.lwt.interop.SwtLightComposite
Obtains the hosting SwtLightComposite for the given light control.
getHostSwtLightControl(Widget) - Static method in class com._1c.g5.lwt.interop.SwtLightControl
Obtains the hosting SwtLightComposite for the given SWT widget.
getImage() - Method in class com._1c.g5.lwt.controls.LightEditorBar
Gets the image assigned to the left side area.
getImage() - Method in class com._1c.g5.lwt.controls.LightImage
Gets the displayed image.
getImage(T) - Method in interface com._1c.g5.lwt.viewers.ILabelProvider
Returns image for given element.
getImageLocation() - Method in class com._1c.g5.lwt.AbstractLightItem
Returns image location relatively to text.
getImageLocation() - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Returns items image location.
getImageOffset() - Method in class com._1c.g5.lwt.controls.LightImage
Returns image offset.
getInput() - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Returns viewer input.
getInvalidValue() - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Gets the invalid value.
getInvalidValue() - Method in class com._1c.g5.lwt.controls.BigDecimalLightSpinner
 
getInvalidValue() - Method in class com._1c.g5.lwt.controls.DoubleLightSpinner
 
getInvalidValue() - Method in class com._1c.g5.lwt.controls.LightSpinner
 
getInvalidValue() - Method in class com._1c.g5.lwt.controls.LongLightSpinner
 
getItemCount() - Method in class com._1c.g5.lwt.controls.LightCombo
Gets the item count.
getItemCount() - Method in class com._1c.g5.lwt.controls.LightImageCombo
Gets the item count.
getItems() - Method in class com._1c.g5.lwt.controls.LightList
Returns list items.
getItemsCount() - Method in class com._1c.g5.lwt.controls.LightList
Return list items count.
getLabelProvider() - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Returns label provider.
getLargeIncrement() - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
getLastNotifiedText() - Method in class com._1c.g5.lwt.controls.LightText
Returns last notified text.
getLayers() - Method in interface com._1c.g5.lwt.ILightComposite
 
getLayers() - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
getLayers() - Method in class com._1c.g5.lwt.LightComposite
 
getLayout() - Method in interface com._1c.g5.lwt.ILightComposite
Gets the layout of this composite.
getLayout() - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
getLayout() - Method in class com._1c.g5.lwt.LightComposite
 
getLayoutData() - Method in class com._1c.g5.lwt.AbstractLightControl
 
getLayoutData() - Method in interface com._1c.g5.lwt.ILightControl
Gets the layout data of this control.
getLayoutData() - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
getLeftSide() - Method in class com._1c.g5.lwt.controls.LightEditorBar
Gets the left side area.
getLineHeight() - Method in class com._1c.g5.lwt.controls.LightList
Returns line height.
getMainLayer() - Method in interface com._1c.g5.lwt.ILightComposite
 
getMaximum() - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Gets the maximum allowed value.
getMaximumPosition() - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
getMenu() - Method in class com._1c.g5.lwt.controls.LightList
Returns list menu.
getMinimum() - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Gets the minimum allowed value.
getMinimumPosition() - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
getOrientation() - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
getOverlay() - Method in class com._1c.g5.lwt.AbstractLightControl
Gets the overlay associated with this control.
getOverlaySource() - Method in class com._1c.g5.lwt.interop.SwtLightControl
Gets the overlay source if this control is an overlay.
getOverlayText() - Method in class com._1c.g5.lwt.controls.LightFormattedText
 
getOverlayText() - Method in class com._1c.g5.lwt.controls.LightText
Returns overlay text.
getOverlayTextControl() - Method in class com._1c.g5.lwt.controls.LightFormattedText
 
getOverlayTextControl() - Method in class com._1c.g5.lwt.controls.LightText
Returns overlay text control.
getPaddings() - Method in class com._1c.g5.lwt.controls.LightColorBox
Returns the array of integers (paddings) with lenght equal to 4 and values correspond to top, right, bottom, and left side of the control in direct order iteration.
getParent() - Method in class com._1c.g5.lwt.AbstractLightControl
 
getParent() - Method in class com._1c.g5.lwt.AbstractLightItem
Returns parent control.
getParent() - Method in class com._1c.g5.lwt.controls.LightListItem
 
getParent() - Method in interface com._1c.g5.lwt.ILightControl
Gets the parent of this control.
getParent() - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
getPosition() - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
getRenewJobName() - Method in class com._1c.g5.lwt.viewers.LightListViewer
Returns renew job name.
getRgb() - Method in class com._1c.g5.lwt.controls.LightColorBoxEditorBar
Returns current displaying color presented by RGB instance.
getRightSide() - Method in class com._1c.g5.lwt.controls.LightEditorBar
Gets the right side area.
getScrollerScaleRange() - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
getScrollPosition() - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Returns scroll position.
getScrollPosition() - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
getScrollRange() - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Returns scroll range.
getScrollRange() - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
getScrollsStyle() - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Returns scrolls style.
getSelectedItems() - Method in class com._1c.g5.lwt.controls.LightList
Returns selected items.
getSelection() - Method in class com._1c.g5.lwt.controls.LightList
Returns indexes of selected items.
getSelection() - Method in class com._1c.g5.lwt.viewers.LightListViewer
 
getSelectionIndex() - Method in class com._1c.g5.lwt.controls.LightCombo
Gets the selection index.
getSelectionIndex() - Method in class com._1c.g5.lwt.controls.LightImageCombo
Gets the selection index.
getSmallIncrement() - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
getSorter() - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Returns sorter used to sort items.
getStyledText(T) - Method in interface com._1c.g5.lwt.viewers.IStyledLabelProvider
Returns styled text for given element.
getSwtComposite() - Method in class com._1c.g5.lwt.interop.SwtLightComposite
Gets the associated SWT composite.
getSwtComposite() - Method in class com._1c.g5.lwt.interop.SwtLightScrolledComposite
 
getSwtControl() - Method in class com._1c.g5.lwt.interop.SwtLightControl
Gets the associated native SWT control.
getSwtLightComposite(Widget) - Static method in class com._1c.g5.lwt.interop.SwtLightComposite
Obtains the SwtLightComposite for a given widget.
getSwtLightControl(Widget) - Static method in class com._1c.g5.lwt.interop.SwtLightControl
Obtains the SwtLightControl for a given widget.
getText() - Method in class com._1c.g5.lwt.AbstractLightItem
Returns item text.
getText() - Method in class com._1c.g5.lwt.controls.LightCheckbox
Returns checkbox text.
getText() - Method in class com._1c.g5.lwt.controls.LightImageCombo
Returns image combo text.
getText() - Method in class com._1c.g5.lwt.controls.LightLabel
Gets the display text.
getText() - Method in class com._1c.g5.lwt.controls.LightText
Gets the current text value.
getText(T) - Method in interface com._1c.g5.lwt.viewers.ILabelProvider
Returns text for given element.
getText(T) - Method in interface com._1c.g5.lwt.viewers.IStyledLabelProvider
Not supported method in IStyledLabelProvider.
getTextLimit() - Method in class com._1c.g5.lwt.controls.LightFormattedText
 
getTextLimit() - Method in class com._1c.g5.lwt.controls.LightText
Returns the maximum number of characters that the light text control is capable of holding.
getTextLocation() - Method in class com._1c.g5.lwt.AbstractLightItem
Returns text location.
getTextLocation() - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Returns items text location.
getTooltip() - Method in class com._1c.g5.lwt.AbstractLightControl
 
getTooltip() - Method in interface com._1c.g5.lwt.ILightControl
Gets the tooltip of this control.
getTooltip() - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
getValue() - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Gets the value of this spinner.
getValueType() - Method in class com._1c.g5.lwt.databinding.EditableObservableValue
 
getValueType() - Method in class com._1c.g5.lwt.databinding.LightCheckboxObservableValue
 
getValueType() - Method in class com._1c.g5.lwt.databinding.LightColorBoxEditorBarRgbObservableValue
 
getValueType() - Method in class com._1c.g5.lwt.databinding.LightEditorBarImageObservableValue
 
getValueType() - Method in class com._1c.g5.lwt.databinding.LightLabelObservableValue
 
getValueType() - Method in class com._1c.g5.lwt.databinding.LightTextLimitObservable
 
getValueType() - Method in class com._1c.g5.lwt.databinding.LightTextObservableValue
 
getValueType() - Method in class com._1c.g5.lwt.databinding.LightTextReadOnlyObservableValue
Deprecated.
 
getVerifyPattern() - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Gets the verify pattern for value.
getVerifyPattern() - Method in class com._1c.g5.lwt.controls.BigDecimalLightSpinner
 
getVerifyPattern() - Method in class com._1c.g5.lwt.controls.DoubleLightSpinner
 
getVerifyPattern() - Method in class com._1c.g5.lwt.controls.LightSpinner
 
getVerifyPattern() - Method in class com._1c.g5.lwt.controls.LongLightSpinner
 
getVerticalNavigation() - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
getVerticalNavigationVisibility() - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
getViewportBounds() - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Returns viewport bounds.
getViewportBounds() - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
getVisibleBounds() - Method in class com._1c.g5.lwt.AbstractLightControl
 
getVisibleBounds() - Method in interface com._1c.g5.lwt.ILightControl
 
getVisibleBounds() - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
getVisibleLineCount() - Method in class com._1c.g5.lwt.controls.LightFormattedText
 
getVisibleLineCount() - Method in class com._1c.g5.lwt.controls.LightText
Gets the visible line count.
getWidth() - Method in class com._1c.g5.lwt.LightMargins
Gets the total horizontal margin width.
grab(boolean, boolean) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Determines whether extra horizontal or vertical space should be allocated to this control's column when the layout resizes.
GRAB_HORIZONTAL - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int) to resize the control to fit the remaining horizontal space.
GRAB_VERTICAL - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int) to resize the control to fit the remaining vertical space.
grabExcessHorizontalSpace - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
grabExcessHorizontalSpace specifies whether the width of the cell changes depending on the size of the parent Composite.
grabExcessVerticalSpace - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
grabExcessVerticalSpace specifies whether the height of the cell changes depending on the size of the parent Composite.

H

handleEvent(Event) - Method in class com._1c.g5.lwt.AbstractLightControl
 
handleEvent(Event) - Method in class com._1c.g5.lwt.AbstractLightItem
Processes swt event.
handleEvent(Event) - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
 
handleEvent(Event) - Method in class com._1c.g5.lwt.controls.LightCheckbox
 
handleEvent(Event) - Method in class com._1c.g5.lwt.controls.LightImageButton
 
handleEvent(Event) - Method in class com._1c.g5.lwt.controls.LightImageCombo
 
handleEvent(Event) - Method in class com._1c.g5.lwt.controls.LightListItem
 
handleEvent(Event) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
handleEvent(Event) - Method in class com._1c.g5.lwt.controls.LightText
 
handleEvent(Event) - Method in class com._1c.g5.lwt.controls.LightText.OverlayKeyListener
 
handleEvent(Event) - Method in interface com._1c.g5.lwt.ILightControl
Handles the SWT event, SWT events are pumped to this method if this control is active.
handleEvent(Event) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
handleEvent(Event) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
handleTranslatedEvent(Event) - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Process event with translated coordinates.
handleTranslatedEvent(Event) - Method in class com._1c.g5.lwt.controls.LightList
 
height - Variable in class com._1c.g5.lwt.layouts.LightRowLayoutData
height specifies the preferred height in pixels.
heightHint - Variable in class com._1c.g5.lwt.layouts.LightColumnLayoutData
Height hint that will be used instead of the computed control height when used in conjunction with ColumnLayout class (default is SWT.DEFAULT).
heightHint - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
heightHint specifies the preferred height in pixels.
hide() - Method in class com._1c.g5.lwt.controls.LightControlDecoration
Hides this decoration.
hint(int, int) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Sets the width and height hints.
hint(Point) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Sets the width and height hints.
Horizontal - com._1c.g5.lwt.controls.AbstractLightScrollbar.Orientation
 
Horizontal - com._1c.g5.lwt.controls.LightSeparator.Orientation
Horizontal orientation.
HORIZONTAL_ALIGN_BEGINNING - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int) to position the control at the left of the cell.
HORIZONTAL_ALIGN_CENTER - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int) to position the control in the horizontal center of the cell.
HORIZONTAL_ALIGN_END - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int) to position the control at the right of the cell.
HORIZONTAL_ALIGN_FILL - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int) to resize the control to fill the cell horizontally.
horizontalAlignment - Variable in class com._1c.g5.lwt.layouts.LightColumnLayoutData
Horizontal alignment variable (default is FILL).
horizontalAlignment - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
horizontalAlignment specifies how controls will be positioned horizontally within a cell.
horizontalIndent - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
horizontalIndent specifies the number of pixels of indentation that will be placed along the left side of the cell.
horizontalSpacing - Variable in class com._1c.g5.lwt.layouts.LightColumnLayout
Horizontal spacing between columns (default is 5).
horizontalSpacing - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
horizontalSpacing specifies the number of pixels between the right edge of one cell and the left edge of its neighbouring cell to the right.
horizontalSpan - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
horizontalSpan specifies the number of column cells that the control will take up.
Hot - com._1c.g5.lwt.controls.AbstractLightScrollbar.Part.State
 

I

IChangedListener<S,​V> - Interface in com._1c.g5.lwt.controls
Post-change listener contract.
IChangingListener<S,​V> - Interface in com._1c.g5.lwt.controls
Pre-change listener contract.
IClickListener<S> - Interface in com._1c.g5.lwt.controls
Click listener contract.
IContentProvider<T> - Interface in com._1c.g5.lwt.viewers
A content provider for viewers.
IEditable - Interface in com._1c.g5.lwt
Instances of this class can be editable or not editable.
IImageComboLabelProvider - Interface in com._1c.g5.lwt.viewers
Extension for LabelProvider for LightImageComboViewer.
ILabelProvider<T> - Interface in com._1c.g5.lwt.viewers
A label provider for viewers.
ILightComposite - Interface in com._1c.g5.lwt
Public contract of the light composite controls.
ILightContentComposite<C extends ILightControl> - Interface in com._1c.g5.lwt
 
ILightControl - Interface in com._1c.g5.lwt
Public contract of light controls.
ILightControlListener - Interface in com._1c.g5.lwt
Public contract of light control listeners.
ILightLayout - Interface in com._1c.g5.lwt.layouts
The light controls twin of SWT Layout.
ILightLayoutData - Interface in com._1c.g5.lwt.layouts
The marker interface for light layout datas, so we can easily find them.
ILightViewerFilter<T> - Interface in com._1c.g5.lwt.viewers
Instance of this class can be used as filter for light viewers.
image - Variable in class com._1c.g5.lwt.controls.LightCombo.Item
The item image.
indent(int, int) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Sets the indent of the control within the cell.
indent(Point) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Sets the indent of the control within the cell.
initialize(Object) - Method in interface com._1c.g5.lwt.ILightControl
Called to initialize the control.
insert(Object, int) - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
insert(Object, int) - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
invalidate() - Method in class com._1c.g5.lwt.AbstractLightControl
 
invalidate() - Method in interface com._1c.g5.lwt.ILightControl
Invalidates the bounds of this control.
invalidate() - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
invalidate(LightListItem<T>) - Method in class com._1c.g5.lwt.controls.LightList
Invalidates given list item.
invalidate(Rectangle) - Method in class com._1c.g5.lwt.AbstractLightControl
 
invalidate(Rectangle) - Method in interface com._1c.g5.lwt.ILightControl
Invalidates the given rectangle of this control.
invalidate(Rectangle) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
isBorderVisible() - Method in class com._1c.g5.lwt.controls.LightText
Checks if the border is visible.
isCalculateSubText() - Method in class com._1c.g5.lwt.AbstractLightItem
Returns true if sub text calculation enabled.
isChecked() - Method in class com._1c.g5.lwt.controls.LightCheckbox
This checkbox check state.
isDesignMode() - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
isDisposed() - Method in class com._1c.g5.lwt.AbstractLightControl
 
isDisposed() - Method in interface com._1c.g5.lwt.ILightControl
Checks if control this is disposed.
isDisposed() - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
isEditable() - Method in class com._1c.g5.lwt.controls.LightCheckbox
 
isEditable() - Method in class com._1c.g5.lwt.controls.LightEditorBar
 
isEditable() - Method in class com._1c.g5.lwt.controls.LightImageCombo
 
isEditable() - Method in class com._1c.g5.lwt.controls.LightText
 
isEditable() - Method in interface com._1c.g5.lwt.IEditable
Returns control editable state.
ISelectionChangedListener<T> - Interface in com._1c.g5.lwt.controls
Instance of this class listens for selection change.
isEnabled() - Method in class com._1c.g5.lwt.AbstractLightControl
 
isEnabled() - Method in interface com._1c.g5.lwt.ILightControl
Checks if this is enabled.
isEnabled() - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
isFocused() - Method in class com._1c.g5.lwt.AbstractLightControl
 
isFocused() - Method in interface com._1c.g5.lwt.ILightControl
Checks if this control is focused.
isFocused() - Method in class com._1c.g5.lwt.interop.LightPopup
 
isFocused() - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
isGrayed() - Method in class com._1c.g5.lwt.controls.LightCheckbox
This checkbox grayed state.
isGrayed() - Method in class com._1c.g5.lwt.controls.LightImageCombo
This image combo grayed state.
isHorizontalStretch() - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
isLiveEditing() - Method in class com._1c.g5.lwt.controls.LightText
Checks if this text is in live editing mode or not.
isMultiline() - Method in class com._1c.g5.lwt.controls.LightFormattedText
 
isMultiline() - Method in class com._1c.g5.lwt.controls.LightText
Checks if this text is multiline.
isNavigationControl(ILightControl) - Static method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
isPasswordMode() - Method in class com._1c.g5.lwt.controls.LightFormattedText
 
isPasswordMode() - Method in class com._1c.g5.lwt.controls.LightText
Checks whether password mode is on or off.
isPreserveSelection() - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Returns true if selection will be preserved on renew.
isQuickSearchAllowed() - Method in class com._1c.g5.lwt.controls.LightCombo
Returns true if quicksearch is allowed.
isReadOnly() - Method in class com._1c.g5.lwt.controls.LightText
Deprecated.
isSelected() - Method in class com._1c.g5.lwt.AbstractLightItem
Returns true if item is selected.
isSelected(int) - Method in class com._1c.g5.lwt.controls.LightList
Returns true if item with given index is selected.
isSelected(LightListItem<T>) - Method in class com._1c.g5.lwt.controls.LightList
Returns true if given item is selected.
isTextEditable() - Method in class com._1c.g5.lwt.controls.LightTextEditorBar
Returns true if editor bar text is editable.
IStyledLabelProvider<T> - Interface in com._1c.g5.lwt.viewers
Extension of ILabelProvider.
isVerticalStretch() - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
isVisible() - Method in class com._1c.g5.lwt.AbstractLightControl
 
isVisible() - Method in interface com._1c.g5.lwt.ILightControl
Checks if this control is visible.
isVisible() - Method in class com._1c.g5.lwt.interop.LightPopup
Checks if this pop-up is visible or not.
isVisible() - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
Item(String, Image) - Constructor for class com._1c.g5.lwt.controls.LightCombo.Item
Instantiates a new combo item.
Item(String, Image, Image) - Constructor for class com._1c.g5.lwt.controls.LightImageCombo.Item
Instantiates a new combo image item.
Item(String, Image, Image, Image) - Constructor for class com._1c.g5.lwt.controls.LightImageCombo.Item
Instantiates a new combo image item.
IUpDownButtonListener - Interface in com._1c.g5.lwt.controls
Listener for the LightUpDownButton.

J

justify - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
justify specifies whether the controls in a row should be fully justified, with any extra space placed between the controls.

K

Keyboard - com._1c.g5.lwt.FocusSource
Focus requested as result of the keyboard activity.
keyTraversed(TraverseEvent) - Method in class com._1c.g5.lwt.controls.LightText.OverlayTraverseListener
 

L

label - Variable in class com._1c.g5.lwt.controls.LightCombo.Item
The item label.
layout() - Method in class com._1c.g5.lwt.LightComposite
 
layout(ILightComposite, GC, boolean) - Method in interface com._1c.g5.lwt.layouts.ILightLayout
Layouts the given composite.
layout(ILightComposite, GC, boolean) - Method in class com._1c.g5.lwt.layouts.LightColumnLayout
 
layout(ILightComposite, GC, boolean) - Method in class com._1c.g5.lwt.layouts.LightRowLayout
 
layout(ILightComposite, GC, boolean) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
 
layout(GC) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
layout(GC) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
layout(GC) - Method in class com._1c.g5.lwt.controls.LightUpDownButton
 
layout(GC) - Method in interface com._1c.g5.lwt.ILightComposite
Layouts this composite using its layout, if any.
layout(GC) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
layout(GC) - Method in class com._1c.g5.lwt.LightComposite
 
layout(Composite, boolean) - Method in class com._1c.g5.lwt.interop.SwtLightLayout
 
left - Variable in class com._1c.g5.lwt.LightMargins
The left margin.
LEFT - Static variable in class com._1c.g5.lwt.layouts.LightColumnLayoutData
Horizontal alignment constant - control will be aligned to the left.
LEFT_BUTTON - Static variable in class com._1c.g5.lwt.Lwt
Indicates left mouse button in SWT.MOUSE_DOWN/UP events.
leftMargin - Variable in class com._1c.g5.lwt.layouts.LightColumnLayout
Left margin (default is 5).
length - Variable in class com._1c.g5.lwt.controls.AbstractLightScrollbar.Sizes
 
LightCheckbox - Class in com._1c.g5.lwt.controls
Light checkbox control.
LightCheckbox() - Constructor for class com._1c.g5.lwt.controls.LightCheckbox
Instantiates a new light checkbox.
LightCheckboxObservableValue - Class in com._1c.g5.lwt.databinding
Light checkbox check state observable to support the data binding.
LightCheckboxObservableValue(LightCheckbox) - Constructor for class com._1c.g5.lwt.databinding.LightCheckboxObservableValue
Instantiates a new light checkbox observable value.
LightColorBox - Class in com._1c.g5.lwt.controls
Light color box control that allows to display the given Color as a box with filled background color.
LightColorBox() - Constructor for class com._1c.g5.lwt.controls.LightColorBox
 
LightColorBoxEditorBar<C extends ILightControl> - Class in com._1c.g5.lwt.controls
The LightEditorBar implementation with ability to show given color at the left side.
LightColorBoxEditorBar() - Constructor for class com._1c.g5.lwt.controls.LightColorBoxEditorBar
 
LightColorBoxEditorBarRgbObservableValue - Class in com._1c.g5.lwt.databinding
Read only light editor bar color image value observable.
LightColorBoxEditorBarRgbObservableValue(LightColorBoxEditorBar<?>) - Constructor for class com._1c.g5.lwt.databinding.LightColorBoxEditorBarRgbObservableValue
Instantiates a new observable value.
LightColumnLayout - Class in com._1c.g5.lwt.layouts
This layout manager arranges children of the composite parent in vertical columns.
LightColumnLayout() - Constructor for class com._1c.g5.lwt.layouts.LightColumnLayout
Creates a new instance of the column layout.
LightColumnLayoutData - Class in com._1c.g5.lwt.layouts
This class is used to store layout data for the ColumnLayout class.
LightColumnLayoutData() - Constructor for class com._1c.g5.lwt.layouts.LightColumnLayoutData
The default constructor.
LightColumnLayoutData(int) - Constructor for class com._1c.g5.lwt.layouts.LightColumnLayoutData
Convinience constructor for the class.
LightColumnLayoutData(int, int) - Constructor for class com._1c.g5.lwt.layouts.LightColumnLayoutData
Convinience constructor for the class.
LightCombo - Class in com._1c.g5.lwt.controls
Light combo control.
LightCombo() - Constructor for class com._1c.g5.lwt.controls.LightCombo
The default constructor without quick search.
LightCombo(boolean) - Constructor for class com._1c.g5.lwt.controls.LightCombo
Instantiates a new light combo.
LightCombo(boolean, boolean) - Constructor for class com._1c.g5.lwt.controls.LightCombo
Instantiates a new light combo.
LightCombo.Item - Class in com._1c.g5.lwt.controls
Combo item description.
LightComboViewer - Class in com._1c.g5.lwt.viewers
The viewer for the LightCombo.
LightComboViewer(LightCombo) - Constructor for class com._1c.g5.lwt.viewers.LightComboViewer
Instantiates a new light combo viewer.
LightComposite - Class in com._1c.g5.lwt
Default implementation of ILightComposite.
LightComposite() - Constructor for class com._1c.g5.lwt.LightComposite
 
LightControlDecoration - Class in com._1c.g5.lwt.controls
Light control decoration – a simplified version of ControlDecoration.
LightControlDecoration(ILightControl) - Constructor for class com._1c.g5.lwt.controls.LightControlDecoration
Instantiates a new light control decoration.
LightControlListener - Class in com._1c.g5.lwt
Convenience implementation of ILightControlListener.
LightControlListener() - Constructor for class com._1c.g5.lwt.LightControlListener
 
LightEditorBar<C extends ILightControl> - Class in com._1c.g5.lwt.controls
Base class for constructing editor-like controls.
LightEditorBar() - Constructor for class com._1c.g5.lwt.controls.LightEditorBar
Instantiates a new light editor bar.
LightEditorBarImageObservableValue - Class in com._1c.g5.lwt.databinding
Read only light editor bar with observable left-side image.
LightEditorBarImageObservableValue(LightEditorBar<?>) - Constructor for class com._1c.g5.lwt.databinding.LightEditorBarImageObservableValue
Instantiates a new observable value of left-side image of light editor bar.
LightFormattedText - Class in com._1c.g5.lwt.controls
Light formatted text control.
LightFormattedText() - Constructor for class com._1c.g5.lwt.controls.LightFormattedText
Default constructor.
LightFormattedText(ITextFormatter) - Constructor for class com._1c.g5.lwt.controls.LightFormattedText
Constructor.
LightImage - Class in com._1c.g5.lwt.controls
Light image control, displays the image.
LightImage() - Constructor for class com._1c.g5.lwt.controls.LightImage
 
LightImageButton - Class in com._1c.g5.lwt.controls
Light image button – a button with an image.
LightImageButton() - Constructor for class com._1c.g5.lwt.controls.LightImageButton
 
LightImageCombo - Class in com._1c.g5.lwt.controls
Special Combo with constant label.
LightImageCombo() - Constructor for class com._1c.g5.lwt.controls.LightImageCombo
Instantiates a new light image combo.
LightImageCombo.Item - Class in com._1c.g5.lwt.controls
Combo image item description.
LightImageComboViewer - Class in com._1c.g5.lwt.viewers
The viewer for the LightImageCombo.
LightImageComboViewer(LightImageCombo) - Constructor for class com._1c.g5.lwt.viewers.LightImageComboViewer
Instantiates a new light image combo viewer.
LightLabel - Class in com._1c.g5.lwt.controls
Light label.
LightLabel() - Constructor for class com._1c.g5.lwt.controls.LightLabel
 
LightLabelObservableValue - Class in com._1c.g5.lwt.databinding
Light label text value observable.
LightLabelObservableValue(LightLabel) - Constructor for class com._1c.g5.lwt.databinding.LightLabelObservableValue
Instantiates a new light label observable value.
LightList<T> - Class in com._1c.g5.lwt.controls
Instance of this class represents list.
LightList() - Constructor for class com._1c.g5.lwt.controls.LightList
Constructs light list with SWT.MULTI selection style, SWT.VERTICAL scroll bars style and border.
LightList(int) - Constructor for class com._1c.g5.lwt.controls.LightList
Constructor.
LightListItem<T> - Class in com._1c.g5.lwt.controls
Light list implementation of AbstractLightItem.
LightListItem(T, LightList<T>) - Constructor for class com._1c.g5.lwt.controls.LightListItem
Constructor.
LightListItem(T, LightList<T>, StyledString, Image) - Constructor for class com._1c.g5.lwt.controls.LightListItem
Constructor.
LightListViewer<T> - Class in com._1c.g5.lwt.viewers
Implementation of AbstractLightViewer for LightList.
LightListViewer(ILightComposite) - Constructor for class com._1c.g5.lwt.viewers.LightListViewer
Constructor.
LightListViewer(ILightComposite, int, int) - Constructor for class com._1c.g5.lwt.viewers.LightListViewer
Constuctor.
LightListViewer(ILightComposite, int, int, int) - Constructor for class com._1c.g5.lwt.viewers.LightListViewer
Constuctor.
LightMargins - Class in com._1c.g5.lwt
Geometric margins.
LightMargins(int, int) - Constructor for class com._1c.g5.lwt.LightMargins
Instantiates a new light margins.
LightMargins(int, int, int, int) - Constructor for class com._1c.g5.lwt.LightMargins
Instantiates a new light margins.
LightPopup - Class in com._1c.g5.lwt.interop
Provides pop-up window to host the light controls in it.
LightPopup(ILightControl) - Constructor for class com._1c.g5.lwt.interop.LightPopup
Instantiates a new light pop-up.
LightRowLayout - Class in com._1c.g5.lwt.layouts
Instances of this class determine the size and position of the children of a Composite by placing them either in horizontal rows or vertical columns within the parent Composite.
LightRowLayout() - Constructor for class com._1c.g5.lwt.layouts.LightRowLayout
Constructs a new instance of this class with type HORIZONTAL.
LightRowLayout(int) - Constructor for class com._1c.g5.lwt.layouts.LightRowLayout
Constructs a new instance of this class given the type.
LightRowLayoutData - Class in com._1c.g5.lwt.layouts
Each control controlled by a RowLayout can have its initial width and height specified by setting a RowData object into the control.
LightRowLayoutData() - Constructor for class com._1c.g5.lwt.layouts.LightRowLayoutData
Constructs a new instance of RowData using default values.
LightRowLayoutData(int, int) - Constructor for class com._1c.g5.lwt.layouts.LightRowLayoutData
Constructs a new instance of RowData according to the parameters.
LightRowLayoutData(Point) - Constructor for class com._1c.g5.lwt.layouts.LightRowLayoutData
Constructs a new instance of RowData according to the parameter.
LightScrolledContentComposite<C extends ILightControl> - Class in com._1c.g5.lwt.controls
 
LightScrolledContentComposite() - Constructor for class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
LightScrolledContentComposite.NavigationPlacement - Enum in com._1c.g5.lwt.controls
 
LightScrolledContentComposite.NavigationVisibility - Enum in com._1c.g5.lwt.controls
 
LightSeparator - Class in com._1c.g5.lwt.controls
Light separator control – a gray horizontal line, usualy.
LightSeparator(LightSeparator.Orientation) - Constructor for class com._1c.g5.lwt.controls.LightSeparator
Instantiates a new light separator.
LightSeparator.Orientation - Enum in com._1c.g5.lwt.controls
Separator orientation.
LightSpinner - Class in com._1c.g5.lwt.controls
Light spinner control for integer values.
LightSpinner(boolean) - Constructor for class com._1c.g5.lwt.controls.LightSpinner
Instantiates a new light spinner.
LightSpinnerMaximumObservableValue<T extends Number & Comparable<T>> - Class in com._1c.g5.lwt.databinding
Observable for the LightSpinner maximum value.
LightSpinnerMinimumObservableValue<T extends Number & Comparable<T>> - Class in com._1c.g5.lwt.databinding
Observable for the LightSpinner minimum value.
LightSpinnerObservableValue<T extends Number & Comparable<T>> - Class in com._1c.g5.lwt.databinding
Observable for the LightSpinner value.
LightText - Class in com._1c.g5.lwt.controls
Light text box control.
LightText() - Constructor for class com._1c.g5.lwt.controls.LightText
Instantiates a new light text.
LightText.OverlayFocusListener - Class in com._1c.g5.lwt.controls
Focus listener for overlay.
LightText.OverlayKeyListener - Class in com._1c.g5.lwt.controls
Key listener for overlay.
LightText.OverlayModifyListener - Class in com._1c.g5.lwt.controls
Modify listener for overlay.
LightText.OverlayTraverseListener - Class in com._1c.g5.lwt.controls
Traverse listener for overlay.
LightText.OverlayVerifyKeyListener - Class in com._1c.g5.lwt.controls
Verify key listener for overlay.
LightText.OverlayVerifyListener - Class in com._1c.g5.lwt.controls
Verify listener for overlay.
LightTextEditorBar - Class in com._1c.g5.lwt.controls
Implementation of LightTextEditorBar with LightText control in the middle, image (LightImage/LightColorBox) in the left side and buttons (LightImageButton) in right side.
LightTextEditorBar() - Constructor for class com._1c.g5.lwt.controls.LightTextEditorBar
Constructor.
LightTextLimitObservable - Class in com._1c.g5.lwt.databinding
An observable value for LightText.textLimit.
LightTextLimitObservable(LightText) - Constructor for class com._1c.g5.lwt.databinding.LightTextLimitObservable
Creates an instance of the observable value.
LightTextObservableValue - Class in com._1c.g5.lwt.databinding
Light text box's text value observable.
LightTextObservableValue(LightText) - Constructor for class com._1c.g5.lwt.databinding.LightTextObservableValue
Instantiates a new light text observable value.
LightTextReadOnlyObservableValue - Class in com._1c.g5.lwt.databinding
Deprecated.
LightTextReadOnlyObservableValue(LightText) - Constructor for class com._1c.g5.lwt.databinding.LightTextReadOnlyObservableValue
Deprecated.
Creates an instance of the observable value.
LightTwoColumnLayout - Class in com._1c.g5.lwt.layouts
A special version of GridLayout with enhanced two-column support.
LightTwoColumnLayout(int) - Constructor for class com._1c.g5.lwt.layouts.LightTwoColumnLayout
Constructs a new instance of this class with a single column.
LightTwoColumnLayoutData - Class in com._1c.g5.lwt.layouts
A grid data for TwoColumnLayout.
LightTwoColumnLayoutData() - Constructor for class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Constructs a new instance of SWTRendererGridData using default values.
LightTwoColumnLayoutData(int) - Constructor for class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Constructs a new instance based on the SWTRendererGridData style.
LightTwoColumnLayoutData(int, int) - Constructor for class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Constructs a new instance of SWTRendererGridData according to the parameters.
LightTwoColumnLayoutData(int, int, boolean, boolean) - Constructor for class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Constructs a new instance of SWTRendererGridData according to the parameters.
LightTwoColumnLayoutData(int, int, boolean, boolean, int, int) - Constructor for class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Constructs a new instance of SWTRendererGridData according to the parameters.
LightTwoColumnLayoutDataFactory - Class in com._1c.g5.lwt.layouts
This class provides a convienient shorthand for creating and initializing GridData.
LightUpDownButton - Class in com._1c.g5.lwt.controls
Up-down button with two arrow buttons pointing up and down.
LightUpDownButton() - Constructor for class com._1c.g5.lwt.controls.LightUpDownButton
Instantiates a new light up-down button.
listAdd(String, int) - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
listAdd(String, int) - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
listDeselectAll() - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
listDeselectAll() - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
listGetItemCount() - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
listGetItemCount() - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
listGetSelectionIndices() - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
listGetSelectionIndices() - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
listRemove(int) - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
listRemove(int) - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
listRemoveAll() - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
listRemoveAll() - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
listSetItem(int, String) - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
listSetItem(int, String) - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
listSetItems(String[]) - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
listSetItems(String[]) - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
listSetSelection(int[]) - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
listSetSelection(int[]) - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
listShowSelection() - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
listShowSelection() - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
LongLightSpinner - Class in com._1c.g5.lwt.controls
Light spinner control for long values.
LongLightSpinner(boolean) - Constructor for class com._1c.g5.lwt.controls.LongLightSpinner
The constructor.
Lwt - Class in com._1c.g5.lwt
Various constants and utilities container.
LwtJFaceSupport - Class in com._1c.g5.lwt.interop
Util class.

M

makeColumnsEqualWidth - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
makeColumnsEqualWidth specifies whether all columns in the layout will be forced to have the same width.
marginBottom - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
marginBottom specifies the number of pixels of vertical margin that will be placed along the bottom edge of the layout.
marginBottom - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
marginBottom specifies the number of pixels of vertical margin that will be placed along the bottom edge of the layout.
marginHeight - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
marginHeight specifies the number of pixels of vertical margin that will be placed along the top and bottom edges of the layout.
marginHeight - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
marginHeight specifies the number of pixels of vertical margin that will be placed along the top and bottom edges of the layout.
marginLeft - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
marginLeft specifies the number of pixels of horizontal margin that will be placed along the left edge of the layout.
marginLeft - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
marginLeft specifies the number of pixels of horizontal margin that will be placed along the left edge of the layout.
marginRight - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
marginRight specifies the number of pixels of horizontal margin that will be placed along the right edge of the layout.
marginRight - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
marginRight specifies the number of pixels of horizontal margin that will be placed along the right edge of the layout.
marginTop - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
marginTop specifies the number of pixels of vertical margin that will be placed along the top edge of the layout.
marginTop - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
marginTop specifies the number of pixels of vertical margin that will be placed along the top edge of the layout.
marginWidth - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the layout.
marginWidth - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the layout.
maxNumColumns - Variable in class com._1c.g5.lwt.layouts.LightColumnLayout
Maximum number of columns (default is 3).
minimumHeight - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
minimumHeight specifies the minimum height in pixels.
minimumWidth - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
minimumWidth specifies the minimum width in pixels.
minNumColumns - Variable in class com._1c.g5.lwt.layouts.LightColumnLayout
Minimum number of columns (default is 1).
minSize(int, int) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Sets the minimum size for the control.
minSize(Point) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Sets the minimum size for the control.
modifyText(ModifyEvent) - Method in class com._1c.g5.lwt.controls.LightText.OverlayModifyListener
 
Mouse - com._1c.g5.lwt.FocusSource
Focus requested as result of the mouse activity.

N

nextValue(Double) - Method in class com._1c.g5.lwt.controls.DoubleLightSpinner
 
nextValue(Integer) - Method in class com._1c.g5.lwt.controls.LightSpinner
 
nextValue(Long) - Method in class com._1c.g5.lwt.controls.LongLightSpinner
 
nextValue(BigDecimal) - Method in class com._1c.g5.lwt.controls.BigDecimalLightSpinner
 
nextValue(T) - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Gets the next value to given value.
Normal - com._1c.g5.lwt.controls.AbstractLightScrollbar.Part.State
 
numColumns - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
numColumns specifies the number of cell columns in the layout.

O

org.eclipse.jface.viewers - package org.eclipse.jface.viewers
 
OverlayFocusListener() - Constructor for class com._1c.g5.lwt.controls.LightText.OverlayFocusListener
 
OverlayKeyListener() - Constructor for class com._1c.g5.lwt.controls.LightText.OverlayKeyListener
 
OverlayModifyListener() - Constructor for class com._1c.g5.lwt.controls.LightText.OverlayModifyListener
 
OverlayTraverseListener() - Constructor for class com._1c.g5.lwt.controls.LightText.OverlayTraverseListener
 
OverlayVerifyKeyListener() - Constructor for class com._1c.g5.lwt.controls.LightText.OverlayVerifyKeyListener
 
OverlayVerifyListener() - Constructor for class com._1c.g5.lwt.controls.LightText.OverlayVerifyListener
 

P

pack - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
pack specifies whether all controls in the layout take their preferred size.
pack(boolean, boolean) - Method in class com._1c.g5.lwt.interop.LightPopup
Adapts the popup size to its content.
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.AbstractLightItem
Paints item using given gc in given rectangle.
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
 
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.controls.LightCheckbox
 
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.controls.LightColorBox
 
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.controls.LightEditorBar
 
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.controls.LightImage
 
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.controls.LightImageButton
 
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.controls.LightImageCombo
 
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.controls.LightLabel
 
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.controls.LightList
 
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.controls.LightSeparator
 
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.controls.LightText
 
paint(GC, Rectangle) - Method in interface com._1c.g5.lwt.ILightControl
Paints the given rectangle of this control.
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
paint(GC, Rectangle) - Method in class com._1c.g5.lwt.LightComposite
 
paintPart(AbstractLightScrollbar.Part, AbstractLightScrollbar.Part.State, Point, GC, Rectangle) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
parseValue(String) - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Parses value from given text.
parseValue(String) - Method in class com._1c.g5.lwt.controls.BigDecimalLightSpinner
 
parseValue(String) - Method in class com._1c.g5.lwt.controls.DoubleLightSpinner
 
parseValue(String) - Method in class com._1c.g5.lwt.controls.LightSpinner
 
parseValue(String) - Method in class com._1c.g5.lwt.controls.LongLightSpinner
 
PatchedCheckboxTreeViewer - Class in org.eclipse.jface.viewers
A patched version of CheckboxTreeViewer with performance improvements.
PatchedCheckboxTreeViewer(Tree) - Constructor for class org.eclipse.jface.viewers.PatchedCheckboxTreeViewer
Instantiates a new patched checkbox tree viewer.
Pressed - com._1c.g5.lwt.controls.AbstractLightScrollbar.Part.State
 
previousValue(Double) - Method in class com._1c.g5.lwt.controls.DoubleLightSpinner
 
previousValue(Integer) - Method in class com._1c.g5.lwt.controls.LightSpinner
 
previousValue(Long) - Method in class com._1c.g5.lwt.controls.LongLightSpinner
 
previousValue(BigDecimal) - Method in class com._1c.g5.lwt.controls.BigDecimalLightSpinner
 
previousValue(T) - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Gets the previous value to given value.

R

recalculateScrollRange() - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Recalculates scroll range.
recalculateScrollRange() - Method in class com._1c.g5.lwt.controls.LightList
 
removeAllItems() - Method in class com._1c.g5.lwt.controls.LightCombo
Removes all items from this combo.
removeAllItems() - Method in class com._1c.g5.lwt.controls.LightImageCombo
Removes all items from this combo.
removeButton(LightImageButton) - Method in class com._1c.g5.lwt.controls.LightTextEditorBar
Removes button from editor bar buttons.
removeButtonListener(IUpDownButtonListener) - Method in class com._1c.g5.lwt.controls.LightUpDownButton
Removes the button listener.
removeChild(int) - Method in interface com._1c.g5.lwt.ILightComposite
 
removeChild(int) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
removeChild(int) - Method in class com._1c.g5.lwt.LightComposite
 
removeChild(ILightControl) - Method in interface com._1c.g5.lwt.ILightComposite
Removes the child control.
removeChild(ILightControl) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
removeChild(ILightControl) - Method in class com._1c.g5.lwt.LightComposite
 
removeClickListener(IClickListener<LightImageButton>) - Method in class com._1c.g5.lwt.controls.LightImageButton
Removes the click listener.
removeControlListener(ILightControlListener) - Method in class com._1c.g5.lwt.AbstractLightControl
 
removeControlListener(ILightControlListener) - Method in interface com._1c.g5.lwt.ILightControl
Removes the control listener.
removeControlListener(ILightControlListener) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
removeFilter(ILightViewerFilter<T>) - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Removes filter from viewer filters.
removeItem(int) - Method in class com._1c.g5.lwt.controls.LightCombo
Removes the item at the specified index.
removeItem(int) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Removes the item at the specified index.
removeItem(int) - Method in class com._1c.g5.lwt.controls.LightList
Removes item with given index from list.
removeItem(LightListItem<T>) - Method in class com._1c.g5.lwt.controls.LightList
Removes item from list.
removeItems(Collection<LightListItem<T>>) - Method in class com._1c.g5.lwt.controls.LightList
Removes given items from list.
removeItemsByIndexes(Collection<Integer>) - Method in class com._1c.g5.lwt.controls.LightList
Removes items with given indexes from list.
removePositionListener(IChangedListener<? extends AbstractLightScrollbar, Integer>) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
removeScrollPositionListener(IChangedListener<? extends LightScrolledContentComposite<? extends C>, Point>) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
 
removeSelectionIndexListener(IChangedListener<LightCombo, Integer>) - Method in class com._1c.g5.lwt.controls.LightCombo
Removes the selection index listener.
removeSelectionIndexListener(IChangedListener<LightImageCombo, Integer>) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Removes the selection index listener.
removeSelectionListener(ISelectionChangedListener<T>) - Method in class com._1c.g5.lwt.controls.LightList
Removes light list selection listener.
removeStateChangedListener(IChangedListener<LightCheckbox, Boolean>) - Method in class com._1c.g5.lwt.controls.LightCheckbox
Removes the state changed listener.
removeTextChangedListener(IChangedListener<LightLabel, String>) - Method in class com._1c.g5.lwt.controls.LightLabel
Removes the text changed listener.
removeTextChangedListener(IChangedListener<LightText, String>) - Method in class com._1c.g5.lwt.controls.LightText
Removes the text changed listener.
removeTextChangingListener(IChangingListener<LightText, String>) - Method in class com._1c.g5.lwt.controls.LightText
Removes the text changing listener.
removeValueListener(IChangedListener<AbstractLightSpinner<T>, T>) - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Removes the value listener.
renew() - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Recalculates viewed control elements and renews it.
renew() - Method in class com._1c.g5.lwt.viewers.LightListViewer
 
resetOverlayTextControl() - Method in class com._1c.g5.lwt.controls.LightFormattedText
 
resetOverlayTextControl() - Method in class com._1c.g5.lwt.controls.LightText
Resets overlay text control.
resetTextSize() - Method in class com._1c.g5.lwt.controls.LightText
Resets text size.
reveal(Object) - Method in class com._1c.g5.lwt.viewers.LightComboViewer
 
reveal(Object) - Method in class com._1c.g5.lwt.viewers.LightImageComboViewer
 
revealRectangle(Rectangle) - Method in class com._1c.g5.lwt.interop.LightPopup
Reveals the given rectangle in this pop-up.
revealRectangle(Rectangle, boolean, boolean) - Method in interface com._1c.g5.lwt.ILightComposite
 
revealRectangle(Rectangle, boolean, boolean) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
revealRectangle(Rectangle, boolean, boolean) - Method in class com._1c.g5.lwt.LightComposite
 
Reverse - com._1c.g5.lwt.TraverseDirection
Traversal should be performed in the reverse direction.
right - Variable in class com._1c.g5.lwt.LightMargins
The right margin.
RIGHT - Static variable in class com._1c.g5.lwt.layouts.LightColumnLayoutData
Horizontal alignment constant - control will be aligned to the right.
RIGHT_BUTTON - Static variable in class com._1c.g5.lwt.Lwt
Indicates right mouse button in SWT.MOUSE_DOWN/UP events.
rightMargin - Variable in class com._1c.g5.lwt.layouts.LightColumnLayout
Right margin (default is 5).

S

scrollBy(int, int) - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Scroll horizontally and vertically by given amount.
scrollBy(int, int) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
Scroller - com._1c.g5.lwt.controls.AbstractLightScrollbar.Part
 
scrollerLength - Variable in class com._1c.g5.lwt.controls.AbstractLightScrollbar.Sizes
 
scrollHorizontallyBy(int) - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Scroll horizontally by given amount.
scrollHorizontallyBy(int) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
scrollHorizontallyTo(int) - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Scrolls horizontally to given coordinate
scrollHorizontallyTo(int) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
scrollTo(int, int) - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Scrolls control to given coordinates.
scrollTo(int, int) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
scrollToSelection() - Method in class com._1c.g5.lwt.controls.LightList
Scrolls to first selected item.
scrollVertically(int) - Method in class com._1c.g5.lwt.interop.LightPopup
Scrolls this pop-up vertically by the given delta.
scrollVerticallyBy(int) - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Scroll vertically by given amount.
scrollVerticallyBy(int) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
scrollVerticallyTo(int) - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Scrolls vertically to given coordinate
scrollVerticallyTo(int) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
select(AbstractLightViewer<T>, T, T) - Method in interface com._1c.g5.lwt.viewers.ILightViewerFilter
Returns true if given object should be visible in viewer control.
selectAllOverlayText() - Method in class com._1c.g5.lwt.controls.LightFormattedText
 
selectAllOverlayText() - Method in class com._1c.g5.lwt.controls.LightText
Selects all overlay text.
selectionChanged(Collection<? extends AbstractLightItem<T>>) - Method in interface com._1c.g5.lwt.controls.ISelectionChangedListener
Handles selection change.
selectionChanged(Collection<? extends AbstractLightItem<T>>) - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
 
selectItem(int) - Method in class com._1c.g5.lwt.controls.LightCombo
Selects the item at the given index.
selectItem(int) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Selects the item at the given index.
selectItem(int) - Method in class com._1c.g5.lwt.controls.LightList
Select item with given index.
selectItem(LightListItem<T>) - Method in class com._1c.g5.lwt.controls.LightList
Selects given item.
selectItems(Collection<LightListItem<T>>) - Method in class com._1c.g5.lwt.controls.LightList
Selects given items.
selectItemsByIndexes(Collection<Integer>) - Method in class com._1c.g5.lwt.controls.LightList
Selects items with given indexes.
setActiveControl(ILightControl) - Method in interface com._1c.g5.lwt.ILightComposite
Sets the active control for this composite.
setActiveControl(ILightControl) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
setActiveControl(ILightControl) - Method in class com._1c.g5.lwt.LightComposite
 
setAutoRepeat(boolean) - Method in class com._1c.g5.lwt.controls.LightImageButton
Turns the auto-repeat on or off.
setBackgroundColor(Color) - Method in class com._1c.g5.lwt.controls.LightCheckbox
Sets the background color.
setBackgroundColor(Color) - Method in class com._1c.g5.lwt.controls.LightEditorBar
Sets the background color.
setBackgroundColor(Color) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Sets the background color.
setBackgroundColor(Color) - Method in class com._1c.g5.lwt.controls.LightList
Sets list background color.
setBackgroundColor(Color) - Method in class com._1c.g5.lwt.controls.LightText
Sets the background color.
setBackgroundColor(Color) - Method in class com._1c.g5.lwt.interop.LightPopup
Sets the background color of this pop-up.
setBorderColor(Color) - Method in class com._1c.g5.lwt.controls.LightCheckbox
Sets the border color.
setBorderColor(Color) - Method in class com._1c.g5.lwt.controls.LightEditorBar
Sets the border color.
setBorderColor(Color) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Sets the border color.
setBorderColor(Color) - Method in class com._1c.g5.lwt.controls.LightText
Sets the border color.
setBorderColor(Color) - Method in class com._1c.g5.lwt.interop.LightPopup
Sets the border color of this pop-up.
setBorderVisible(boolean) - Method in class com._1c.g5.lwt.controls.LightText
Sets the border visibility.
setBounds(Rectangle) - Method in class com._1c.g5.lwt.AbstractLightControl
 
setBounds(Rectangle) - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
 
setBounds(Rectangle) - Method in class com._1c.g5.lwt.controls.LightCheckbox
 
setBounds(Rectangle) - Method in class com._1c.g5.lwt.controls.LightText
 
setBounds(Rectangle) - Method in interface com._1c.g5.lwt.ILightControl
Sets the bounds of this control.
setBounds(Rectangle) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
setBounds(Rectangle) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
setBounds(Rectangle) - Method in class com._1c.g5.lwt.LightComposite
 
setCalculateSubText(boolean) - Method in class com._1c.g5.lwt.AbstractLightItem
Sets if sub text should be calculated or not.
setChecked(boolean) - Method in class com._1c.g5.lwt.controls.LightCheckbox
Sets the check state of this checkbox.
setColor(Color) - Method in class com._1c.g5.lwt.controls.LightColorBox
Sets the color to display.
setColor(Color) - Method in class com._1c.g5.lwt.controls.LightSeparator
Sets the separator color.
setContent(C) - Method in class com._1c.g5.lwt.AbstractLightContentComposite
 
setContent(C) - Method in interface com._1c.g5.lwt.ILightContentComposite
 
setContentProvider(IContentProvider<T>) - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Sets content provider.
setContentProvider(IContentProvider) - Method in class org.eclipse.jface.viewers.PatchedCheckboxTreeViewer
 
setCursor(Cursor) - Method in class com._1c.g5.lwt.AbstractLightControl
 
setCursor(Cursor) - Method in interface com._1c.g5.lwt.ILightControl
Sets the cursor of this control.
setCursor(Cursor) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
setCursor(Cursor) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
setData(String, Object) - Method in class com._1c.g5.lwt.AbstractLightControl
 
setData(String, Object) - Method in interface com._1c.g5.lwt.ILightControl
Sets the user-defined data associated with this control.
setData(String, Object) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
setDesignMode(boolean) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
setDisabledColor(Color) - Method in class com._1c.g5.lwt.controls.LightColorBox
Sets the disabled color.
setDisabledImage(Image) - Method in class com._1c.g5.lwt.controls.LightImage
Sets the disabled image.
setEditable(boolean) - Method in class com._1c.g5.lwt.controls.LightCheckbox
 
setEditable(boolean) - Method in class com._1c.g5.lwt.controls.LightEditorBar
 
setEditable(boolean) - Method in class com._1c.g5.lwt.controls.LightImageCombo
 
setEditable(boolean) - Method in class com._1c.g5.lwt.controls.LightText
 
setEditable(boolean) - Method in class com._1c.g5.lwt.controls.LightTextEditorBar
 
setEditable(boolean) - Method in interface com._1c.g5.lwt.IEditable
Sets control editable state.
setEditable(boolean, Predicate<LightImageButton>) - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
 
setEditable(boolean, Predicate<LightImageButton>) - Method in class com._1c.g5.lwt.controls.LightTextEditorBar
Sets control editable state and configures buttons enabled state.
setEnabled(boolean) - Method in class com._1c.g5.lwt.AbstractLightControl
 
setEnabled(boolean) - Method in class com._1c.g5.lwt.controls.LightEditorBar
 
setEnabled(boolean) - Method in class com._1c.g5.lwt.controls.LightText
 
setEnabled(boolean) - Method in class com._1c.g5.lwt.controls.LightUpDownButton
 
setEnabled(boolean) - Method in interface com._1c.g5.lwt.ILightControl
Sets this control enablement.
setEnabled(boolean) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
setEnabled(boolean) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
setFocus(FocusSource) - Method in class com._1c.g5.lwt.AbstractLightControl
 
setFocus(FocusSource) - Method in class com._1c.g5.lwt.controls.LightCheckbox
 
setFocus(FocusSource) - Method in class com._1c.g5.lwt.controls.LightImageCombo
 
setFocus(FocusSource) - Method in class com._1c.g5.lwt.controls.LightText
 
setFocus(FocusSource) - Method in interface com._1c.g5.lwt.ILightControl
Sets the focus to this control.
setFocus(FocusSource) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
setFocus(FocusSource) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
setFocus(FocusSource) - Method in class com._1c.g5.lwt.LightComposite
 
setFocusable(boolean) - Method in class com._1c.g5.lwt.AbstractLightControl
Sets the focusable flag for this control.
setFocusedItem(int) - Method in class com._1c.g5.lwt.controls.LightList
Sets focused item index.
setFocusedItem(LightListItem<T>) - Method in class com._1c.g5.lwt.controls.LightList
Sets focused item.
setFont(Font) - Method in class com._1c.g5.lwt.controls.LightLabel
 
setFormatter(ITextFormatter) - Method in class com._1c.g5.lwt.controls.LightFormattedText
Sets formatter used to format text.
setGrayed(boolean) - Method in class com._1c.g5.lwt.controls.LightCheckbox
Sets the grayed state of this checkbox.
setGrayed(boolean) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Sets the grayed state of this image combo.
setHighlightMargins(LightMargins) - Method in class com._1c.g5.lwt.controls.LightImageButton
Sets the button highlight margins.
setHintColor(Color) - Method in class com._1c.g5.lwt.controls.LightText
Sets the hint text color.
setHintText(String) - Method in class com._1c.g5.lwt.controls.LightText
Set the hint text of the text.
setHorizontalNavigation(ILightControl) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
setHorizontalNavigationVisibility(LightScrolledContentComposite.NavigationVisibility) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
setHorizontalStretch(boolean) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
setHot(boolean) - Method in class com._1c.g5.lwt.AbstractLightItem
Sets item hot state.
setImage(Image) - Method in class com._1c.g5.lwt.controls.LightControlDecoration
Sets the image.
setImage(Image) - Method in class com._1c.g5.lwt.controls.LightEditorBar
Assigns the image to the left side area.
setImage(Image) - Method in class com._1c.g5.lwt.controls.LightImage
Sets the image to display.
setImageLocation(int) - Method in class com._1c.g5.lwt.AbstractLightItem
Sets image location relatively to text.
setImageOffset(Point) - Method in class com._1c.g5.lwt.controls.LightImage
Sets the image offset from the control center.
setInput(Object) - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Sets viewer input.
setItem(int, LightCombo.Item) - Method in class com._1c.g5.lwt.controls.LightCombo
Sets the item at the specified index.
setItem(int, LightImageCombo.Item) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Sets the item at the specified index.
setItem(int, LightListItem<T>) - Method in class com._1c.g5.lwt.controls.LightList
Replaces item with given index.
setItems(LightCombo.Item[]) - Method in class com._1c.g5.lwt.controls.LightCombo
Sets all the items.
setItems(LightImageCombo.Item[]) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Sets all the items.
setItems(List<LightListItem<T>>) - Method in class com._1c.g5.lwt.controls.LightList
Sets list items.
setLabelProvider(ILabelProvider<? super T>) - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Sets label provider.
setLargeIncrement(int) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
setLastNotifiedText(String) - Method in class com._1c.g5.lwt.controls.LightText
Sets last notified text.
setLayout(ILightLayout) - Method in interface com._1c.g5.lwt.ILightComposite
Sets the layout of this composite.
setLayout(ILightLayout) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
setLayout(ILightLayout) - Method in class com._1c.g5.lwt.LightComposite
 
setLayoutData(ILightLayoutData) - Method in class com._1c.g5.lwt.AbstractLightControl
 
setLayoutData(ILightLayoutData) - Method in interface com._1c.g5.lwt.ILightControl
Sets the layout data of this control.
setLayoutData(ILightLayoutData) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
setLeft(ILightControl) - Static method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Creates TwoColumnData object and initializes it to values suitable for elements that are placed in the 'labels' column of the grid.
setLiveEditing(boolean) - Method in class com._1c.g5.lwt.controls.LightText
Sets the live editing mode on or off.
setMargins(LightMargins) - Method in class com._1c.g5.lwt.controls.LightLabel
 
setMargins(Point) - Method in class com._1c.g5.lwt.controls.LightImage
Sets the image horizontal and the vertical margins.
setMaximum(T) - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Sets the maximum allowed value.
setMaximumPosition(int) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
setMenu(Menu) - Method in class com._1c.g5.lwt.controls.LightList
Sets list menu.
setMinimum(T) - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Sets the minimum allowed value.
setMinimumPosition(int) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
setMultiline(boolean) - Method in class com._1c.g5.lwt.controls.LightFormattedText
Formatted text does not support multiline mode.
setMultiline(boolean) - Method in class com._1c.g5.lwt.controls.LightText
Sets the multiline mode on or off.
setOrientation(AbstractLightScrollbar.Orientation) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
setOverlay(SwtLightControl) - Method in class com._1c.g5.lwt.AbstractLightControl
Sets the overlay for this control.
setOverlaySource(ILightControl) - Method in class com._1c.g5.lwt.interop.SwtLightControl
Sets the overlay source.
setOverlayText(String) - Method in class com._1c.g5.lwt.controls.LightFormattedText
 
setOverlayText(String) - Method in class com._1c.g5.lwt.controls.LightText
Sets overlay text.
setPaddings(int[]) - Method in class com._1c.g5.lwt.controls.LightColorBox
Sets padding for control.
setParent(ILightComposite) - Method in class com._1c.g5.lwt.AbstractLightControl
 
setParent(ILightComposite) - Method in interface com._1c.g5.lwt.ILightControl
Sets the parent of this control.
setParent(ILightComposite) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
setPasswordMode(boolean) - Method in class com._1c.g5.lwt.controls.LightFormattedText
Formatted text does not support password mode.
setPasswordMode(boolean) - Method in class com._1c.g5.lwt.controls.LightText
Sets password mode on or off.
setPosition(int) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
setPreserveSelection(boolean) - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Sets if selection should be preserved on renew.
setQuickSearchAllowed(boolean) - Method in class com._1c.g5.lwt.controls.LightCombo
Sets if quicksearch is allowed.
setReadOnly(boolean) - Method in class com._1c.g5.lwt.controls.LightText
Deprecated.
setRenewJobName(String) - Method in class com._1c.g5.lwt.viewers.LightListViewer
Sets list renew job name.
setRgb(RGB) - Method in class com._1c.g5.lwt.controls.LightColorBoxEditorBar
Sets the given color as displaying color in color box at the left side of the editor bar.
setRight(ILightControl) - Static method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Creates TwoColumnData object and initializes it to values suitable for elements that are placed in the 'fields' column of the grid.
setScrollerScaleRange(int) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
setScrollRange(Point) - Method in class com._1c.g5.lwt.controls.AbstractScrollableControl
Sets scroll range.
setSelected(boolean) - Method in class com._1c.g5.lwt.AbstractLightItem
Sets if item is selected.
setSelection(ISelection) - Method in class com._1c.g5.lwt.viewers.LightListViewer
 
setSmallIncrement(int) - Method in class com._1c.g5.lwt.controls.AbstractLightScrollbar
 
setSorter(Comparator<? super T>) - Method in class com._1c.g5.lwt.viewers.AbstractLightViewer
Sets sorter used to sort items.
setText(String) - Method in class com._1c.g5.lwt.controls.LightCheckbox
Sets this checkbox text.
setText(String) - Method in class com._1c.g5.lwt.controls.LightFormattedText
 
setText(String) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Sets this image combo text.
setText(String) - Method in class com._1c.g5.lwt.controls.LightLabel
Sets the text to display.
setText(String) - Method in class com._1c.g5.lwt.controls.LightText
Sets the text.
setText(StyledString) - Method in class com._1c.g5.lwt.AbstractLightItem
Sets item text.
setTextColor(Color) - Method in class com._1c.g5.lwt.controls.LightLabel
 
setTextColor(Color) - Method in class com._1c.g5.lwt.controls.LightText
Sets the text color.
setTextEditable(boolean) - Method in class com._1c.g5.lwt.controls.LightTextEditorBar
Sets editor bar text editable state.
setTextInternal(String) - Method in class com._1c.g5.lwt.controls.LightText
Sets text without checking it.
setTextLimit(int) - Method in class com._1c.g5.lwt.controls.LightFormattedText
Formatted text does not support text limit.
setTextLimit(int) - Method in class com._1c.g5.lwt.controls.LightText
Sets the text limit to the specified number of characters.
setTextLocation(int) - Method in class com._1c.g5.lwt.AbstractLightItem
Sets text location.
setTooltip(String) - Method in class com._1c.g5.lwt.AbstractLightControl
 
setTooltip(String) - Method in class com._1c.g5.lwt.controls.LightControlDecoration
Sets the tooltip.
setTooltip(String) - Method in interface com._1c.g5.lwt.ILightControl
Sets the tooltip of this control.
setTooltip(String) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
setUndoRedoText(String) - Method in class com._1c.g5.lwt.controls.LightText
Sets undo redo text.
setValue(T) - Method in class com._1c.g5.lwt.controls.AbstractLightSpinner
Sets the value of this spinner.
setVerticalNavigation(ILightControl) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
setVerticalNavigationVisibility(LightScrolledContentComposite.NavigationVisibility) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
setVerticalStretch(boolean) - Method in class com._1c.g5.lwt.controls.LightScrolledContentComposite
 
setVisible(boolean) - Method in class com._1c.g5.lwt.AbstractLightControl
 
setVisible(boolean) - Method in class com._1c.g5.lwt.controls.LightEditorBar
 
setVisible(boolean) - Method in class com._1c.g5.lwt.controls.LightText
 
setVisible(boolean) - Method in interface com._1c.g5.lwt.ILightControl
Sets this control visibility.
setVisible(boolean) - Method in class com._1c.g5.lwt.interop.SwtLightControl
 
setVisibleLineCount(int) - Method in class com._1c.g5.lwt.controls.LightFormattedText
Formatted text visible line counts is always one as it does not support multiline mode.
setVisibleLineCount(int) - Method in class com._1c.g5.lwt.controls.LightText
Sets the visible line count.
setWide(ILightControl) - Static method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Creates TwoColumnData object and initializes it to values suitable for elements that span both columns: the one for label and the one for field control.
show() - Method in class com._1c.g5.lwt.controls.LightControlDecoration
Shows this decoration.
show(ILightControl, int, Rectangle) - Method in class com._1c.g5.lwt.interop.LightPopup
Shows the pop-up for the given control.
show(ILightControl, int, Rectangle, boolean) - Method in class com._1c.g5.lwt.interop.LightPopup
Shows the pop-up for the given control.
Sizes() - Constructor for class com._1c.g5.lwt.controls.AbstractLightScrollbar.Sizes
 
spacing - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
spacing specifies the number of pixels between the edge of one cell and the edge of its neighbouring cell.
span(int, int) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Sets the GridData span.
span(Point) - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Sets the GridData span.
SPLITTER_KEY - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
Key to mark the control as splitter.
swtDefaults() - Static method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutDataFactory
Creates a new GridDataFactory initialized with the SWT defaults.
SwtLightComposite - Class in com._1c.g5.lwt.interop
Provides the bridge between the light and native SWT controls.
SwtLightComposite(Composite) - Constructor for class com._1c.g5.lwt.interop.SwtLightComposite
Instantiates a new SWT light composite.
SwtLightControl - Class in com._1c.g5.lwt.interop
Wraps the native SWT controls to abstract the difference between the native and light controls.
SwtLightControl(Control) - Constructor for class com._1c.g5.lwt.interop.SwtLightControl
Instantiates a new SWT light control.
SwtLightLayout - Class in com._1c.g5.lwt.interop
Bridges the native SWT layout process into light controls layouting.
SwtLightLayout(ILightLayout) - Constructor for class com._1c.g5.lwt.interop.SwtLightLayout
Instantiates a new SWT light layout.
SwtLightScrolledComposite - Class in com._1c.g5.lwt.interop
SwtLightComposite for ScrolledComposite.
SwtLightScrolledComposite(ScrolledComposite) - Constructor for class com._1c.g5.lwt.interop.SwtLightScrolledComposite
Instantiates a new SWT light scrolled composite.

T

toggleDropdown(boolean) - Method in class com._1c.g5.lwt.controls.LightCombo
Displays or hides the drop-down list.
toggleDropdown(boolean) - Method in class com._1c.g5.lwt.controls.LightImageCombo
Displays or hides the drop-down list.
top - Variable in class com._1c.g5.lwt.LightMargins
The top margin.
topMargin - Variable in class com._1c.g5.lwt.layouts.LightColumnLayout
Top margin (default is 5).
toString() - Method in class com._1c.g5.lwt.layouts.LightRowLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class com._1c.g5.lwt.layouts.LightRowLayoutData
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Returns a string containing a concise, human-readable description of the receiver.
translatePointFromControl(ILightControl, Point) - Method in interface com._1c.g5.lwt.ILightComposite
Translate the point in the given child control coordinates to the coordinates of this composite.
translatePointFromControl(ILightControl, Point) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
translatePointFromControl(ILightControl, Point) - Method in class com._1c.g5.lwt.LightComposite
 
translatePointToControl(ILightControl, Point) - Method in interface com._1c.g5.lwt.ILightComposite
Translate the point in the coordinates of this composite to the coordinates of the given child control.
translatePointToControl(ILightControl, Point) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
translatePointToControl(ILightControl, Point) - Method in class com._1c.g5.lwt.LightComposite
 
translateRectangleFromControl(ILightControl, Rectangle) - Method in interface com._1c.g5.lwt.ILightComposite
Translate the rectangle in the given child control coordinates to the coordinates of this composite.
translateRectangleFromControl(ILightControl, Rectangle) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
translateRectangleFromControl(ILightControl, Rectangle) - Method in class com._1c.g5.lwt.LightComposite
 
translateRectangleToControl(ILightControl, Rectangle) - Method in interface com._1c.g5.lwt.ILightComposite
Translate the rectangle in the coordinates of this composite to the coordinates of the given child control.
translateRectangleToControl(ILightControl, Rectangle) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
translateRectangleToControl(ILightControl, Rectangle) - Method in class com._1c.g5.lwt.LightComposite
 
traverse(ILightControl, TraverseDirection) - Method in interface com._1c.g5.lwt.ILightComposite
Traverses this composite starting at the given control in the given direction.
traverse(ILightControl, TraverseDirection) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
traverse(ILightControl, TraverseDirection) - Method in class com._1c.g5.lwt.LightComposite
 
traverse(TraverseDirection) - Method in interface com._1c.g5.lwt.ILightComposite
Traverses this composite in the given direction.
traverse(TraverseDirection) - Method in class com._1c.g5.lwt.interop.SwtLightComposite
 
traverse(TraverseDirection) - Method in class com._1c.g5.lwt.LightComposite
 
TraverseDirection - Enum in com._1c.g5.lwt
Specifies the direction in which the traversal should be performed.
type - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
type specifies whether the layout places controls in rows or columns.

U

upButtonClicked(LightUpDownButton) - Method in interface com._1c.g5.lwt.controls.IUpDownButtonListener
Invoked on up button click.
useOptimized - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
useOptimized specifies the layout behaviour for grids with two columns.

V

valueOf(String) - Static method in enum com._1c.g5.lwt.controls.AbstractLightScrollbar.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com._1c.g5.lwt.controls.AbstractLightScrollbar.Part.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com._1c.g5.lwt.controls.AbstractLightScrollbar.Part
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com._1c.g5.lwt.controls.LightScrolledContentComposite.NavigationPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com._1c.g5.lwt.controls.LightScrolledContentComposite.NavigationVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com._1c.g5.lwt.controls.LightSeparator.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com._1c.g5.lwt.FocusSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com._1c.g5.lwt.TraverseDirection
Returns the enum constant of this type with the specified name.
values() - Static method in enum com._1c.g5.lwt.controls.AbstractLightScrollbar.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com._1c.g5.lwt.controls.AbstractLightScrollbar.Part.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com._1c.g5.lwt.controls.AbstractLightScrollbar.Part
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com._1c.g5.lwt.controls.LightScrolledContentComposite.NavigationPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com._1c.g5.lwt.controls.LightScrolledContentComposite.NavigationVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com._1c.g5.lwt.controls.LightSeparator.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com._1c.g5.lwt.FocusSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com._1c.g5.lwt.TraverseDirection
Returns an array containing the constants of this enum type, in the order they are declared.
verifyKey(VerifyEvent) - Method in class com._1c.g5.lwt.controls.LightText.OverlayVerifyKeyListener
 
verifyText(VerifyEvent) - Method in class com._1c.g5.lwt.controls.LightText.OverlayVerifyListener
 
Vertical - com._1c.g5.lwt.controls.AbstractLightScrollbar.Orientation
 
Vertical - com._1c.g5.lwt.controls.LightSeparator.Orientation
Vertical orientation.
VERTICAL_ALIGN_BEGINNING - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int).
VERTICAL_ALIGN_CENTER - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int) to position the control in the vertical center of the cell.
VERTICAL_ALIGN_END - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int) to position the control at the bottom of the cell.
VERTICAL_ALIGN_FILL - Static variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
Style bit for new SWTRendererGridData(int) to resize the control to fill the cell vertically.
verticalAlignment - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
verticalAlignment specifies how controls will be positioned vertically within a cell.
verticalIndent - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
verticalIndent specifies the number of pixels of indentation that will be placed along the top side of the cell.
verticalSpacing - Variable in class com._1c.g5.lwt.layouts.LightColumnLayout
Vertical spacing between controls (default is 5).
verticalSpacing - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayout
verticalSpacing specifies the number of pixels between the bottom edge of one cell and the top edge of its neighbouring cell underneath.
verticalSpan - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
verticalSpan specifies the number of row cells that the control will take up.

W

width - Variable in class com._1c.g5.lwt.layouts.LightRowLayoutData
width specifies the desired width in pixels.
widthHint - Variable in class com._1c.g5.lwt.layouts.LightColumnLayoutData
Width hint that will be used instead of the computed control width when used in conjunction with ColumnLayout class (default is SWT.DEFAULT).
widthHint - Variable in class com._1c.g5.lwt.layouts.LightTwoColumnLayoutData
widthHint specifies the preferred width in pixels.
wrap - Variable in class com._1c.g5.lwt.layouts.LightRowLayout
wrap specifies whether a control will be wrapped to the next row if there is insufficient space on the current row.
A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages