Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.ide.inspector
Interface PropertyLayoutProvider

All Known Implementing Classes:
LayoutInspectable

public interface PropertyLayoutProvider


Method Summary
 PropertyFormLayout getPropertyFormLayout()
          Get the PropertyFormLayout that controls how properties are visually laid out in the inspector form view.
 

Method Detail

getPropertyFormLayout

PropertyFormLayout getPropertyFormLayout()
Get the PropertyFormLayout that controls how properties are visually laid out in the inspector form view.

Inspectables that provide property form layout information from a source other than an extension manifest must implement this interface.

Inspectables 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.

Returns:
the layout controlling how properties are positioned in the property inspector form view.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.