Enclosing class: PropertyEditorInfo
public static class PropertyEditorInfo.CreateItem extends Object Class used to hold information about an edited item during creation.
Field Summary Fields
The parent containers for the edited item.
The information for the item in the container.
Constructor Summary Constructors
Method Summary All Methods Instance Methods Concrete Methods
boolean
Checks if equal with another.
int
Field Details info The information for the item in the container.
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 CreateItem Constructor.
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.