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

E13403-08

Uses of Class
oracle.ide.inspector.layout.PropertyFormLayout

Packages that use PropertyFormLayout
oracle.ide.inspector Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. 
oracle.ide.inspector.layout Contains interfaces and abstract classes describing the property form layout information. 
 

Uses of PropertyFormLayout in oracle.ide.inspector
 

Methods in oracle.ide.inspector that return PropertyFormLayout
 PropertyFormLayout PropertyLayoutProvider.getPropertyFormLayout()
          Get the PropertyFormLayout that controls how properties are visually laid out in the inspector form view.
 PropertyFormLayout LayoutInspectable.getPropertyFormLayout()
          Get the PropertyFormLayout that controls how properties are visually laid out in the inspector form view.
 

Uses of PropertyFormLayout in oracle.ide.inspector.layout
 

Subclasses of PropertyFormLayout in oracle.ide.inspector.layout
 class PropertyFormLayoutAssembly
          Assembles multiple PropertyFormLayouts into one.
 

Methods in oracle.ide.inspector.layout that return PropertyFormLayout
 PropertyFormLayout FormLayoutFactory.createPropertyFormLayout(oracle.bali.inspector.PropertyModel propertyModel)
          Create an instance of the PropertyFormLayout implementation associated with the specified property model class.
static PropertyFormLayout PropertyFormLayoutFactory.getPropertyFormLayout(oracle.bali.inspector.PropertyModel propertyModel)
          Find or create an instance of the PropertyFormLayout implementation associated with the specified property model.
 

Methods in oracle.ide.inspector.layout that return types with arguments of type PropertyFormLayout
static java.util.List<PropertyFormLayout> PropertyFormLayoutFactory.getExternalPropertyFormLayouts(org.xml.sax.InputSource source, java.lang.String extensionID, java.lang.String rsBundleClassName)
          Given an InputSource to a "property-inspector-hook" xml fragment external to an extension manifest, process the hook information using this hook handler and return the newly declared PropertyFormLayouts.
static java.util.List<PropertyFormLayout> PropertyFormLayoutFactory.getExternalPropertyFormLayouts(org.xml.sax.XMLReader reader, org.xml.sax.InputSource source, java.lang.String extensionID, java.lang.String rsBundleClassName)
          Given an InputSource to a "property-inspector-hook" xml fragment external to an extension manifest, process the hook information using this hook handler and return the newly declared PropertyFormLayouts.
 


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

E13403-08

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