|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectag.ion.bion.officelayer.text.table.TextTableCellNameHelper
public class TextTableCellNameHelper
Helper in order to work with names of text table cells.
| Method Summary | |
|---|---|
static int |
getCellRangeEndColumnIndex(java.lang.String range)
Returns the end column index of a cell range. |
static int |
getCellRangeEndRowIndex(java.lang.String range)
Returns the end row index of a cell range. |
static int |
getCellRangeStartColumnIndex(java.lang.String range)
Returns the start column index of a cell range. |
static int |
getCellRangeStartRowIndex(java.lang.String range)
Returns the start row index of a cell range. |
static java.lang.String |
getColumnCharacter(int columnIndex)
Returns column character(s) of the submitted index. |
static java.lang.String |
getColumnCharacter(java.lang.String cellName)
Returns column characters of the submitted cell name. |
static int |
getColumnIndex(java.lang.String cellName)
Returns column index of the submitted cell name. |
static java.lang.String |
getNextColumnName(java.lang.String columnName)
Returns next column name on the basis of the submitted name of a column. |
static java.lang.String |
getRangeName(int startColumnIndex,
int startRowIndex,
int endColumnIndex,
int endRowIndex)
Creates the range name. |
static int |
getRowCounterValue(int rowIndex)
Returns row counter value. |
static int |
getRowCounterValue(java.lang.String cellName)
Returns row counter value. |
static int |
getRowIndex(java.lang.String cellName)
Returns row index. |
static java.lang.String |
moveColumnIndex(int count,
java.lang.String cellName)
Moves column index. |
static java.lang.String |
moveColumnIndexTo(int newColumnIndex,
java.lang.String cellName)
Moves column to new submitted index. |
static java.lang.String |
moveRowCounterValue(int count,
java.lang.String cellName)
Moves row counter value. |
static java.lang.String |
moveRowCounterValueTo(int newRowCounterValue,
java.lang.String cellName)
Moves row counter value to submitted new row counter value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int getRowIndex(java.lang.String cellName)
cellName - name of a text table cell
public static int getRowCounterValue(java.lang.String cellName)
cellName - name of a text table cell
public static int getRowCounterValue(int rowIndex)
rowIndex - row index to be used
public static java.lang.String moveRowCounterValue(int count,
java.lang.String cellName)
throws TextException
count - difference value to be movedcellName - name of a text table cell
TextException - if the new calculated row counter value is not valid
public static java.lang.String moveRowCounterValueTo(int newRowCounterValue,
java.lang.String cellName)
throws TextException
newRowCounterValue - new row counter valuecellName - name of a text table cell
TextException - if the submitted row counter value is not validpublic static int getColumnIndex(java.lang.String cellName)
cellName - name of a text table cell
public static java.lang.String getColumnCharacter(int columnIndex)
columnIndex - index of the column to be converted
public static java.lang.String getColumnCharacter(java.lang.String cellName)
cellName - name of a text table cell
public static java.lang.String moveColumnIndex(int count,
java.lang.String cellName)
throws TextException
count - difference to be movedcellName - name of a text table cell
TextException - if the new calculated column index is not valid
public static java.lang.String moveColumnIndexTo(int newColumnIndex,
java.lang.String cellName)
throws TextException
newColumnIndex - new column index to be usedcellName - name of a text table cell
TextException - if the submitted column index is not validpublic static int getCellRangeStartRowIndex(java.lang.String range)
range - the cell range
public static int getCellRangeStartColumnIndex(java.lang.String range)
range - the cell range
public static int getCellRangeEndRowIndex(java.lang.String range)
range - the cell range
public static int getCellRangeEndColumnIndex(java.lang.String range)
range - the cell range
public static java.lang.String getNextColumnName(java.lang.String columnName)
columnName - name of the column to be used
public static java.lang.String getRangeName(int startColumnIndex,
int startRowIndex,
int endColumnIndex,
int endRowIndex)
startColumnIndex - index of the start columnstartRowIndex - index of the start rowendColumnIndex - index of the end columnendRowIndex - index of the end row
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||