Business Components

Uses of Class
oracle.jbo.common.NamedObjectImpl

Packages that use.*
PackageDescription
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.mom   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.uicli.binding Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. 
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
oracle.jbo.uicli.layout   
oracle.jbo.uicli.mom Contains classes that implement metadata management for JClient  
 

Uses of NamedObjectImpl in oracle.jbo.common
 

Fields in oracle.jbo.common declared as NamedObjectImpl
TypeName
protected  NamedObjectImpl NamedObjectImpl.mParent
           
 

Methods in oracle.jbo.common that return NamedObjectImpl
TypeName
 NamedObjectImpl NamedObjectImpl.getParent()
          Gets this object's parent.
 

Methods in oracle.jbo.common with parameters of type NamedObjectImpl
TypeName
protected  void NamedObjectImpl.setParent(NamedObjectImpl parent)
          Sets this object's parent.
 

Uses of NamedObjectImpl in oracle.jbo.mom
 

Subclasses of NamedObjectImpl in oracle.jbo.mom
TypeName
 class oracle.jbo.mom.ContainerDefImpl
           
 class oracle.jbo.mom.DefinitionObject
           
 

Uses of NamedObjectImpl in oracle.jbo.server
 

Subclasses of NamedObjectImpl in oracle.jbo.server
TypeName
 class ApplicationModuleDefImpl
          The base class for all generated ApplicationModule classes.
 class ApplicationModuleImpl
          The base class of Application Modules.
 class AssociationDefBase
           
 class AttributeDefImpl
          AttributeDefImpl is an implementation class for the AttributeDef interface in the middle tier server.
 class ComponentObjectImpl
          Abstract class for ComponentObjectImpl.
 class ContainerObjectImpl
          The implementation of the ContainerObject interface.
(package private)  class oracle.jbo.server.DefObject
          Default implementation of DefInterface implemented by all of JBO Definition classes.
 class EJBEntityDefImpl
           
 class EntityAssociation
          Describes the relationship between two Entity Objects.
 class EntityDefImpl
          Defines metadata for Entity Object classes.
(package private)  class oracle.jbo.server.RowDef
          Default implementation of DefInterface implemented by all of JBO Definition classes.
 class ViewDefImpl
          The ViewDefImpl is the base class for all generated ViewDefImpl classes.
 class ViewLinkImpl
          Implements the ViewLink interface, the middle-tier class that manages a master-detail relationship between two View Objects.
 class ViewObjectImpl
          The implementation of the ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries.
 

Methods in oracle.jbo.server with parameters of type NamedObjectImpl
TypeName
protected  void ComponentObjectImpl.setParent(NamedObjectImpl parent)
          Sets this object's parent.
 

Uses of NamedObjectImpl in oracle.jbo.uicli.binding
 

Subclasses of NamedObjectImpl in oracle.jbo.uicli.binding
TypeName
 class JUControlDef
           
 class JUCtrlActionDef
           
 class JUCtrlAttrsDef
           
 class JUCtrlBoolDef
           
 class JUCtrlHierDef
           
 class JUCtrlHierTypeBinding
           
 class JUCtrlListDef
           
 class JUCtrlRangeDef
           
 class JUCtrlScrollDef
           
 class JUCtrlValueDef
           
 class JUDefBase
           
 class JUFormDef
           
 class JUIteratorDef
           
 class JUIterRangeDef
           
 class JUIterRowDef
           
 

Methods in oracle.jbo.uicli.binding with parameters of type NamedObjectImpl
TypeName
 void JUDefBase.setParent(NamedObjectImpl parent)
           
 

Uses of NamedObjectImpl in oracle.jbo.uicli.jui
 

Subclasses of NamedObjectImpl in oracle.jbo.uicli.jui
TypeName
 class JUActionDef
           
 class JUButtonDef
           
 class JUButtonGroupDef
           
 class JUComboBoxDef
           
 class JUDefaultControlDef
           
 class JULabelDef
           
 class JULayoutConsDefXY
           
 class JULayoutConsDefXYGroup
           
 class JULayoutDefXY
           
 class JUListSingleSelDef
           
 class JUPanelDef
           
 class JUScrollBarDef
           
 class JUTableDef
           
 class JUTextFieldDef
           
 class JUTreeAccessorTypeBinding
          Implements rules that governs display of rows of a given ViewObject type in a JTree.
 class JUTreeDef
           
 class JUTreeDiscrAttrTypeBinding
          Implements rules that governs display of rows of a given ViewObject type in a JTree.
 

Uses of NamedObjectImpl in oracle.jbo.uicli.layout
 

Subclasses of NamedObjectImpl in oracle.jbo.uicli.layout
TypeName
 class oracle.jbo.uicli.layout.JULayoutConsDef
           
 class oracle.jbo.uicli.layout.JULayoutDef
           
 

Uses of NamedObjectImpl in oracle.jbo.uicli.mom
 

Subclasses of NamedObjectImpl in oracle.jbo.uicli.mom
TypeName
 class JUApplicationDefImpl
           
 class JURowSetDefImpl
           
 class JUSessionDefImpl
           
 


Business Components