A C D E F G L N P R S W 

A

addPrintProgressListener(PrintProgressListener) - Method in class com.honeywell.mobility.print.Printer
Adds the specified listener to receive print progress events from the concrete class object.

C

CANCEL - Static variable in class com.honeywell.mobility.print.PrintProgressEvent.MessageTypes
Printing is canceled due to unexpected errors.
clear() - Method in class com.honeywell.mobility.print.LabelPrinter.VarDictionary
Clears the dictionary entries contained in this object.
close() - Method in class com.honeywell.mobility.print.Printer
Closes the existing printer connection and releases the resources this object uses.
com.honeywell.mobility.print - package com.honeywell.mobility.print
Provides classes for printing receipts or labels to Honeywell printers.
COMPLETE - Static variable in class com.honeywell.mobility.print.PrintProgressEvent.MessageTypes
Printing is completed without errors or being cancelled.
connect() - Method in class com.honeywell.mobility.print.Printer
Opens a connection to the printer identified in the concrete class constructor.
containsVarName(String) - Method in class com.honeywell.mobility.print.LabelPrinter.VarDictionary
Returns true if this object contains the specified variable name.
containsVarValue(String) - Method in class com.honeywell.mobility.print.LabelPrinter.VarDictionary
Returns true if this object contains the specified variable value.

D

DEGREE_0 - Static variable in class com.honeywell.mobility.print.LinePrinter.GraphicRotationDegrees
0 degree (no rotation).
DEGREE_180 - Static variable in class com.honeywell.mobility.print.LinePrinter.GraphicRotationDegrees
180 degrees.
DEGREE_270 - Static variable in class com.honeywell.mobility.print.LinePrinter.GraphicRotationDegrees
270 degrees.
DEGREE_90 - Static variable in class com.honeywell.mobility.print.LinePrinter.GraphicRotationDegrees
90 degrees.
disconnect() - Method in class com.honeywell.mobility.print.Printer
Closes the existing printer connection.

E

endDoc() - Method in class com.honeywell.mobility.print.Printer
Indicates the end of the document and causes one or more PrintProgressEvent events to be fired.
ENDDOC - Static variable in class com.honeywell.mobility.print.PrintProgressEvent.MessageTypes
Done printing but not yet disconnected from the printer.
entrySet() - Method in class com.honeywell.mobility.print.LabelPrinter.VarDictionary
Returns the dictionary entries contained in this object.
ERROR_ALREADY_CONNECTED - Static variable in exception com.honeywell.mobility.print.PrinterException
An active printer connection already exists.
ERROR_FILE_INVALID - Static variable in exception com.honeywell.mobility.print.PrinterException
The commands and attributes JSON file or string contains invalid contents.
ERROR_FILE_NOT_FOUND - Static variable in exception com.honeywell.mobility.print.PrinterException
The specified file cannot be found.
ERROR_INVALID_NET_ADDRESS - Static variable in exception com.honeywell.mobility.print.PrinterException
The network address is invalid.
ERROR_INVALID_PRINTER_ID - Static variable in exception com.honeywell.mobility.print.PrinterException
The printer identifier is invalid.
ERROR_NO_CONNECTION - Static variable in exception com.honeywell.mobility.print.PrinterException
The printer is not connected.

F

FINISHED - Static variable in class com.honeywell.mobility.print.PrintProgressEvent.MessageTypes
Printer connection is closed without regard to the printing status.
flush() - Method in class com.honeywell.mobility.print.Printer
Sends all the data in the internal print buffer to the printer via the transport medium.
formFeed() - Method in class com.honeywell.mobility.print.Printer
Sends the printer FormFeed command to the printer, causing it to feed paper.

G

get(String) - Method in class com.honeywell.mobility.print.LabelPrinter.VarDictionary
Gets the variable value of the specified variable name.
getBytesWritten() - Method in class com.honeywell.mobility.print.Printer
Gets the number of bytes sent to the printer since the last Printer.connect() call.
getContext() - Method in class com.honeywell.mobility.print.Printer.ExtraSettings
Returns the context object.
getErrorCode() - Method in exception com.honeywell.mobility.print.PrinterException
Gets the error code associated with this exception.
getMessageType() - Method in class com.honeywell.mobility.print.PrintProgressEvent
Gets the type of progress message.

