Class DocumentControl<S extends ThemeSkin & ISkinElementWithBorderColor>
java.lang.Object
com._1c.g5.lwt.AbstractLightControl
com._1c.g5.v8.dt.form.internal.presentation.controls.AbstractViewControl<S>
com._1c.g5.v8.dt.form.presentation.controls.base.AbstractCustomizationControl<S>
com._1c.g5.v8.dt.form.internal.presentation.controls.desktop.DocumentControl<S>
- All Implemented Interfaces:
ILightControl,IReadOnlyControl,IViewControl<S>
- Direct Known Subclasses:
FormattedDocControl,HtmlDocControl
public class DocumentControl<S extends ThemeSkin & ISkinElementWithBorderColor>
extends AbstractCustomizationControl<S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle) voidsetTheme(IPresentationTheme theme, S skin) Methods inherited from class com._1c.g5.v8.dt.form.presentation.controls.base.AbstractCustomizationControl
dispose, getColor, getColor, getFont, getScaledFontMethods inherited from class com._1c.g5.v8.dt.form.internal.presentation.controls.AbstractViewControl
getControlRect, getSkin, getTheme, isSelfReadOnly, setReadOnlyMethods inherited from class com._1c.g5.lwt.AbstractLightControl
addControlListener, computeSize, getBounds, getCursor, getData, getLayoutData, getOverlay, getParent, getTooltip, getVisibleBounds, handleEvent, invalidate, invalidate, isDisposed, isEnabled, isFocused, isVisible, removeControlListener, setBounds, setCursor, setData, setEnabled, setFocus, setFocusable, setLayoutData, setOverlay, 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.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, setTooltip, setVisibleMethods inherited from interface com._1c.g5.v8.dt.form.internal.presentation.controls.base.IReadOnlyControl
isReadOnly
-
Constructor Details
-
DocumentControl
public DocumentControl()
-
-
Method Details
-
setTheme
- Specified by:
setThemein interfaceIViewControl<S extends ThemeSkin & ISkinElementWithBorderColor>- Overrides:
setThemein classAbstractViewControl<S extends ThemeSkin & ISkinElementWithBorderColor>
-
paint
public void paint(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle rectangle)
-