Package com._1c.g5.v8.dt.moxel
Interface ViewSettings
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ViewSettingsImpl
public interface ViewSettings extends org.eclipse.emf.ecore.EObjectA representation of the model object 'View Settings'.The following features are supported:
Current ColumnCurrent RowSelectionSelected DrawingsScaleShow GridShow HeadersShow NamesShow GroupsShow Page BreaksShow Named Rows And ColumnsShow CommentsBlack And WhiteFixed ColumnFixed Column ColumnsFixed RowFixation Point ColumnFixation Point RowTop Fixation Point ColumnTop Fixation Point RowScreen Begin Point ColumnScreen Begin Point RowCurrent Language
- See Also:
MoxelPackage.getViewSettings()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCurrentColumn()Returns the value of the 'Current Column' attribute.StringgetCurrentLanguage()Returns the value of the 'Current Language' attribute.intgetCurrentRow()Returns the value of the 'Current Row' attribute.intgetFixationPointColumn()Returns the value of the 'Fixation Point Column' attribute.intgetFixationPointRow()Returns the value of the 'Fixation Point Row' attribute.intgetFixedColumn()Returns the value of the 'Fixed Column' attribute.ColumnsgetFixedColumnColumns()Returns the value of the 'Fixed Column Columns' reference.intgetFixedRow()Returns the value of the 'Fixed Row' attribute.intgetScale()Returns the value of the 'Scale' attribute.intgetScreenBeginPointColumn()Returns the value of the 'Screen Begin Point Column' attribute.intgetScreenBeginPointRow()Returns the value of the 'Screen Begin Point Row' attribute.org.eclipse.emf.common.util.EList<Integer>getSelectedDrawings()Returns the value of the 'Selected Drawings' attribute list.org.eclipse.emf.common.util.EList<Area>getSelection()Returns the value of the 'Selection' containment reference list.intgetTopFixationPointColumn()Returns the value of the 'Top Fixation Point Column' attribute.intgetTopFixationPointRow()Returns the value of the 'Top Fixation Point Row' attribute.booleanisBlackAndWhite()Returns the value of the 'Black And White' attribute.booleanisShowComments()Returns the value of the 'Show Comments' attribute.booleanisShowGrid()Returns the value of the 'Show Grid' attribute.booleanisShowGroups()Returns the value of the 'Show Groups' attribute.booleanisShowHeaders()Returns the value of the 'Show Headers' attribute.booleanisShowNamedRowsAndColumns()Returns the value of the 'Show Named Rows And Columns' attribute.booleanisShowNames()Returns the value of the 'Show Names' attribute.booleanisShowPageBreaks()Returns the value of the 'Show Page Breaks' attribute.voidsetBlackAndWhite(boolean value)Sets the value of the 'Black And White' attribute.voidsetCurrentColumn(int value)Sets the value of the 'Current Column' attribute.voidsetCurrentLanguage(String value)Sets the value of the 'Current Language' attribute.voidsetCurrentRow(int value)Sets the value of the 'Current Row' attribute.voidsetFixationPointColumn(int value)Sets the value of the 'Fixation Point Column' attribute.voidsetFixationPointRow(int value)Sets the value of the 'Fixation Point Row' attribute.voidsetFixedColumn(int value)Sets the value of the 'Fixed Column' attribute.voidsetFixedColumnColumns(Columns value)Sets the value of the 'Fixed Column Columns' reference.voidsetFixedRow(int value)Sets the value of the 'Fixed Row' attribute.voidsetScale(int value)Sets the value of the 'Scale' attribute.voidsetScreenBeginPointColumn(int value)Sets the value of the 'Screen Begin Point Column' attribute.voidsetScreenBeginPointRow(int value)Sets the value of the 'Screen Begin Point Row' attribute.voidsetShowComments(boolean value)Sets the value of the 'Show Comments' attribute.voidsetShowGrid(boolean value)Sets the value of the 'Show Grid' attribute.voidsetShowGroups(boolean value)Sets the value of the 'Show Groups' attribute.voidsetShowHeaders(boolean value)Sets the value of the 'Show Headers' attribute.voidsetShowNamedRowsAndColumns(boolean value)Sets the value of the 'Show Named Rows And Columns' attribute.voidsetShowNames(boolean value)Sets the value of the 'Show Names' attribute.voidsetShowPageBreaks(boolean value)Sets the value of the 'Show Page Breaks' attribute.voidsetTopFixationPointColumn(int value)Sets the value of the 'Top Fixation Point Column' attribute.voidsetTopFixationPointRow(int value)Sets the value of the 'Top Fixation Point Row' attribute.
-
-
-
Method Detail
-
getCurrentColumn
int getCurrentColumn()
Returns the value of the 'Current Column' attribute. The default value is"0".- Returns:
- the value of the 'Current Column' attribute.
- See Also:
setCurrentColumn(int),MoxelPackage.getViewSettings_CurrentColumn()
-
setCurrentColumn
void setCurrentColumn(int value)
Sets the value of the 'Current Column' attribute.- Parameters:
value- the new value of the 'Current Column' attribute.- See Also:
getCurrentColumn()
-
getCurrentRow
int getCurrentRow()
Returns the value of the 'Current Row' attribute. The default value is"0".- Returns:
- the value of the 'Current Row' attribute.
- See Also:
setCurrentRow(int),MoxelPackage.getViewSettings_CurrentRow()
-
setCurrentRow
void setCurrentRow(int value)
Sets the value of the 'Current Row' attribute.- Parameters:
value- the new value of the 'Current Row' attribute.- See Also:
getCurrentRow()
-
getSelection
org.eclipse.emf.common.util.EList<Area> getSelection()
Returns the value of the 'Selection' containment reference list. The list contents are of typeArea.- Returns:
- the value of the 'Selection' containment reference list.
- See Also:
MoxelPackage.getViewSettings_Selection()
-
getSelectedDrawings
org.eclipse.emf.common.util.EList<Integer> getSelectedDrawings()
Returns the value of the 'Selected Drawings' attribute list. The list contents are of typeInteger.- Returns:
- the value of the 'Selected Drawings' attribute list.
- See Also:
MoxelPackage.getViewSettings_SelectedDrawings()
-
getScale
int getScale()
Returns the value of the 'Scale' attribute. The default value is"100".- Returns:
- the value of the 'Scale' attribute.
- See Also:
setScale(int),MoxelPackage.getViewSettings_Scale()
-
setScale
void setScale(int value)
Sets the value of the 'Scale' attribute.- Parameters:
value- the new value of the 'Scale' attribute.- See Also:
getScale()
-
isShowGrid
boolean isShowGrid()
Returns the value of the 'Show Grid' attribute. The default value is"true".- Returns:
- the value of the 'Show Grid' attribute.
- See Also:
setShowGrid(boolean),MoxelPackage.getViewSettings_ShowGrid()
-
setShowGrid
void setShowGrid(boolean value)
Sets the value of the 'Show Grid' attribute.- Parameters:
value- the new value of the 'Show Grid' attribute.- See Also:
isShowGrid()
-
isShowHeaders
boolean isShowHeaders()
Returns the value of the 'Show Headers' attribute. The default value is"true".- Returns:
- the value of the 'Show Headers' attribute.
- See Also:
setShowHeaders(boolean),MoxelPackage.getViewSettings_ShowHeaders()
-
setShowHeaders
void setShowHeaders(boolean value)
Sets the value of the 'Show Headers' attribute.- Parameters:
value- the new value of the 'Show Headers' attribute.- See Also:
isShowHeaders()
-
isShowNames
boolean isShowNames()
Returns the value of the 'Show Names' attribute. The default value is"false".- Returns:
- the value of the 'Show Names' attribute.
- See Also:
setShowNames(boolean),MoxelPackage.getViewSettings_ShowNames()
-
setShowNames
void setShowNames(boolean value)
Sets the value of the 'Show Names' attribute.- Parameters:
value- the new value of the 'Show Names' attribute.- See Also:
isShowNames()
-
isShowGroups
boolean isShowGroups()
Returns the value of the 'Show Groups' attribute. The default value is"true".- Returns:
- the value of the 'Show Groups' attribute.
- See Also:
setShowGroups(boolean),MoxelPackage.getViewSettings_ShowGroups()
-
setShowGroups
void setShowGroups(boolean value)
Sets the value of the 'Show Groups' attribute.- Parameters:
value- the new value of the 'Show Groups' attribute.- See Also:
isShowGroups()
-
isShowPageBreaks
boolean isShowPageBreaks()
Returns the value of the 'Show Page Breaks' attribute. The default value is"false".- Returns:
- the value of the 'Show Page Breaks' attribute.
- See Also:
setShowPageBreaks(boolean),MoxelPackage.getViewSettings_ShowPageBreaks()
-
setShowPageBreaks
void setShowPageBreaks(boolean value)
Sets the value of the 'Show Page Breaks' attribute.- Parameters:
value- the new value of the 'Show Page Breaks' attribute.- See Also:
isShowPageBreaks()
-
isShowNamedRowsAndColumns
boolean isShowNamedRowsAndColumns()
Returns the value of the 'Show Named Rows And Columns' attribute. The default value is"false".- Returns:
- the value of the 'Show Named Rows And Columns' attribute.
- See Also:
setShowNamedRowsAndColumns(boolean),MoxelPackage.getViewSettings_ShowNamedRowsAndColumns()
-
setShowNamedRowsAndColumns
void setShowNamedRowsAndColumns(boolean value)
Sets the value of the 'Show Named Rows And Columns' attribute.- Parameters:
value- the new value of the 'Show Named Rows And Columns' attribute.- See Also:
isShowNamedRowsAndColumns()
-
isShowComments
boolean isShowComments()
Returns the value of the 'Show Comments' attribute. The default value is"false".- Returns:
- the value of the 'Show Comments' attribute.
- See Also:
setShowComments(boolean),MoxelPackage.getViewSettings_ShowComments()
-
setShowComments
void setShowComments(boolean value)
Sets the value of the 'Show Comments' attribute.- Parameters:
value- the new value of the 'Show Comments' attribute.- See Also:
isShowComments()
-
isBlackAndWhite
boolean isBlackAndWhite()
Returns the value of the 'Black And White' attribute. The default value is"false".- Returns:
- the value of the 'Black And White' attribute.
- See Also:
setBlackAndWhite(boolean),MoxelPackage.getViewSettings_BlackAndWhite()
-
setBlackAndWhite
void setBlackAndWhite(boolean value)
Sets the value of the 'Black And White' attribute.- Parameters:
value- the new value of the 'Black And White' attribute.- See Also:
isBlackAndWhite()
-
getFixedColumn
int getFixedColumn()
Returns the value of the 'Fixed Column' attribute. The default value is"0".- Returns:
- the value of the 'Fixed Column' attribute.
- See Also:
setFixedColumn(int),MoxelPackage.getViewSettings_FixedColumn()
-
setFixedColumn
void setFixedColumn(int value)
Sets the value of the 'Fixed Column' attribute.- Parameters:
value- the new value of the 'Fixed Column' attribute.- See Also:
getFixedColumn()
-
getFixedColumnColumns
Columns getFixedColumnColumns()
Returns the value of the 'Fixed Column Columns' reference.- Returns:
- the value of the 'Fixed Column Columns' reference.
- See Also:
setFixedColumnColumns(Columns),MoxelPackage.getViewSettings_FixedColumnColumns()
-
setFixedColumnColumns
void setFixedColumnColumns(Columns value)
Sets the value of the 'Fixed Column Columns' reference.- Parameters:
value- the new value of the 'Fixed Column Columns' reference.- See Also:
getFixedColumnColumns()
-
getFixedRow
int getFixedRow()
Returns the value of the 'Fixed Row' attribute. The default value is"0".- Returns:
- the value of the 'Fixed Row' attribute.
- See Also:
setFixedRow(int),MoxelPackage.getViewSettings_FixedRow()
-
setFixedRow
void setFixedRow(int value)
Sets the value of the 'Fixed Row' attribute.- Parameters:
value- the new value of the 'Fixed Row' attribute.- See Also:
getFixedRow()
-
getFixationPointColumn
int getFixationPointColumn()
Returns the value of the 'Fixation Point Column' attribute. The default value is"0".- Returns:
- the value of the 'Fixation Point Column' attribute.
- See Also:
setFixationPointColumn(int),MoxelPackage.getViewSettings_FixationPointColumn()
-
setFixationPointColumn
void setFixationPointColumn(int value)
Sets the value of the 'Fixation Point Column' attribute.- Parameters:
value- the new value of the 'Fixation Point Column' attribute.- See Also:
getFixationPointColumn()
-
getFixationPointRow
int getFixationPointRow()
Returns the value of the 'Fixation Point Row' attribute. The default value is"0".- Returns:
- the value of the 'Fixation Point Row' attribute.
- See Also:
setFixationPointRow(int),MoxelPackage.getViewSettings_FixationPointRow()
-
setFixationPointRow
void setFixationPointRow(int value)
Sets the value of the 'Fixation Point Row' attribute.- Parameters:
value- the new value of the 'Fixation Point Row' attribute.- See Also:
getFixationPointRow()
-
getTopFixationPointColumn
int getTopFixationPointColumn()
Returns the value of the 'Top Fixation Point Column' attribute. The default value is"0".- Returns:
- the value of the 'Top Fixation Point Column' attribute.
- See Also:
setTopFixationPointColumn(int),MoxelPackage.getViewSettings_TopFixationPointColumn()
-
setTopFixationPointColumn
void setTopFixationPointColumn(int value)
Sets the value of the 'Top Fixation Point Column' attribute.- Parameters:
value- the new value of the 'Top Fixation Point Column' attribute.- See Also:
getTopFixationPointColumn()
-
getTopFixationPointRow
int getTopFixationPointRow()
Returns the value of the 'Top Fixation Point Row' attribute. The default value is"0".- Returns:
- the value of the 'Top Fixation Point Row' attribute.
- See Also:
setTopFixationPointRow(int),MoxelPackage.getViewSettings_TopFixationPointRow()
-
setTopFixationPointRow
void setTopFixationPointRow(int value)
Sets the value of the 'Top Fixation Point Row' attribute.- Parameters:
value- the new value of the 'Top Fixation Point Row' attribute.- See Also:
getTopFixationPointRow()
-
getScreenBeginPointColumn
int getScreenBeginPointColumn()
Returns the value of the 'Screen Begin Point Column' attribute. The default value is"0".- Returns:
- the value of the 'Screen Begin Point Column' attribute.
- See Also:
setScreenBeginPointColumn(int),MoxelPackage.getViewSettings_ScreenBeginPointColumn()
-
setScreenBeginPointColumn
void setScreenBeginPointColumn(int value)
Sets the value of the 'Screen Begin Point Column' attribute.- Parameters:
value- the new value of the 'Screen Begin Point Column' attribute.- See Also:
getScreenBeginPointColumn()
-
getScreenBeginPointRow
int getScreenBeginPointRow()
Returns the value of the 'Screen Begin Point Row' attribute. The default value is"0".- Returns:
- the value of the 'Screen Begin Point Row' attribute.
- See Also:
setScreenBeginPointRow(int),MoxelPackage.getViewSettings_ScreenBeginPointRow()
-
setScreenBeginPointRow
void setScreenBeginPointRow(int value)
Sets the value of the 'Screen Begin Point Row' attribute.- Parameters:
value- the new value of the 'Screen Begin Point Row' attribute.- See Also:
getScreenBeginPointRow()
-
getCurrentLanguage
String getCurrentLanguage()
Returns the value of the 'Current Language' attribute. The default value is"".- Returns:
- the value of the 'Current Language' attribute.
- See Also:
setCurrentLanguage(String),MoxelPackage.getViewSettings_CurrentLanguage()
-
setCurrentLanguage
void setCurrentLanguage(String value)
Sets the value of the 'Current Language' attribute.- Parameters:
value- the new value of the 'Current Language' attribute.- See Also:
getCurrentLanguage()
-
-