Uses of Interface
com._1c.g5.aef2.renderers.ITreeTransformation
Packages that use ITreeTransformation
Package
Description
-
Uses of ITreeTransformation in com._1c.g5.aef2.lwt
Methods in com._1c.g5.aef2.lwt that return ITreeTransformationModifier and TypeMethodDescriptionLwtRenderingParameters.getTransformation()
Returns theITreeTransformation
protected final ITreeTransformation
LwtDialogRenderer.getTreeTransformation()
Returns theITreeTransformation
instance.Methods in com._1c.g5.aef2.lwt with parameters of type ITreeTransformationModifier and TypeMethodDescriptionvoid
LwtDialogRenderer.setTreeTransformation
(ITreeTransformation treeTransformation) Constructors in com._1c.g5.aef2.lwt with parameters of type ITreeTransformationModifierConstructorDescriptionLwtRenderingParameters
(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. -
Uses of ITreeTransformation in com._1c.g5.aef2.renderers
Classes in com._1c.g5.aef2.renderers that implement ITreeTransformationFields in com._1c.g5.aef2.renderers declared as ITreeTransformationModifier and TypeFieldDescriptionstatic final ITreeTransformation
ChangelessTreeTransformation.INSTANCE
Shared instance.Methods in com._1c.g5.aef2.renderers that return ITreeTransformationModifier and TypeMethodDescriptionprotected ITreeTransformation
Renderer.getTreeTransformation()
Returns theTreeTransformation
instance.Methods in com._1c.g5.aef2.renderers with parameters of type ITreeTransformationModifier and TypeMethodDescriptionvoid
IRenderer.setTreeTransformation
(ITreeTransformation treeTransformation) Sets theITreeTransformation
instance.void
Renderer.setTreeTransformation
(ITreeTransformation treeTransformation) Sets theITreeTransformation
instance. -
Uses of ITreeTransformation in com._1c.g5.aef2.swt.renderers
Methods in com._1c.g5.aef2.swt.renderers that return ITreeTransformationModifier and TypeMethodDescriptionSwtRenderingParameters.getTransformation()
Returns theITreeTransformation
protected final ITreeTransformation
SwtDialogRenderer.getTreeTransformation()
Returns theITreeTransformation
instance.Methods in com._1c.g5.aef2.swt.renderers with parameters of type ITreeTransformationModifier and TypeMethodDescriptionvoid
SwtDialogRenderer.setTreeTransformation
(ITreeTransformation treeTransformation) Constructors in com._1c.g5.aef2.swt.renderers with parameters of type ITreeTransformationModifierConstructorDescriptionSwtRenderingParameters
(org.eclipse.swt.widgets.Composite composite, org.eclipse.ui.forms.widgets.FormToolkit toolkit, ITreeTransformation transformation) Instantiates a new SWT rendering parameters.SwtRenderingParameters
(org.eclipse.ui.forms.IManagedForm managedForm, org.eclipse.swt.widgets.Composite composite, org.eclipse.ui.forms.widgets.FormToolkit toolkit, ITreeTransformation transformation) Instantiates a new SWT rendering parameters. -
Uses of ITreeTransformation in com._1c.g5.properties.ui.transformation
Classes in com._1c.g5.properties.ui.transformation that implement ITreeTransformationModifier and TypeClassDescriptionclass
ITreeTransformation
implementation adapted foralphabetically
mode of property pallete.final class
ITreeTransformation
implementation adapted forcategories
mode of property pallete.Fields in com._1c.g5.properties.ui.transformation declared as ITreeTransformationModifier and TypeFieldDescriptionstatic final ITreeTransformation
AlphabeticalTreeTransformation.INSTANCE
The shared instance.static final ITreeTransformation
CategoreisTreeTransformation.INSTANCE
The shared instance. -
Uses of ITreeTransformation in com._1c.g5.v8.dt.md.ui.editor.aef
Classes in com._1c.g5.v8.dt.md.ui.editor.aef that implement ITreeTransformationModifier and TypeClassDescriptionclass
TheITreeTransformation
implementation that skips theSectionViewModel
without children.Fields in com._1c.g5.v8.dt.md.ui.editor.aef declared as ITreeTransformationModifier and TypeFieldDescriptionstatic final ITreeTransformation
SkipEmptySectionTreeTransformation.INSTANCE
The shared instance.