Package com._1c.g5.lwt.interop
Class SwtLightScrolledComposite
java.lang.Object
com._1c.g5.lwt.interop.SwtLightControl
com._1c.g5.lwt.interop.SwtLightComposite
com._1c.g5.lwt.interop.SwtLightScrolledComposite
- All Implemented Interfaces:
ILightComposite,ILightControl
SwtLightComposite for ScrolledComposite.-
Constructor Summary
ConstructorsConstructorDescriptionSwtLightScrolledComposite(org.eclipse.swt.custom.ScrolledComposite swtComposite) Instantiates a new SWT light scrolled composite. -
Method Summary
Modifier and TypeMethodDescription<T extends ILightControl>
TaddChild(T control, int index) Adds the child control to this composite.org.eclipse.swt.custom.ScrolledCompositeGets the associated SWT composite.Methods inherited from class com._1c.g5.lwt.interop.SwtLightComposite
addChild, addChildAfter, addLayerAbove, addLayerBehind, controlFromPoint, dispose, disposed, getActiveControl, getChildCount, getChildren, getCursor, getHostSwtLightComposite, getLayers, getLayout, getSwtLightComposite, handleEvent, isDesignMode, layout, paint, removeChild, removeChild, revealRectangle, setActiveControl, setBounds, setCursor, setDesignMode, setEnabled, setFocus, setLayout, translatePointFromControl, translatePointToControl, translateRectangleFromControl, translateRectangleToControl, traverse, traverseMethods inherited from class com._1c.g5.lwt.interop.SwtLightControl
addControlListener, computeSize, containsWidget, getBounds, getData, getHostDisplay, getHostSwtLightControl, getLayoutData, getOverlaySource, getParent, getSwtControl, getSwtLightControl, getTooltip, getVisibleBounds, invalidate, invalidate, isDisposed, isEnabled, isFocused, isVisible, removeControlListener, setData, setLayoutData, setOverlaySource, setParent, setTooltip, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.lwt.ILightComposite
getMainLayerMethods inherited from interface com._1c.g5.lwt.ILightControl
addControlListener, computeSize, getBounds, getData, getLayoutData, getParent, getTooltip, getVisibleBounds, initialize, invalidate, invalidate, isDisposed, isEnabled, isFocused, isVisible, removeControlListener, setData, setLayoutData, setParent, setTooltip, setVisible
-
Constructor Details
-
SwtLightScrolledComposite
public SwtLightScrolledComposite(org.eclipse.swt.custom.ScrolledComposite swtComposite) Instantiates a new SWT light scrolled composite.- Parameters:
swtComposite- the SWT scrolled composite to attach the light controls support to.
-
-
Method Details
-
addChild
Description copied from interface:ILightCompositeAdds the child control to this composite.- Specified by:
addChildin interfaceILightComposite- Overrides:
addChildin classSwtLightComposite- Parameters:
control- the control to add.index- the index to add the control at.- Returns:
- the control added.
-
getSwtComposite
public org.eclipse.swt.custom.ScrolledComposite getSwtComposite()Description copied from class:SwtLightCompositeGets the associated SWT composite.- Overrides:
getSwtCompositein classSwtLightComposite- Returns:
- the SWT composite.
-