Uses of Interface
com._1c.g5.v8.dt.moxel.CommentDrawing
-
Packages that use CommentDrawing Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.util -
-
Uses of CommentDrawing in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return CommentDrawing Modifier and Type Method Description CommentDrawing
MoxelFactory. createCommentDrawing()
Returns a new object of class 'Comment Drawing'.CommentDrawing
Cell. getNoteDrawing()
Returns the value of the 'Note Drawing' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type CommentDrawing Modifier and Type Method Description void
Cell. setNoteDrawing(CommentDrawing value)
Sets the value of the 'Note Drawing
' containment reference. -
Uses of CommentDrawing in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement CommentDrawing Modifier and Type Class Description class
CommentDrawingImpl
An implementation of the model object 'Comment Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return CommentDrawing Modifier and Type Method Description CommentDrawing
MoxelFactoryImpl. createCommentDrawing()
CommentDrawing
CellImpl. getNoteDrawing()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type CommentDrawing Modifier and Type Method Description void
CellImpl. setNoteDrawing(CommentDrawing newNoteDrawing)
-
Uses of CommentDrawing in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return CommentDrawing Modifier and Type Method Description CommentDrawing
SheetAccessor. getCellCommentDrawing(int rowIndex, int columnIndex)
Получить рисунок примечания для ячейки.Methods in com._1c.g5.v8.dt.moxel.ui.editor that return types with arguments of type CommentDrawing Modifier and Type Method Description List<CommentDrawing>
SheetAccessor. getCommentDrawingsInRows(int beginRowIndex, int endRowIndex)
Получить рисунки примечаний в указанной области.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type CommentDrawing Modifier and Type Method Description org.eclipse.swt.graphics.Rectangle
MoxelControl. getCommentRectPixel(ViewPort viewPort, CommentDrawing commentDrawing)
Получить прямоугольник примечания в пикселях.ыvoid
MoxelControl. setEditedCommentDrawing(CommentDrawing commentDrawing)
Set currently edited comment drawing.void
MoxelControl. setEditedCommentDrawing(CommentDrawing commentDrawing, boolean startEditing)
Set currently edited comment drawing. -
Uses of CommentDrawing in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type CommentDrawing Modifier and Type Method Description T
MoxelSwitch. caseCommentDrawing(CommentDrawing object)
Returns the result of interpreting the object as an instance of 'Comment Drawing'.static SpreadsheetRect
MoxelUtil. getShiftedCommentDrawingPosition(CommentDrawing commentDrawing)
Получить позицию рисунка примечания.
-