Schnittstelle IconViewDropPosition


public interface IconViewDropPosition
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    dropped item is inserted above
    static final int
    dropped item is inserted below
    static final int
    dropped item replaces the item
    static final int
    dropped item is inserted to the left
    static final int
    dropped item is inserted to the right
    static final int
    no drop possible
  • Felddetails

    • NO_DROP

      static final int NO_DROP
      no drop possible
      Siehe auch:
    • DROP_INTO

      static final int DROP_INTO
      dropped item replaces the item
      Siehe auch:
    • DROP_LEFT

      static final int DROP_LEFT
      dropped item is inserted to the left
      Siehe auch:
    • DROP_RIGHT

      static final int DROP_RIGHT
      dropped item is inserted to the right
      Siehe auch:
    • DROP_ABOVE

      static final int DROP_ABOVE
      dropped item is inserted above
      Siehe auch:
    • DROP_BELOW

      static final int DROP_BELOW
      dropped item is inserted below
      Siehe auch: