Package ch.bailu.gtk.gtk
Schnittstelle PrintOperationResult
public interface PrintOperationResult
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The print settings should be stored.static final int
The print operation has been canceled,
the print settings should not be stored.static final int
An error has occurred.static final int
The print operation is not complete
yet.
-
Felddetails
-
ERROR
static final int ERRORAn error has occurred.- Siehe auch:
-
APPLY
static final int APPLYThe print settings should be stored.- Siehe auch:
-
CANCEL
static final int CANCELThe print operation has been canceled,
the print settings should not be stored.- Siehe auch:
-
IN_PROGRESS
static final int IN_PROGRESSThe print operation is not complete
yet. This value will only be returned when running asynchronously.- Siehe auch:
-