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.lwt
Methods in com._1c.g5.aef2.lwt that return ITreeTransformation Modifier and Type Method Description ITreeTransformation
LwtRenderingParameters. getTransformation()
Returns theITreeTransformation
protected ITreeTransformation
LwtDialogRenderer. getTreeTransformation()
Returns theITreeTransformation
instance.Methods in com._1c.g5.aef2.lwt with parameters of type ITreeTransformation Modifier and Type Method Description void
LwtDialogRenderer. 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.renderers
Classes in com._1c.g5.aef2.renderers that implement ITreeTransformation Modifier and Type Class Description class
ChangelessTreeTransformation
TheITreeTransformation
that makes no changes.Fields in com._1c.g5.aef2.renderers declared as ITreeTransformation Modifier and Type Field Description static ITreeTransformation
ChangelessTreeTransformation. INSTANCE
Shared instance.Methods in com._1c.g5.aef2.renderers that return ITreeTransformation Modifier and Type Method Description protected ITreeTransformation
Renderer. getTreeTransformation()
Returns theTreeTransformation
instance.Methods in com._1c.g5.aef2.renderers with parameters of type ITreeTransformation Modifier and Type Method Description void
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 ITreeTransformation Modifier and Type Method Description ITreeTransformation
SwtRenderingParameters. getTransformation()
Returns theITreeTransformation
protected ITreeTransformation
SwtDialogRenderer. getTreeTransformation()
Returns theITreeTransformation
instance.Methods in com._1c.g5.aef2.swt.renderers with parameters of type ITreeTransformation Modifier and Type Method Description void
SwtDialogRenderer. 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.transformation
Classes in com._1c.g5.properties.ui.transformation that implement ITreeTransformation Modifier and Type Class Description class
AlphabeticalTreeTransformation
ITreeTransformation
implementation adapted foralphabetically
mode of property pallete.class
CategoreisTreeTransformation
ITreeTransformation
implementation adapted forcategories
mode of property pallete.Fields in com._1c.g5.properties.ui.transformation declared as ITreeTransformation Modifier and Type Field Description static ITreeTransformation
AlphabeticalTreeTransformation. INSTANCE
The shared instance.static 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 ITreeTransformation Modifier and Type Class Description class
SkipEmptySectionTreeTransformation
TheITreeTransformation
implementation that skips theSectionViewModel
without children.Fields in com._1c.g5.v8.dt.md.ui.editor.aef declared as ITreeTransformation Modifier and Type Field Description static ITreeTransformation
SkipEmptySectionTreeTransformation. INSTANCE
The shared instance.
-