Class PropertyEditorInfo.CreateItem

java.lang.Object
com.iizigo.prop.PropertyEditorInfo.CreateItem
Enclosing class:
PropertyEditorInfo

public static class PropertyEditorInfo.CreateItem extends Object
Class used to hold information about an edited item during creation.
  • Field Details

    • info

      public final PropertyEditorInfo info
      The information for the item in the container.
    • containers

      public final PropCnr[] containers
      The parent containers for the edited item. Sometimes (e.g. for Layout), the parent is not the original property container being edited in the main property editor for the editor part.
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object o)
      Checks if equal with another.
      Overrides:
      equals in class Object
      Returns:
      The equality flag.
    • hashCode

      public int hashCode()
      Gets the hash code.
      Overrides:
      hashCode in class Object
      Returns:
      The hash code.