|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.demo.Demo
The main demo class which interprets the command line switches in order to determine how to call the demo programs The demo program uses stdout as its default output stream
Field Summary | |
private static int |
CSVFormat
|
private static int |
XMLFormat
|
Constructor Summary | |
Demo()
|
Method Summary | |
private static void |
displayHelp()
Displays the acceptable command line arguments |
private static void |
findTest(Workbook w)
A private method to test the various find functions |
static void |
main(java.lang.String[] args)
The main method. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private static final int CSVFormat
private static final int XMLFormat
Constructor Detail |
public Demo()
Method Detail |
private static void displayHelp()
public static void main(java.lang.String[] args)
args
- the command line argumentsprivate static void findTest(Workbook w)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |