Package ch.bailu.gtk.gdk
Schnittstelle DragCancelReason
public interface DragCancelReason
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intUnspecified error.static final intThere is no suitable drop target.static final intDrag cancelled by the user
-
Felddetails
-
NO_TARGET
static final int NO_TARGETThere is no suitable drop target.- Siehe auch:
-
USER_CANCELLED
static final int USER_CANCELLEDDrag cancelled by the user- Siehe auch:
-
ERROR
static final int ERRORUnspecified error.- Siehe auch:
-