]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.spreadsheet.ui/src/org/simantics/spreadsheet/ui/SpreadsheetModelProperties.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.ui / src / org / simantics / spreadsheet / ui / SpreadsheetModelProperties.java
1 package org.simantics.spreadsheet.ui;
2
3 /**
4  * @author Tuukka Lehtonen
5  */
6 /**
7  * @author Tuukka
8  *
9  */
10 public class SpreadsheetModelProperties {
11
12         /**
13          * Controls whether the Excel-like expression field on top of the
14          * spreadsheet should be created or not. By default value is "true". Use
15          * value "false" to hide the field.
16          */
17         public static final String SHEET_EXPRESSION_VISIBLE = "sheet.expression.visible";
18
19 }