Uses of Interface
com._1c.g5.v8.dt.moxel.GroupDrawing
-
Packages that use GroupDrawing Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.operations com._1c.g5.v8.dt.moxel.util -
-
Uses of GroupDrawing in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return GroupDrawing Modifier and Type Method Description GroupDrawing
MoxelFactory. createGroupDrawing()
Returns a new object of class 'Group Drawing'. -
Uses of GroupDrawing in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement GroupDrawing Modifier and Type Class Description class
GroupDrawingImpl
An implementation of the model object 'Group Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return GroupDrawing Modifier and Type Method Description GroupDrawing
MoxelFactoryImpl. createGroupDrawing()
-
Uses of GroupDrawing in com._1c.g5.v8.dt.moxel.ui.operations
Constructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type GroupDrawing Constructor Description UngroupDrawingsOperation(String label, SheetAccessor sheet, PositionHolder positionHolder, MoxelControl control, GroupDrawing groupDrawing, boolean nested)
Конструктор. -
Uses of GroupDrawing in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type GroupDrawing Modifier and Type Method Description T
MoxelSwitch. caseGroupDrawing(GroupDrawing object)
Returns the result of interpreting the object as an instance of 'Group Drawing'.
-