|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSCSVCell | |
---|---|
org.jSyncManager.API.Protocol.Util |
Uses of JSCSVCell in org.jSyncManager.API.Protocol.Util |
---|
Methods in org.jSyncManager.API.Protocol.Util that return JSCSVCell | |
protected JSCSVCell |
JSCSVDocument.elementAt(int row,
int col)
Get a JSCSVCell object at the row,col given. |
JSCSVCell |
JSCSVDocument.getCell(int row,
int col)
Retrieve the JSCSVCell object from the given row and column. |
Methods in org.jSyncManager.API.Protocol.Util with parameters of type JSCSVCell | |
protected void |
JSCSVDocument.setElementAt(JSCSVCell cell,
int row,
int col)
Set a JSCSVCell object at the row,col given. |
protected void |
JSCSVDocument.setElementAt(JSCSVCell cell,
java.lang.String title,
int row,
int col)
Set a JSCSVCell object at the row,col given with the given title String. |
java.lang.String |
JSCSVDocument.readStringCell(JSCSVCell node)
Get String value of node JSCSVCell object. |
java.lang.String[] |
JSCSVDocument.readStringArrayCell(JSCSVCell node)
Get String array value of node JSCSVCell object. |
java.util.GregorianCalendar |
JSCSVDocument.readCalendarCell(JSCSVCell node)
Get GregorianCalendar value of node JSCSVCell object. |
boolean |
JSCSVDocument.readBooleanCell(JSCSVCell node)
Get boolean value of node JSCSVCell object. |
byte |
JSCSVDocument.readByteCell(JSCSVCell node)
Get byte value of node JSCSVCell object. |
byte[] |
JSCSVDocument.readByteArrayCell(JSCSVCell node)
Get byte array value of node JSCSVCell object. |
char |
JSCSVDocument.readCharCell(JSCSVCell node)
Get char value of node JSCSVCell object. |
char[] |
JSCSVDocument.readCharArrayCell(JSCSVCell node)
Get char array value of node JSCSVCell object. |
int |
JSCSVDocument.readIntCell(JSCSVCell node)
Get int value of node JSCSVCell object. |
int[] |
JSCSVDocument.readIntArrayCell(JSCSVCell node)
Get int array value of node JSCSVCell object. |
long |
JSCSVDocument.readLongCell(JSCSVCell node)
Get long value of node JSCSVCell object. |
long[] |
JSCSVDocument.readLongArrayCell(JSCSVCell node)
Get long array value of node JSCSVCell object. |
float |
JSCSVDocument.readFloatCell(JSCSVCell node)
Get float value of node JSCSVCell object. |
float[] |
JSCSVDocument.readFloatArrayCell(JSCSVCell node)
Get float array value of node JSCSVCell object. |
double |
JSCSVDocument.readDoubleCell(JSCSVCell node)
Get double value of node JSCSVCell object. |
double[] |
JSCSVDocument.readDoubleArrayCell(JSCSVCell node)
Get double array value of node JSCSVCell object. |
|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |