public interface PropertyLayoutProvider
Modifier and Type | Method and Description |
---|---|
PropertyFormLayout |
getPropertyFormLayout()
Get the
PropertyFormLayout that controls how properties are
visually laid out in the inspector form view. |
PropertyFormLayout getPropertyFormLayout()
PropertyFormLayout
that controls how properties are
visually laid out in the inspector form view.
Inspectable
s that provide property form layout
information from a source other than an extension manifest must
implement this interface.
Inspectable
s whose property form layout information
comes from an extension manifest must extend the class
LayoutInspectable
. Layout inspectables know how to retrieve
the property layout information from the extension manifest.