Package com.iizigo.prop
Class PropertyEditorInfo.CreateItem
- java.lang.Object
- com.iizigo.prop.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.
Field Summary
Fields Modifier and Type Field Description PropCnr[]
containers
The parent containers for the edited item.PropertyEditorInfo
info
The information for the item in the container.
Constructor Summary
Constructors Constructor Description CreateItem(PropertyEditorInfo info, PropCnr[] containers)
Constructor.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Checks if equal with another.int
hashCode()
Gets the hash code.
Field Detail
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 Detail
CreateItem
public CreateItem(PropertyEditorInfo info, PropCnr[] containers)
Constructor.