L

LabelPrinter - Class in com.honeywell.mobility.print
This class represents a Honeywell label printer and provides methods to communicate with the printer.
LabelPrinter(String, String, String, LabelPrinter.ExtraSettings) - Constructor for class com.honeywell.mobility.print.LabelPrinter
Constructs a LabelPrinter object with the specified settings.
LabelPrinter.ExtraSettings - Class in com.honeywell.mobility.print
This class defines extra settings that may be required for the LabelPrinter.
LabelPrinter.ExtraSettings() - Constructor for class com.honeywell.mobility.print.LabelPrinter.ExtraSettings
 
LabelPrinter.VarDictionary - Class in com.honeywell.mobility.print
This class defines the dictionary entries that are used to replace variables in a label definition with the specified values.
LabelPrinter.VarDictionary() - Constructor for class com.honeywell.mobility.print.LabelPrinter.VarDictionary
Constructs a new VarDictionary object.
LabelPrinterException - Exception in com.honeywell.mobility.print
Exception thrown by the LabelPrinter class.
LabelPrinterException(String, int) - Constructor for exception com.honeywell.mobility.print.LabelPrinterException
Constructs a LabelPrinterException object with the specified detailed message and error code.
LinePrinter - Class in com.honeywell.mobility.print
This class represents a Honeywell mobile receipt printer and provides methods to communicate with the printer.
LinePrinter(String, String, String, LinePrinter.ExtraSettings) - Constructor for class com.honeywell.mobility.print.LinePrinter
Constructs a LinePrinter object with the specified settings.
LinePrinter.BarcodeSymbologies - Class in com.honeywell.mobility.print
This class defines the symbology constants used for printing bar codes.
LinePrinter.ExtraSettings - Class in com.honeywell.mobility.print
This class defines extra settings that may be required for the LinePrinter.
LinePrinter.ExtraSettings() - Constructor for class com.honeywell.mobility.print.LinePrinter.ExtraSettings
 
LinePrinter.GraphicRotationDegrees - Class in com.honeywell.mobility.print
This class defines the degree constants used for graphic rotation.
LinePrinterException - Exception in com.honeywell.mobility.print
Exception thrown by the LinePrinter class.
LinePrinterException(String, int) - Constructor for exception com.honeywell.mobility.print.LinePrinterException
Constructs a LinePrinterException object with the specified detailed message and error code.

N

newLine(int) - Method in class com.honeywell.mobility.print.LinePrinter
Advances the printer the specified number of lines.
NONE - Static variable in class com.honeywell.mobility.print.PrintProgressEvent.MessageTypes
Unknown message type.

P

Printer - Class in com.honeywell.mobility.print
This abstract class implements common functionality for communicating with a Honeywell printer.
Printer.ExtraSettings - Class in com.honeywell.mobility.print
This class defines extra settings that may be required for creating an object of a concrete subclass of Printer.
Printer.ExtraSettings() - Constructor for class com.honeywell.mobility.print.Printer.ExtraSettings
 
PrinterException - Exception in com.honeywell.mobility.print
Exception thrown by the Printer class.
PrinterException(String, int) - Constructor for exception com.honeywell.mobility.print.PrinterException
Constructs a PrinterException object with the specified detail message and error code.
PrintProgressEvent - Class in com.honeywell.mobility.print
This class contains the print progress event data.
PrintProgressEvent(Printer, int) - Constructor for class com.honeywell.mobility.print.PrintProgressEvent
Constructs a PrintProgressEvent object with the specified progress message type.
PrintProgressEvent.MessageTypes - Class in com.honeywell.mobility.print
This class defines the constants representing the print progress message types.
PrintProgressListener - Interface in com.honeywell.mobility.print
The listener interface for receiving print progress events.
put(String, String) - Method in class com.honeywell.mobility.print.LabelPrinter.VarDictionary
Add a new entry to the dictionary with the specified variable name and value.

