Enum Class IconViewDropPosition

java.lang.Object
java.lang.Enum<IconViewDropPosition>
org.gnome.gtk.IconViewDropPosition
All Implemented Interfaces:
Serializable, Comparable<IconViewDropPosition>, Constable, Enumeration

@Generated("org.javagi.JavaGI") @Deprecated public enum IconViewDropPosition extends Enum<IconViewDropPosition> implements Enumeration
Deprecated.
There is no replacement.
An enum for determining where a dropped item goes.
  • Enum Constant Details

    • NO_DROP

      public static final IconViewDropPosition NO_DROP
      Deprecated.
      no drop possible
    • DROP_INTO

      public static final IconViewDropPosition DROP_INTO
      Deprecated.
      dropped item replaces the item
    • DROP_LEFT

      public static final IconViewDropPosition DROP_LEFT
      Deprecated.
      dropped item is inserted to the left
    • DROP_RIGHT

      public static final IconViewDropPosition DROP_RIGHT
      Deprecated.
      dropped item is inserted to the right
    • DROP_ABOVE

      public static final IconViewDropPosition DROP_ABOVE
      Deprecated.
      dropped item is inserted above
    • DROP_BELOW

      public static final IconViewDropPosition DROP_BELOW
      Deprecated.
      dropped item is inserted below
  • Method Details

    • values

      public static IconViewDropPosition[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static IconViewDropPosition valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • of

      public static IconViewDropPosition of(int value)
      Deprecated.
      Create a new IconViewDropPosition for the provided value
      Parameters:
      value - the enum value
      Returns:
      the enum for the provided value
    • getValue

      public int getValue()
      Deprecated.
      Get the numeric value of this enum
      Specified by:
      getValue in interface Enumeration
      Returns:
      the enum value
    • of

      public static IconViewDropPosition of(MemorySegment address)
      Deprecated.
      Create a new IconViewDropPosition for the value in the provided memory address.
      Parameters:
      address - the memory address holding a enum value
      Returns:
      the enum for the value in the provided memory address
    • getType

      public static @Nullable Type getType()
      Deprecated.
      Get the GType of the IconViewDropPosition class.
      Returns:
      the GType