Uses of Interface
com._1c.g5.aef2.renderers.ITreeTransformation
- 
Packages that use ITreeTransformation Package Description com._1c.g5.aef2.lwt com._1c.g5.aef2.renderers com._1c.g5.aef2.swt.renderers com._1c.g5.properties.ui.transformation com._1c.g5.v8.dt.md.ui.editor.aef 
- 
- 
Uses of ITreeTransformation in com._1c.g5.aef2.lwtMethods in com._1c.g5.aef2.lwt that return ITreeTransformation Modifier and Type Method Description ITreeTransformationLwtRenderingParameters. getTransformation()Returns theITreeTransformationprotected ITreeTransformationLwtDialogRenderer. getTreeTransformation()Returns theITreeTransformationinstance.Methods in com._1c.g5.aef2.lwt with parameters of type ITreeTransformation Modifier and Type Method Description voidLwtDialogRenderer. setTreeTransformation(ITreeTransformation treeTransformation)Constructors in com._1c.g5.aef2.lwt with parameters of type ITreeTransformation Constructor Description 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.
- 
Uses of ITreeTransformation in com._1c.g5.aef2.renderersClasses in com._1c.g5.aef2.renderers that implement ITreeTransformation Modifier and Type Class Description classChangelessTreeTransformationTheITreeTransformationthat makes no changes.Fields in com._1c.g5.aef2.renderers declared as ITreeTransformation Modifier and Type Field Description static ITreeTransformationChangelessTreeTransformation. INSTANCEShared instance.Methods in com._1c.g5.aef2.renderers that return ITreeTransformation Modifier and Type Method Description protected ITreeTransformationRenderer. getTreeTransformation()Returns theTreeTransformationinstance.Methods in com._1c.g5.aef2.renderers with parameters of type ITreeTransformation Modifier and Type Method Description voidIRenderer. setTreeTransformation(ITreeTransformation treeTransformation)Sets theITreeTransformationinstance.voidRenderer. setTreeTransformation(ITreeTransformation treeTransformation)Sets theITreeTransformationinstance.
- 
Uses of ITreeTransformation in com._1c.g5.aef2.swt.renderersMethods in com._1c.g5.aef2.swt.renderers that return ITreeTransformation Modifier and Type Method Description ITreeTransformationSwtRenderingParameters. getTransformation()Returns theITreeTransformationprotected ITreeTransformationSwtDialogRenderer. getTreeTransformation()Returns theITreeTransformationinstance.Methods in com._1c.g5.aef2.swt.renderers with parameters of type ITreeTransformation Modifier and Type Method Description voidSwtDialogRenderer. setTreeTransformation(ITreeTransformation treeTransformation)Constructors in com._1c.g5.aef2.swt.renderers with parameters of type ITreeTransformation Constructor Description SwtRenderingParameters(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.transformationClasses in com._1c.g5.properties.ui.transformation that implement ITreeTransformation Modifier and Type Class Description classAlphabeticalTreeTransformationITreeTransformationimplementation adapted foralphabeticallymode of property pallete.classCategoreisTreeTransformationITreeTransformationimplementation adapted forcategoriesmode of property pallete.Fields in com._1c.g5.properties.ui.transformation declared as ITreeTransformation Modifier and Type Field Description static ITreeTransformationAlphabeticalTreeTransformation. INSTANCEThe shared instance.static ITreeTransformationCategoreisTreeTransformation. INSTANCEThe shared instance.
- 
Uses of ITreeTransformation in com._1c.g5.v8.dt.md.ui.editor.aefClasses in com._1c.g5.v8.dt.md.ui.editor.aef that implement ITreeTransformation Modifier and Type Class Description classSkipEmptySectionTreeTransformationTheITreeTransformationimplementation that skips theSectionViewModelwithout children.Fields in com._1c.g5.v8.dt.md.ui.editor.aef declared as ITreeTransformation Modifier and Type Field Description static ITreeTransformationSkipEmptySectionTreeTransformation. INSTANCEThe shared instance.
 
-