Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
B
C
D
G
M
Q
S
B
BadScanException
- exception ORG.popbeads.CCScan.
BadScanException
.
This class provides a named exception to flag scan data that is incorrectly formatted in some way.
BadScanException()
- Constructor for class ORG.popbeads.CCScan.
BadScanException
Instantiate a plain BadScanException.
BadScanException(String)
- Constructor for class ORG.popbeads.CCScan.
BadScanException
Instantiate a BadScanException containing an informative message.
C
CCScan
- class ORG.popbeads.CCScan.
CCScan
.
This class provides methods for decoding and storing data obtained from barcode scanners.
CCScan()
- Constructor for class ORG.popbeads.CCScan.
CCScan
Instantiate an empty CCScan object.
CCScan(String)
- Constructor for class ORG.popbeads.CCScan.
CCScan
Instantiate a CCScan object containing scan data supplied by the :CueCat(TM) scanner.
D
decode()
- Method in class ORG.popbeads.CCScan.
CCScan
Decode the raw scan data currently stored by the CCScan object.
G
getCodeData()
- Method in class ORG.popbeads.CCScan.
CCScan
Get the decoded bar code data contained in the scan currently held by the CCScan object.
getCodeType()
- Method in class ORG.popbeads.CCScan.
CCScan
Get the decoded bar code type of the scan currently held by the CCScan object.
getRawCodeData()
- Method in class ORG.popbeads.CCScan.
CCScan
Get the undecoded String representing the type of bar code data currently held by the CCScan object.
getRawCodeType()
- Method in class ORG.popbeads.CCScan.
CCScan
Get the undecoded String representing the code type of the scan currently held by the CCScan object.
getRawScanData()
- Method in class ORG.popbeads.CCScan.
CCScan
Get the raw scan currently held by the CCScan object.
getRawSerialNumber()
- Method in class ORG.popbeads.CCScan.
CCScan
Get the undecoded String representing the serial number of the :CueCat unit that was used to scan data.
getSerialNumber()
- Method in class ORG.popbeads.CCScan.
CCScan
Get the decoded serial number of the :CueCat unit that provided the scan currently held by the CCScan object.
M
main(String[])
- Static method in class ORG.popbeads.CCScan.
CCScan
This method provides a command line tool for examining bar code scans performed by the :CueCat handheld scanning device.
Q
quickScan(String)
- Method in class ORG.popbeads.CCScan.
CCScan
Set the data contained by the CCScan object, and decode it automatically and immediately.
S
setScanData(String)
- Method in class ORG.popbeads.CCScan.
CCScan
Set the data contained by the CCScan object, but do not decode it immediately.
B
C
D
G
M
Q
S
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES