Class PropertyEditorInfo.CreateItem

  • Enclosing class:
    PropertyEditorInfo

    public static class PropertyEditorInfo.CreateItem
    extends java.lang.Object
    Class used to hold information about an edited item during creation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanequals​(java.lang.Object o)
      Checks if equal with another.
      inthashCode()
      Gets the hash code.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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.
    • Method Detail

      • equals

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

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