Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.internal.text.table.extended
Class ETextTableCellRangeName

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.text.table.extended.ETextTableCellRangeName
All Implemented Interfaces:
ITextTableCellRangeName

public class ETextTableCellRangeName
extends java.lang.Object
implements ITextTableCellRangeName

Implementation of ITextTableCellRangeName for extended tables


Constructor Summary
ETextTableCellRangeName(ITextTableCellRange[] textTableCellRanges, int lastTable, int firstTable, int columnCount)
          Constructs a new extended table cell range name.
 
Method Summary
 int getRangeEndColumnIndex()
          Returns the range end index of the column.
 int getRangeEndRowIndex()
          Returns the range end index of the row.
 java.lang.String getRangeName()
          Returns the range name.
 int getRangeStartColumnIndex()
          Returns the range start index of the column.
 int getRangeStartRowIndex()
          Returns the range start index of the row.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ETextTableCellRangeName

public ETextTableCellRangeName(ITextTableCellRange[] textTableCellRanges,
                               int lastTable,
                               int firstTable,
                               int columnCount)
                        throws java.lang.IllegalArgumentException
Constructs a new extended table cell range name.

Parameters:
textTableCellRanges - array of all cell ranges in the extended table
lastTable - index of the last table
firstTable - index of the first table
columnCount - number of columns
Throws:
java.lang.IllegalArgumentException
Method Detail

getRangeName

public java.lang.String getRangeName()
Returns the range name.

Specified by:
getRangeName in interface ITextTableCellRangeName
Returns:
range name

getRangeStartColumnIndex

public int getRangeStartColumnIndex()
Returns the range start index of the column.

Specified by:
getRangeStartColumnIndex in interface ITextTableCellRangeName
Returns:
range start index of the column

getRangeStartRowIndex

public int getRangeStartRowIndex()
Returns the range start index of the row.

Specified by:
getRangeStartRowIndex in interface ITextTableCellRangeName
Returns:
range start index of the row

getRangeEndColumnIndex

public int getRangeEndColumnIndex()
Returns the range end index of the column.

Specified by:
getRangeEndColumnIndex in interface ITextTableCellRangeName
Returns:
range end index of the column

getRangeEndRowIndex

public int getRangeEndRowIndex()
Returns the range end index of the row.

Specified by:
getRangeEndRowIndex in interface ITextTableCellRangeName
Returns:
range end index of the row

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013