Uses of Enum Class
com._1c.g5.v8.dt.moxel.sheet.ObjectPosition
Packages that use ObjectPosition
Package
Description
-
Uses of ObjectPosition in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return ObjectPositionModifier and TypeMethodDescriptionstatic ObjectPosition
Returns the enum constant of this class with the specified name.static ObjectPosition[]
ObjectPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ObjectPosition in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type ObjectPositionModifier and TypeMethodDescriptionstatic boolean
UIHelpers.chooseSelectionType
(org.eclipse.swt.widgets.Shell shell, String title, ObjectPosition[] objectPosition) static boolean
UIHelpers.getRowsColumnsRange
(org.eclipse.swt.widgets.Shell shell, String title, Selection selection, int[] bounds, ObjectPosition[] selectionType) Получить интервал строк/колонок для операций, применимых к строкам/колонкам. -
Uses of ObjectPosition in com._1c.g5.v8.dt.moxel.ui.editor.dialogs
Methods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return ObjectPositionModifier and TypeMethodDescriptionChooseSelectionTypeDialog.getSelectionType()
Get selection typeMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type ObjectPositionModifier and TypeMethodDescriptionvoid
ChooseSelectionTypeDialog.setSelectionType
(ObjectPosition selectionType) Set selection type