A B C D E F G H I L M N O P R S T V W

A

AbstractValueType<T extends Serializable> - Class in bad.robot
 
AbstractValueType(T) - Constructor for class bad.robot.AbstractValueType
 
addTo(Row, CellIndex, Workbook) - Method in class bad.robot.excel.BlankCell
 
addTo(Row, CellIndex, Workbook) - Method in class bad.robot.excel.Cell
 
addTo(Row, CellIndex, Workbook) - Method in class bad.robot.excel.DateCell
 
addTo(Row, CellIndex, Workbook) - Method in class bad.robot.excel.DoubleCell
 
addTo(Row, CellIndex, Workbook) - Method in class bad.robot.excel.FormulaCell
 
addTo(Row, CellIndex, Workbook) - Method in class bad.robot.excel.StringCell
 
Alignment - Class in bad.robot.excel.valuetypes
 
Alignment(AlignmentStyle) - Constructor for class bad.robot.excel.valuetypes.Alignment
 
alignment(AlignmentStyle) - Static method in class bad.robot.excel.valuetypes.Alignment
 
AlignmentStyle - Enum in bad.robot.excel
 
appendRowToFirstSheet(Row) - Method in class bad.robot.excel.PoiWorkbookMutator
 
appendRowToFirstSheet(Row) - Method in interface bad.robot.excel.WorkbookMutator
 
appendRowToSheet(Row, SheetIndex) - Method in class bad.robot.excel.PoiWorkbookMutator
 
appendRowToSheet(Row, SheetIndex) - Method in interface bad.robot.excel.WorkbookMutator
 
appendTo(Workbook, SheetIndex) - Method in class bad.robot.excel.Row
 
applyTo(Cell, Workbook) - Method in class bad.robot.excel.DefaultStyle
 
applyTo(Cell, Workbook) - Method in class bad.robot.excel.NoStyle
 
applyTo(Cell, Workbook) - Method in interface bad.robot.excel.Style
 
aRow() - Static method in class bad.robot.excel.RowBuilder
 
aRow() - Static method in class bad.robot.excel.StyledRowBuilder
 
aRowWithDefaultStyle(Style) - Static method in class bad.robot.excel.StyledRowBuilder
 
Assertions - Class in bad.robot
 
Assertions() - Constructor for class bad.robot.Assertions
 
assertNotNull(Object) - Static method in class bad.robot.Assertions
 
aStyle() - Static method in class bad.robot.excel.StyleBuilder
 

B

bad.robot - package bad.robot
 
bad.robot.excel - package bad.robot.excel
 
bad.robot.excel.matchers - package bad.robot.excel.matchers
 
bad.robot.excel.valuetypes - package bad.robot.excel.valuetypes
 
BlankCell - Class in bad.robot.excel
 
BlankCell() - Constructor for class bad.robot.excel.BlankCell
 
BlankCell(Style) - Constructor for class bad.robot.excel.BlankCell
 
Border - Class in bad.robot.excel.valuetypes
 
border(TopBorder, RightBorder, BottomBorder, LeftBorder) - Static method in class bad.robot.excel.valuetypes.Border
 
BorderStyle - Enum in bad.robot.excel
 
bottom(BorderStyle) - Static method in class bad.robot.excel.valuetypes.BottomBorder
 
BottomBorder - Class in bad.robot.excel.valuetypes
 
build() - Method in class bad.robot.excel.NullSkippingRowBuilder
 
build() - Method in class bad.robot.excel.RowBuilder
 
build() - Method in class bad.robot.excel.StyleBuilder
 
build() - Method in class bad.robot.excel.StyledRowBuilder
 

C

Cell - Class in bad.robot.excel
 
Cell(Style) - Constructor for class bad.robot.excel.Cell
 
CellIndex - Class in bad.robot.excel.valuetypes
 
cellIndex(ExcelColumnIndex) - Static method in class bad.robot.excel.valuetypes.CellIndex
 
column(ExcelColumnIndex) - Static method in class bad.robot.excel.valuetypes.ColumnIndex
 
