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

E13403-08

Uses of Interface
oracle.ide.inspector.layout.Extensible

Packages that use Extensible
oracle.ide.inspector.layout Contains interfaces and abstract classes describing the property form layout information. 
 

Uses of Extensible in oracle.ide.inspector.layout
 

Classes in oracle.ide.inspector.layout that implement Extensible
 class CategoryLayout
          CategoryLayouts specify how the property inspector form view displays properties under a specific category.
 class Choice
          One of the display choices in a ChoiceGroup.
 class ChoiceGroup
          One of the Elements comprising a DisplayGroup.
 class DisplayGroup
          Display groups collect a number of displayable elements into meaningful groups that are hidden from view when the display group is not in its expanded state.
 class ExtensibleElement
          Extensible elements should extend this class.
 class ExtensibleGroup
          Group elements that are also extensible must implement this interface.
static class PropertyFormLayoutAssembly.CategoryLayoutAssembly
          Assembles multiple CategoryLayouts into one.
static class PropertyFormLayoutAssembly.ChoiceAssembly
          Assembles multiple part-of Choices into one.
static class PropertyFormLayoutAssembly.ChoiceGroupAssembly
          Assembles multiple ChoiceGroups that are part of another into to one group.
static class PropertyFormLayoutAssembly.DisplayGroupAssembly
          Assembles multiple DisplayGroups that part-of another group into one group .
 

Methods in oracle.ide.inspector.layout that return Extensible
 Extensible Extensible.getBase()
          Get the base element.
 Extensible PropertyFormLayoutAssembly.CategoryLayoutAssembly.getBase()
          Assemblies cannot be extended, therefore, this method always returns null.
 Extensible SimpleElement.getExtensible()
           
 Extensible ExtensibleGroup.getExtensible()
           
 Extensible ExtensibleElement.getExtensible()
           
 Extensible Element.getExtensible()
          Get the Extensible information.
 Extensible Row.getExtensible()
           
 Extensible PropertyFormLayout.getExtensible()
           
 


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.