Class AbstractViewContentComposite<C extends ILightComposite,S extends ThemeSkin>
java.lang.Object
com._1c.g5.lwt.AbstractLightControl
com._1c.g5.lwt.LightComposite
com._1c.g5.lwt.AbstractLightContentComposite<C>
com._1c.g5.v8.dt.form.internal.presentation.controls.AbstractViewContentComposite<C,S>
- All Implemented Interfaces:
ILightComposite,ILightContentComposite<C>,ILightControl,IViewComposite<S>,IViewContentComposite<C,,S> IViewControl<S>
- Direct Known Subclasses:
FormControl
public abstract class AbstractViewContentComposite<C extends ILightComposite,S extends ThemeSkin>
extends AbstractLightContentComposite<C>
implements IViewContentComposite<C,S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()protected org.eclipse.swt.graphics.ColorgetColor(PresentationColor color) protected org.eclipse.swt.graphics.ColorgetColor(org.eclipse.swt.graphics.RGB color) protected org.eclipse.swt.graphics.FontgetFont(PresentationFont font) protected SgetSkin()protected IPresentationThemegetTheme()voidsetTheme(IPresentationTheme theme, S skin) Methods inherited from class com._1c.g5.lwt.AbstractLightContentComposite
contentSet, contentUnset, getContent, setContentMethods inherited from class com._1c.g5.lwt.LightComposite
addChild, addChild, addChildAfter, addLayerAbove, addLayerBehind, computeSize, controlFromPoint, getActiveControl, getChildCount, getChildren, getLayers, getLayout, layout, layout, paint, 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, handleEvent, invalidate, invalidate, isDisposed, isEnabled, isFocused, isVisible, removeControlListener, setCursor, setData, setEnabled, 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.ILightComposite
addChild, addChild, addChildAfter, addLayerAbove, addLayerBehind, controlFromPoint, getActiveControl, getChildCount, getChildren, getLayers, getLayout, getMainLayer, layout, 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, paint, removeControlListener, setBounds, setCursor, setData, setEnabled, setFocus, setLayoutData, setParent, setTooltip, setVisible
-
Constructor Details
-
AbstractViewContentComposite
public AbstractViewContentComposite()
-
-
Method Details
-
setTheme
- Specified by:
setThemein interfaceIViewControl<C extends ILightComposite>
-
dispose
public void dispose()- Specified by:
disposein interfaceILightControl- Overrides:
disposein classLightComposite
-
getTheme
-
getSkin
-
getColor
-
getColor
protected org.eclipse.swt.graphics.Color getColor(org.eclipse.swt.graphics.RGB color) -
getFont
-