Package com.tbg.wms.cli.gui
Class GuiPrinterTargetSupport
java.lang.Object
com.tbg.wms.cli.gui.GuiPrinterTargetSupport
Shared GUI helpers for workflow-scoped printer target lists.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuildPrintToFileOption(Path outputDir) static booleanhasCapability(LabelWorkflowService.PrinterOption option, String capability) static booleanstatic boolean
-
Field Details
-
FILE_PRINTER_ID
- See Also:
-
SYSTEM_DEFAULT_PRINTER_ID
- See Also:
-
CAPABILITY_ZPL
- See Also:
-
CAPABILITY_RAIL
- See Also:
-
-
Method Details
-
filterLabelScreenPrinters
public static List<LabelWorkflowService.PrinterOption> filterLabelScreenPrinters(List<LabelWorkflowService.PrinterOption> printers) -
filterRailToolPrinters
public static List<LabelWorkflowService.PrinterOption> filterRailToolPrinters(List<LabelWorkflowService.PrinterOption> printers) -
isPrintToFile
-
isSystemDefaultPrinter
-
buildPrintToFileOption
-
buildSystemDefaultPrinterOption
-
hasCapability
-