Uses of Interface
com._1c.g5.v8.dt.moxel.content.SpreadsheetLine
Packages that use SpreadsheetLine
Package
Description
-
Uses of SpreadsheetLine in com._1c.g5.v8.dt.dcs.ui.valueeditors
Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors with parameters of type SpreadsheetLineModifier and TypeMethodDescriptionprotected LineSelectionDialog
ChartLineValueEditor.createLineSelectionDialog
(SpreadsheetLine line) protected LineSelectionDialog
LineValueEditor.createLineSelectionDialog
(SpreadsheetLine line) Creates line selection dialog for given line. -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.internal.moxel.sheet
Constructors in com._1c.g5.v8.dt.internal.moxel.sheet with parameters of type SpreadsheetLine -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type SpreadsheetLineModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SpreadsheetLine>
SpreadsheetDocument.getLines()
Returns the value of the 'Lines' containment reference list. -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.content
Subinterfaces of SpreadsheetLine in com._1c.g5.v8.dt.moxel.contentModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Cell Line'.interface
A representation of the model object 'Drawing Line'.Methods in com._1c.g5.v8.dt.moxel.content that return SpreadsheetLineModifier and TypeMethodDescriptionContentFactory.createSpreadsheetLine()
Returns a new object of class 'Spreadsheet Line'.BaseFormattingCellProperties.getBottomBorder()
Returns the value of the 'Bottom Border' containment reference.BaseFormattingCellProperties.getLeftBorder()
Returns the value of the 'Left Border' containment reference.LineDrawingProperties.getLine()
Returns the value of the 'Line' containment reference.BaseFormattingCellProperties.getRightBorder()
Returns the value of the 'Right Border' containment reference.BaseFormattingCellProperties.getTopBorder()
Returns the value of the 'Top Border' containment reference.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type SpreadsheetLineModifier and TypeMethodDescriptionvoid
BaseFormattingCellProperties.setBottomBorder
(SpreadsheetLine value) Sets the value of the 'Bottom Border
' containment reference.void
BaseFormattingCellProperties.setLeftBorder
(SpreadsheetLine value) Sets the value of the 'Left Border
' containment reference.void
LineDrawingProperties.setLine
(SpreadsheetLine value) Sets the value of the 'Line
' containment reference.void
BaseFormattingCellProperties.setRightBorder
(SpreadsheetLine value) Sets the value of the 'Right Border
' containment reference.void
BaseFormattingCellProperties.setTopBorder
(SpreadsheetLine value) Sets the value of the 'Top Border
' containment reference. -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement SpreadsheetLineModifier and TypeClassDescriptionclass
An implementation of the model object 'Cell Line'.class
An implementation of the model object 'Drawing Line'.class
An implementation of the model object 'Spreadsheet Line'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return SpreadsheetLineModifier and TypeMethodDescriptionContentFactoryImpl.createSpreadsheetLine()
BaseFormattingCellPropertiesImpl.getBottomBorder()
BaseFormattingCellPropertiesImpl.getLeftBorder()
LineDrawingPropertiesImpl.getLine()
BaseFormattingCellPropertiesImpl.getRightBorder()
BaseFormattingCellPropertiesImpl.getTopBorder()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type SpreadsheetLineModifier and TypeMethodDescriptionvoid
BaseFormattingCellPropertiesImpl.setBottomBorder
(SpreadsheetLine newBottomBorder) void
BaseFormattingCellPropertiesImpl.setLeftBorder
(SpreadsheetLine newLeftBorder) void
LineDrawingPropertiesImpl.setLine
(SpreadsheetLine newLine) void
BaseFormattingCellPropertiesImpl.setRightBorder
(SpreadsheetLine newRightBorder) void
BaseFormattingCellPropertiesImpl.setTopBorder
(SpreadsheetLine newTopBorder) -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type SpreadsheetLineModifier and TypeMethodDescriptionContentSwitch.caseSpreadsheetLine
(SpreadsheetLine object) Returns the result of interpreting the object as an instance of 'Spreadsheet Line'. -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type SpreadsheetLineModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SpreadsheetLine>
SpreadsheetDocumentImpl.getLines()
-
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.internal.ui.properties.models
Methods in com._1c.g5.v8.dt.moxel.internal.ui.properties.models with parameters of type SpreadsheetLineModifier and TypeMethodDescriptionvoid
EmfMoxelSpreadsheetLineModel.set
(SpreadsheetLine selectedLine) void
ISpreadsheetLineModel.set
(SpreadsheetLine selectedLine) Sets selected line. -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return SpreadsheetLineModifier and TypeMethodDescriptionSheetAccessor.getLineByKey
(int index) Получить линию по индексу.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type SpreadsheetLineModifier and TypeMethodDescriptionint
SheetAccessor.getSpreadsheetLineKey
(SpreadsheetLine line) Get line index -
Uses of SpreadsheetLine in com._1c.g5.v8.dt.moxel.ui.editor.dialogs
Methods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return SpreadsheetLineConstructors in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type SpreadsheetLineModifierConstructorDescriptionLineSelectionDialog
(org.eclipse.swt.widgets.Shell parentShell, SpreadsheetLine selectedLine) Constructor.LineSelectionDialog
(org.eclipse.swt.widgets.Shell parentShell, SpreadsheetLine selectedLine, int minThickness, int maxThickness) Constructor.