Class TabControl
java.lang.Object
com._1c.g5.lwt.AbstractLightControl
com._1c.g5.lwt.LightComposite
com._1c.g5.lwt.AbstractLightContentComposite<C>
com._1c.g5.lwt.controls.LightScrolledContentComposite<C>
com._1c.g5.v8.dt.form.internal.presentation.controls.AbstractViewScrolledContentComposite<ILightComposite,SkinPage>
com._1c.g5.v8.dt.form.internal.presentation.controls.desktop.TabControl
- All Implemented Interfaces:
ILightComposite,ILightContentComposite<ILightComposite>,ILightControl,IReadOnlyControl,IViewComposite<SkinPage>,IViewContentComposite<ILightComposite,,SkinPage> IViewControl<SkinPage>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com._1c.g5.lwt.controls.LightScrolledContentComposite
LightScrolledContentComposite.NavigationPlacement, LightScrolledContentComposite.NavigationVisibility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()org.eclipse.swt.graphics.Colorvoidpaint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle) voidsetButtonLayout(TabButtonLayout buttonLayout) voidsetImage(PresentationImage image) voidsetSelection(boolean selection) voidsetTheme(IPresentationTheme theme, SkinPage skin) voidvoidsetVisible(boolean isVisible) Methods inherited from class com._1c.g5.v8.dt.form.internal.presentation.controls.AbstractViewScrolledContentComposite
computeContentSize, getColor, getColor, getFont, getSkin, getTheme, isSelfReadOnly, layout, setReadOnlyMethods inherited from class com._1c.g5.lwt.controls.LightScrolledContentComposite
addScrollPositionListener, computeSize, contentSet, contentUnset, getHorizontalNavigation, getHorizontalNavigationVisibility, getScrollPosition, getScrollRange, getVerticalNavigation, getVerticalNavigationVisibility, getViewportBounds, handleEvent, isHorizontalStretch, isNavigationControl, isVerticalStretch, removeScrollPositionListener, scrollBy, scrollHorizontallyBy, scrollHorizontallyTo, scrollTo, scrollVerticallyBy, scrollVerticallyTo, setHorizontalNavigation, setHorizontalNavigationVisibility, setHorizontalStretch, setVerticalNavigation, setVerticalNavigationVisibility, setVerticalStretchMethods inherited from class com._1c.g5.lwt.AbstractLightContentComposite
getContent, setContentMethods inherited from class com._1c.g5.lwt.LightComposite
addChild, addChild, addChildAfter, addLayerAbove, addLayerBehind, controlFromPoint, getActiveControl, getChildCount, getChildren, getLayers, getLayout, layout, removeChild, removeChild, revealRectangle, setActiveControl, setBounds, setFocus, setLayout, translatePointFromControl, translatePointToControl, translateRectangleFromControl, translateRectangleToControl, traverse, traverseMethods inherited from class com._1c.g5.lwt.AbstractLightControl
addControlListener, getBounds, getCursor, getData, getLayoutData, getOverlay, getParent, getTooltip, getVisibleBounds, invalidate, invalidate, isDisposed, isEnabled, isFocused, isVisible, removeControlListener, setCursor, setData, setEnabled, setFocusable, setLayoutData, setOverlay, setParent, setTooltipMethods 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
addChild, addChild, addChildAfter, addLayerAbove, addLayerBehind, controlFromPoint, getActiveControl, getChildCount, getChildren, getLayers, getLayout, getMainLayer, removeChild, removeChild, revealRectangle, setActiveControl, setLayout, translatePointFromControl, translatePointToControl, translateRectangleFromControl, translateRectangleToControl, traverse, traverseMethods inherited from interface com._1c.g5.lwt.ILightContentComposite
getContent, setContentMethods inherited from interface com._1c.g5.lwt.ILightControl
addControlListener, computeSize, getBounds, getCursor, getData, getLayoutData, getParent, getTooltip, getVisibleBounds, handleEvent, initialize, invalidate, invalidate, isDisposed, isEnabled, isFocused, isVisible, removeControlListener, setBounds, setCursor, setData, setEnabled, setFocus, setLayoutData, setParent, setTooltipMethods inherited from interface com._1c.g5.v8.dt.form.internal.presentation.controls.base.IReadOnlyControl
isReadOnly
-
Constructor Details
-
TabControl
public TabControl()
-
-
Method Details
-
setTitle
-
setImage
-
getBackgroundColor
public org.eclipse.swt.graphics.Color getBackgroundColor() -
setTheme
- Specified by:
setThemein interfaceIViewControl<SkinPage>- Overrides:
setThemein classAbstractViewScrolledContentComposite<ILightComposite,SkinPage>
-
setButtonLayout
-
getTabButton
-
setSelection
public void setSelection(boolean selection) -
paint
public void paint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle) - Specified by:
paintin interfaceILightControl- Overrides:
paintin classLightComposite
-
setVisible
public void setVisible(boolean isVisible) - Specified by:
setVisiblein interfaceILightControl- Overrides:
setVisiblein classAbstractLightControl
-
dispose
public void dispose()- Specified by:
disposein interfaceILightControl- Overrides:
disposein classAbstractViewScrolledContentComposite<ILightComposite,SkinPage>
-