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

E13403-03

oracle.ide.inspector
Class LayoutInspectable

java.lang.Object
  extended by oracle.ide.inspector.LayoutInspectable
All Implemented Interfaces:
Inspectable, PropertyLayoutProvider

public abstract class LayoutInspectable
extends java.lang.Object
implements Inspectable, PropertyLayoutProvider

The 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 Summary
LayoutInspectable()
           
 
Method Summary
 PropertyFormLayout getPropertyFormLayout()
          Get the PropertyFormLayout that controls how properties are visually laid out in the inspector form view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.ide.inspector.Inspectable
getAdditionalTabPages, getCustomizer, getPropertyModel, getTarget, setContext
 

Constructor Detail

LayoutInspectable

public LayoutInspectable()
Method Detail

getPropertyFormLayout

public PropertyFormLayout getPropertyFormLayout()
Get the 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.

Specified by:
getPropertyFormLayout in interface PropertyLayoutProvider
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)

E13403-03

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