|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ASCIITableHeader | |
|---|---|
| org.camunda.bpm.extension.osgi.commands.asciitable | Ascii table package contains utilities to display nice formatted ascii table. |
| Uses of ASCIITableHeader in org.camunda.bpm.extension.osgi.commands.asciitable |
|---|
| Methods in org.camunda.bpm.extension.osgi.commands.asciitable that return types with arguments of type ASCIITableHeader | |
|---|---|
List<ASCIITableHeader> |
IASCIITableAware.getHeaders()
Returns the list of headers to render. |
| Methods in org.camunda.bpm.extension.osgi.commands.asciitable with parameters of type ASCIITableHeader | |
|---|---|
String |
IASCIITableAware.formatData(ASCIITableHeader header,
int row,
int col,
Object data)
Returns the formatted data item for a particular cell. |
String |
SimpleASCIITableImpl.getTable(ASCIITableHeader[] headerObjs,
String[][] data)
|
String |
ASCIITable.getTable(ASCIITableHeader[] headerObjs,
String[][] data)
|
String |
IASCIITable.getTable(ASCIITableHeader[] headerObjs,
String[][] data)
|
void |
SimpleASCIITableImpl.printTable(ASCIITableHeader[] headerObjs,
String[][] data)
|
void |
ASCIITable.printTable(ASCIITableHeader[] headerObjs,
String[][] data)
|
void |
IASCIITable.printTable(ASCIITableHeader[] headerObjs,
String[][] data)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||