public abstract class LayoutInspectable extends java.lang.Object implements Inspectable, PropertyLayoutProvider
LayoutInspectable class must be extended by 
 Inspectable implementations that define property form 
 layout information in an extension manifest. This class implements 
 the PropertyFormLayout interface and is responsible
 for getting the property form layout information associated with the 
 property model encapsulated by this inspectable.
 Property form layout information controls how specific properties are visually laid out in the property inspector form view.
| Constructor and Description | 
|---|
LayoutInspectable()  | 
| Modifier and Type | Method and Description | 
|---|---|
PropertyFormLayout | 
getPropertyFormLayout()
Get the  
PropertyFormLayout that controls how properties are 
 visually laid out in the inspector form view. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdditionalTabPages, getCustomizer, getPropertyModel, getTarget, setContextpublic PropertyFormLayout getPropertyFormLayout()
PropertyFormLayout that controls how properties are 
 visually laid out in the inspector form view. This implementation returns 
 property form layouts defined in an extension manifest.
 
 In general, Inspectables that extend this class do not need 
 to override this method, unless they want to control how the property
 form layout is created, or their property form layout information is not 
 declated in an extension manifest.
getPropertyFormLayout in interface PropertyLayoutProvider