Package com._1c.g5.aef2.lwt
Class LwtRenderingParameters
java.lang.Object
com._1c.g5.aef2.lwt.LwtRenderingParameters
- All Implemented Interfaces:
- IRenderingParameters
The LWT rendering parameters.
- 
Constructor SummaryConstructorsConstructorDescriptionLwtRenderingParameters(SwtLightComposite composite, boolean useSeparatorAsSplitter) Instantiates a new LWT rendering parameters.LwtRenderingParameters(SwtLightComposite composite, org.eclipse.ui.forms.widgets.FormToolkit toolkit, boolean useSeparatorAsSplitter) Instantiates a new LWT rendering parameters.LwtRenderingParameters(SwtLightComposite composite, org.eclipse.ui.forms.widgets.FormToolkit toolkit, ITreeTransformation transformation, boolean useSeparatorAsSplitter) Instantiates a new LWT rendering parameters.LwtRenderingParameters(org.eclipse.ui.forms.IManagedForm managedForm, SwtLightComposite composite, org.eclipse.ui.forms.widgets.FormToolkit toolkit, ITreeTransformation transformation, boolean useSeparatorAsSplitter) Instantiates a new LWT rendering parameters.
- 
Method SummaryModifier and TypeMethodDescriptionGets the renderer composite.org.eclipse.ui.forms.IManagedFormReturns theIManagedForm.org.eclipse.ui.forms.widgets.FormToolkitReturns theFormToolkitReturns theITreeTransformationbooleanReturns the value indicating to use separator controls as splitter.
- 
Constructor Details- 
LwtRenderingParameterspublic LwtRenderingParameters(org.eclipse.ui.forms.IManagedForm managedForm, SwtLightComposite composite, org.eclipse.ui.forms.widgets.FormToolkit toolkit, ITreeTransformation transformation, boolean useSeparatorAsSplitter) Instantiates a new LWT rendering parameters.- Parameters:
- managedForm- the managed form if it can be provided, can be- nullfor non-editor rendering.
- composite- the composite to place renderer controls in, cannot be- null.
- toolkit- the- FormToolkit, cannot be- null.
- transformation- the- ITreeTransformation, can be- nullif no transformation is required.
- useSeparatorAsSplitter- the flag indicating to ise separators as splitter.
 
- 
LwtRenderingParameterspublic LwtRenderingParameters(SwtLightComposite composite, org.eclipse.ui.forms.widgets.FormToolkit toolkit, ITreeTransformation transformation, boolean useSeparatorAsSplitter) Instantiates a new LWT rendering parameters.- Parameters:
- composite- the composite to place renderer controls in, cannot be- null.
- toolkit- the- FormToolkit, cannot be- null.
- transformation- the- ITreeTransformation, can be- nullif no transformation is required.
- useSeparatorAsSplitter- the flag indicating to ise separators as splitter.
 
- 
LwtRenderingParameterspublic LwtRenderingParameters(SwtLightComposite composite, org.eclipse.ui.forms.widgets.FormToolkit toolkit, boolean useSeparatorAsSplitter) Instantiates a new LWT rendering parameters.- Parameters:
- composite- the composite to place renderer controls in.
- toolkit- the- FormToolkit.
 
- 
LwtRenderingParametersInstantiates a new LWT rendering parameters.- Parameters:
- composite- the composite to place renderer controls in.
 
 
- 
- 
Method Details- 
getCompositeGets the renderer composite.- Returns:
- the composite
 
- 
getToolkitpublic org.eclipse.ui.forms.widgets.FormToolkit getToolkit()Returns theFormToolkit- Returns:
- the toolkit.
 
- 
getTransformationReturns theITreeTransformation- Returns:
- the transformation
 
- 
useSeparatorAsSplitterpublic boolean useSeparatorAsSplitter()Returns the value indicating to use separator controls as splitter.- Returns:
- the value indicating to use separator controls as splitter.
 
- 
getManagedFormpublic org.eclipse.ui.forms.IManagedForm getManagedForm()Returns theIManagedForm.- Returns:
- the IManagedForminstance, can benullif rendering is for non-editor part.
 
 
-