Uses of Interface
idare.imagenode.Interfaces.DataSetReaders.WorkBook.IDARESheet
-
Packages that use IDARESheet Package Description idare.imagenode.Interfaces.DataSetReaders.WorkBook This package contains the Interfaces necessary for DataSet parsing.idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation This package contains a basic implementation of anIDAREWorkbook
compatible with the IDARE Interface. -
-
Uses of IDARESheet in idare.imagenode.Interfaces.DataSetReaders.WorkBook
Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook that return IDARESheet Modifier and Type Method Description IDARESheet
IDAREWorkbook. getSheet(String arg0)
Get the sheet with the specified nameIDARESheet
IDAREWorkbook. getSheetAt(int arg0)
Get the Sheet at the requested position, or null if it does not exist-Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook with parameters of type IDARESheet Modifier and Type Method Description int
IDAREWorkbook. getSheetIndex(IDARESheet arg0)
Get the index of the providedIDARESheet
. -
Uses of IDARESheet in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation
Classes in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that implement IDARESheet Modifier and Type Class Description class
BasicIDARESheet
This is a basic implementation of aIDARESheet
for convenience.Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that return IDARESheet Modifier and Type Method Description IDARESheet
BasicIDAREWorkbook. getSheet(String arg0)
IDARESheet
BasicIDAREWorkbook. getSheetAt(int arg0)
Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation with parameters of type IDARESheet Modifier and Type Method Description int
BasicIDAREWorkbook. getSheetIndex(IDARESheet arg0)
-