Package ch.bailu.gtk.gtk
Schnittstelle PrintOperationResult
public interface PrintOperationResult
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intThe print settings should be stored.static final intThe print operation has been canceled,
the print settings should not be stored.static final intAn error has occurred.static final intThe 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:
-