R

receivedStatus(PrintProgressEvent) - Method in interface com.honeywell.mobility.print.PrintProgressListener
Method called to handle a print progress event when it is received.
remove(String) - Method in class com.honeywell.mobility.print.LabelPrinter.VarDictionary
Removes the specified variable name from the dictionary entries.
removePrintProgressListener(PrintProgressListener) - Method in class com.honeywell.mobility.print.Printer
Removes the specified listener so that it no longer receives print progress events from the concrete class object.

S

sendCustomCommand(String) - Method in class com.honeywell.mobility.print.Printer
Sends a custom command identified by the specified command identifier to the internal print buffer.
setBold(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
Enables/disables the bold font style on the printer.
setCompress(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
Enables/disables the compressed font style on the printer.
setContext(Object) - Method in class com.honeywell.mobility.print.Printer.ExtraSettings
Sets the context object.
setDoubleHigh(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
Enables/disables the double high font style on the printer.
setDoubleWide(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
Enables/disables the double wide font style on the printer.
setItalic(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
Enables/disables the italic font style on the printer.
setSettingBool(String, boolean) - Method in class com.honeywell.mobility.print.Printer
Adds the specified boolean setting to the current printer settings if the setting name does not already exists; otherwise, the existing setting value will be overridden.
setSettingBytes(String, byte[]) - Method in class com.honeywell.mobility.print.Printer
Adds the specified byte array setting to the current printer settings if the setting name does not already exists; otherwise, the existing setting value will be overridden.
setSettingNum(String, int) - Method in class com.honeywell.mobility.print.Printer
Adds the specified integer setting to the current printer settings if the setting name does not already exists; otherwise, the existing setting value will be overridden.
setSettingString(String, String) - Method in class com.honeywell.mobility.print.Printer
Adds the specified string setting to the current printer settings if the setting name does not already exists; otherwise, the existing setting value will be overridden.
setStrikeout(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
Enables/disables the strikeout font style on the printer.
setUnderline(boolean) - Method in class com.honeywell.mobility.print.LinePrinter
Enables/disables the underline font style on the printer.
STARTDOC - Static variable in class com.honeywell.mobility.print.PrintProgressEvent.MessageTypes
Printing has begun.
startFileEcho(String, boolean) - Method in class com.honeywell.mobility.print.Printer
Enables the file echo feature.
stopFileEcho() - Method in class com.honeywell.mobility.print.Printer
Disables the file echo feature.
SYMBOLOGY_CODE128 - Static variable in class com.honeywell.mobility.print.LinePrinter.BarcodeSymbologies
1D Code 128 Symbology.
SYMBOLOGY_CODE39 - Static variable in class com.honeywell.mobility.print.LinePrinter.BarcodeSymbologies
1D Code 39 Symbology.

W

write(byte[]) - Method in class com.honeywell.mobility.print.Printer
Writes an array of bytes to the internal print buffer.
write(String) - Method in class com.honeywell.mobility.print.Printer
Writes a string to the internal print buffer.
writeBarcode(int, String, int, int) - Method in class com.honeywell.mobility.print.LinePrinter
Generates the specified bar code and prints it.
writeGraphic(String, int, int, int, int) - Method in class com.honeywell.mobility.print.LinePrinter
Prints the specified graphic file.
writeGraphicBase64(String, int, int, int, int) - Method in class com.honeywell.mobility.print.LinePrinter
Prints the specified Base64 encoded graphic.
writeLabel(String, LabelPrinter.VarDictionary) - Method in class com.honeywell.mobility.print.LabelPrinter
Prints a label with the specified layout definition and data.
writeLine(String) - Method in class com.honeywell.mobility.print.LinePrinter
Writes a string to the internal print buffer, followed by a call to newLine(1).
A C D E F G L N P R S W 

Copyright (c) 2013-2015 Honeywell International Inc. All rights reserved.