ColumnIndex - Class in bad.robot.excel.valuetypes
 
compareTo(AbstractValueType<?>) - Method in class bad.robot.AbstractValueType
 
Coordinate - Class in bad.robot.excel.valuetypes
 
coordinate(ExcelColumnIndex, Integer) - Static method in class bad.robot.excel.valuetypes.Coordinate
 
coordinate(ExcelColumnIndex, Integer, SheetIndex) - Static method in class bad.robot.excel.valuetypes.Coordinate
 
coordinate(ColumnIndex, RowIndex) - Static method in class bad.robot.excel.valuetypes.Coordinate
 
coordinate(ColumnIndex, RowIndex, SheetIndex) - Static method in class bad.robot.excel.valuetypes.Coordinate
 
coordinate(ExcelColumnIndex, int) - Static method in class bad.robot.excel.valuetypes.ExcelCoordinate
 
coordinate(ExcelColumnIndex, ExcelRowIndex) - Static method in class bad.robot.excel.valuetypes.ExcelCoordinate
 
CopyRow - Class in bad.robot.excel
 
CopyRow() - Constructor for class bad.robot.excel.CopyRow
 
copyRow(Workbook, Sheet, RowIndex, RowIndex) - Static method in class bad.robot.excel.CopyRow
 
copyRow(Workbook, Sheet, RowIndex, RowIndex) - Method in class bad.robot.excel.PoiWorkbookMutator
 
copyRow(Workbook, Sheet, RowIndex, RowIndex) - Method in interface bad.robot.excel.WorkbookMutator
 

D

DataFormat - Class in bad.robot.excel.valuetypes
 
dataFormat(String) - Static method in class bad.robot.excel.valuetypes.DataFormat
 
DateCell - Class in bad.robot.excel
 
DateCell(Date) - Constructor for class bad.robot.excel.DateCell
 
DateCell(Date, Style) - Constructor for class bad.robot.excel.DateCell
 
DefaultStyle - Class in bad.robot.excel
 
describeTo(Description) - Method in class bad.robot.excel.matchers.WorkbookEqualityMatcher
 
DoubleCell - Class in bad.robot.excel
 
DoubleCell(Double) - Constructor for class bad.robot.excel.DoubleCell
 
DoubleCell(Double, Style) - Constructor for class bad.robot.excel.DoubleCell
 

E

equals(Object) - Method in class bad.robot.AbstractValueType
 
ExcelColumnIndex - Enum in bad.robot.excel.valuetypes
Currently supporting only 702 columns.
ExcelCoordinate - Class in bad.robot.excel.valuetypes
 
ExcelCoordinate(ExcelColumnIndex, ExcelRowIndex) - Constructor for class bad.robot.excel.valuetypes.ExcelCoordinate
 
ExcelRowIndex - Class in bad.robot.excel.valuetypes
 
ExcelWorkbook - Interface in bad.robot.excel
 

F

FontSize - Class in bad.robot.excel.valuetypes
 
fontSize(String) - Static method in class bad.robot.excel.valuetypes.FontSize
 
Formula - Class in bad.robot.excel
 
formula(String) - Static method in class bad.robot.excel.Formula
 
FormulaCell - Class in bad.robot.excel
 
FormulaCell(String) - Constructor for class bad.robot.excel.FormulaCell
 
FormulaCell(String, Style) - Constructor for class bad.robot.excel.FormulaCell
 

G

getBottom() - Method in class bad.robot.excel.valuetypes.Border
 
getColumn() - Method in class bad.robot.excel.valuetypes.Coordinate
 
getInputStream() - Method in interface bad.robot.excel.ExcelWorkbook
 
getLeft() - Method in class bad.robot.excel.valuetypes.Border
 
getPoiStyle() - Method in enum bad.robot.excel.AlignmentStyle
 
getPoiStyle() - Method in enum bad.robot.excel.BorderStyle
 
getRight() - Method in class bad.robot.excel.valuetypes.Border
 
getRow() - Method in class bad.robot.excel.valuetypes.Coordinate
 
getSheet() - Method in class bad.robot.excel.valuetypes.Coordinate
 
getStyle() - Method in class bad.robot.excel.Cell
 
getTop() - Method in class bad.robot.excel.valuetypes.Border
 

H

hashCode() - Method in class bad.robot.AbstractValueType
 

I

insertAt(Workbook, SheetIndex, RowIndex) - Method in class bad.robot.excel.Row
 
insertRowToFirstSheet(Row, RowIndex) - Method in class bad.robot.excel.PoiWorkbookMutator
 
insertRowToFirstSheet(Row, RowIndex) - Method in interface bad.robot.excel.WorkbookMutator
 
insertRowToSheet(Row, RowIndex, SheetIndex) - Method in class bad.robot.excel.PoiWorkbookMutator
 
insertRowToSheet(Row, RowIndex, SheetIndex) - Method in interface bad.robot.excel.WorkbookMutator
 

L

left(BorderStyle) - Static method in class bad.robot.excel.valuetypes.LeftBorder
 
LeftBorder - Class in bad.robot.excel.valuetypes
 

M

matchesSafely(Workbook) - Method in class bad.robot.excel.matchers.WorkbookEqualityMatcher
 

N

NoStyle - Class in bad.robot.excel
 
NoStyle() - Constructor for class bad.robot.excel.NoStyle
 
NullSkippingRowBuilder - Class in bad.robot.excel
 
NullSkippingRowBuilder(int, Style) - Constructor for class bad.robot.excel.NullSkippingRowBuilder
 

O

OutputExcelWorkbook - Class in bad.robot.excel
 
OutputExcelWorkbook() - Constructor for class bad.robot.excel.OutputExcelWorkbook
 

P

PoiWorkbookMutator - Class in bad.robot.excel
 
PoiWorkbookMutator(Workbook) - Constructor for class bad.robot.excel.PoiWorkbookMutator
 

R

refreshFormulas() - Method in class bad.robot.excel.PoiWorkbookMutator
 
refreshFormulas() - Method in interface bad.robot.excel.WorkbookMutator
 
replaceCell(Coordinate, String) - Method in class bad.robot.excel.PoiWorkbookMutator
 
replaceCell(Coordinate, Formula) - Method in class bad.robot.excel.PoiWorkbookMutator
 
replaceCell(Coordinate, Date) - Method in class bad.robot.excel.PoiWorkbookMutator
 
replaceCell(Coordinate, Double) - Method in class bad.robot.excel.PoiWorkbookMutator
 
replaceCell(Coordinate, String) - Method in interface bad.robot.excel.WorkbookMutator
 
replaceCell(Coordinate, Formula) - Method in interface bad.robot.excel.WorkbookMutator
 
replaceCell(Coordinate, Date) - Method in interface bad.robot.excel.WorkbookMutator
 
replaceCell(Coordinate, Double) - Method in interface bad.robot.excel.WorkbookMutator
 
right(BorderStyle) - Static method in class bad.robot.excel.valuetypes.RightBorder
 
RightBorder - Class in bad.robot.excel.valuetypes
 
Row - Class in bad.robot.excel
 
Row(Map<CellIndex, Cell>) - Constructor for class bad.robot.excel.Row
 
row(Integer) - Static method in class bad.robot.excel.valuetypes.ExcelRowIndex
 
row(Integer) - Static method in class bad.robot.excel.valuetypes.RowIndex
 
RowBuilder - Class in bad.robot.excel
 
RowIndex - Class in bad.robot.excel.valuetypes
 

S

sameWorkBook(Workbook) - Static method in class bad.robot.excel.matchers.WorkbookEqualityMatcher
 
sheet(Integer) - Static method in class bad.robot.excel.valuetypes.SheetIndex
 
SheetIndex - Class in bad.robot.excel.valuetypes
 
StringCell - Class in bad.robot.excel
 
StringCell(String) - Constructor for class bad.robot.excel.StringCell
 
StringCell(String, Style) - Constructor for class bad.robot.excel.StringCell
 
Style - Interface in bad.robot.excel
 
StyleBuilder - Class in bad.robot.excel
 
StyledRowBuilder - Class in bad.robot.excel
 

T

top(BorderStyle) - Static method in class bad.robot.excel.valuetypes.TopBorder
 
TopBorder - Class in bad.robot.excel.valuetypes
 
toString() - Method in class bad.robot.AbstractValueType
 

V

value() - Method in class bad.robot.AbstractValueType
 
value() - Method in interface bad.robot.ValueType
 
valueOf(String) - Static method in enum bad.robot.excel.AlignmentStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum bad.robot.excel.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum bad.robot.excel.valuetypes.ExcelColumnIndex
Returns the enum constant of this type with the specified name.
values() - Static method in enum bad.robot.excel.AlignmentStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum bad.robot.excel.BorderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum bad.robot.excel.valuetypes.ExcelColumnIndex
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType<T> - Interface in bad.robot
 

W

with(DataFormat) - Method in class bad.robot.excel.StyleBuilder
 
with(Alignment) - Method in class bad.robot.excel.StyleBuilder
 
with(FontSize) - Method in class bad.robot.excel.StyleBuilder
 
with(Border) - Method in class bad.robot.excel.StyleBuilder
 
withBlank(CellIndex) - Method in class bad.robot.excel.StyledRowBuilder
 
withBlank(CellIndex, Style) - Method in class bad.robot.excel.StyledRowBuilder
 
withDate(CellIndex, Date) - Method in class bad.robot.excel.NullSkippingRowBuilder
 
withDate(CellIndex, Date, Style) - Method in class bad.robot.excel.NullSkippingRowBuilder
 
withDate(CellIndex, Date) - Method in class bad.robot.excel.RowBuilder
 
withDate(CellIndex, Date, Style) - Method in class bad.robot.excel.RowBuilder
 
withDate(CellIndex, Date) - Method in class bad.robot.excel.StyledRowBuilder
 
withDate(CellIndex, Date, Style) - Method in class bad.robot.excel.StyledRowBuilder
 
withDouble(CellIndex, Double) - Method in class bad.robot.excel.NullSkippingRowBuilder
 
withDouble(CellIndex, Double, Style) - Method in class bad.robot.excel.NullSkippingRowBuilder
 
withDouble(CellIndex, Double) - Method in class bad.robot.excel.RowBuilder
 
withDouble(CellIndex, Double, Style) - Method in class bad.robot.excel.RowBuilder
 
withDouble(CellIndex, Double) - Method in class bad.robot.excel.StyledRowBuilder
 
withDouble(CellIndex, Double, Style) - Method in class bad.robot.excel.StyledRowBuilder
 
withFormula(CellIndex, String) - Method in class bad.robot.excel.StyledRowBuilder
 
withFormula(CellIndex, String, Style) - Method in class bad.robot.excel.StyledRowBuilder
 
withInteger(CellIndex, Integer) - Method in class bad.robot.excel.NullSkippingRowBuilder
 
withInteger(CellIndex, Integer) - Method in class bad.robot.excel.RowBuilder
 
withInteger(CellIndex, Integer) - Method in class bad.robot.excel.StyledRowBuilder
 
withInteger(CellIndex, Integer, Style) - Method in class bad.robot.excel.StyledRowBuilder
 
withString(CellIndex, String) - Method in class bad.robot.excel.NullSkippingRowBuilder
 
withString(CellIndex, String) - Method in class bad.robot.excel.RowBuilder
 
withString(CellIndex, String) - Method in class bad.robot.excel.StyledRowBuilder
 
withString(CellIndex, String, Style) - Method in class bad.robot.excel.StyledRowBuilder
 
WorkbookEqualityMatcher - Class in bad.robot.excel.matchers
 
WorkbookMutator - Interface in bad.robot.excel
 
writeWorkbookToTemporaryFile(ExcelWorkbook, String) - Static method in class bad.robot.excel.OutputExcelWorkbook
 

A B C D E F G H I L M N O P R S T V W

Copyright © 2012. All Rights Reserved.