Business Components
A B C D E F G H I J K L M N O P Q R S T U V W X _

J

JAVA - Static variable in interface oracle.jbo.common.PropertyConstants
 
JAVATYPE_PARAM - Static variable in class oracle.jbo.html.jsp.datatags.ShowDefinitionTag
 
JavaTypeMapEntries - class oracle.jbo.common.JavaTypeMapEntries.
Populates TypeMap Entries for BC4J Designtime and Runtime to map a Database column type to a java-class type and also to jdbc-sqltype and id.
JavaTypeMapEntries - class oracle.jbo.server.JavaTypeMapEntries.
Deprecated. since JDeveloper 5.0 Use oracle.jbo.common.OracleTypeMapEntries instead.
JavaTypeMapEntries() - Constructor for class oracle.jbo.common.JavaTypeMapEntries
 
JavaTypeMapEntries() - Constructor for class oracle.jbo.server.JavaTypeMapEntries
Deprecated.  
javaTypeToAttrType(String) - Static method in class oracle.jbo.common.JboTypeMap
 
javaTypeToColumnType(String) - Static method in class oracle.jbo.common.JboTypeMap
 
javaTypeToSQLType(String) - Static method in class oracle.jbo.common.JboTypeMap
 
javaTypeToSQLTypeId(String) - Static method in class oracle.jbo.common.JboTypeMap
 
JbiValidator - interface oracle.jbo.server.rules.JbiValidator.
The principal interface for validator classes.
JBO_323_COMPATIBLE - Static variable in class oracle.jbo.common.PropertyMetadata
 
JBO_323_COMPATIBLE - Static variable in interface oracle.jbo.common.PropertyConstants
 
JBO_CONTEXT_FACTORY - Static variable in interface oracle.jbo.JboContext
 
JBO_MISCELLANEOUS - Static variable in class oracle.jbo.common.EventGroup
 
JBO_POOL_MANAGER - Static variable in interface oracle.jbo.common.PropertyConstants
 
JBO_PROJECT - Static variable in interface oracle.jbo.JboContext
Used to pass the Project substitution name for Oracle8i.
JBO_PROJECT - Static variable in class oracle.jbo.common.PropertyMetadata
 
JBO_PROJECT - Static variable in interface oracle.jbo.common.PropertyConstants
global substitution project name
JBO_SESSION_COOKIE - Static variable in interface oracle.jbo.Session
 
JBO_SESSION_COOKIE - Static variable in class oracle.jbo.client.Configuration
 
JboAssert - exception oracle.jbo.common.JboAssert.
Indicates that an ASSERT() statement has failed.
JboAssert(String) - Constructor for class oracle.jbo.common.JboAssert
Creates an exception message.
JboAssert(String, Object[]) - Constructor for class oracle.jbo.common.JboAssert
Creates an exception with a formatable message.
JboBaseValidator - class oracle.jbo.server.rules.JboBaseValidator.
The superclass for all pre-defined validators.
JboBaseValidator() - Constructor for class oracle.jbo.server.rules.JboBaseValidator
 
JBOClass - class oracle.jbo.common.JBOClass.
 
JBOClassLoader - interface oracle.jbo.common.JBOClassLoader.
 
JboCMUtils - class oracle.jbo.client.JboCMUtils.
 
JboCMUtils() - Constructor for class oracle.jbo.client.JboCMUtils
 
JboCMUtilsInt - interface oracle.jbo.client.JboCMUtilsInt.
 
JboCompareValidator - class oracle.jbo.server.rules.JboCompareValidator.
A validator that tests literal values by comparing them to a pre-defined value, using a pre-defined relation.
JboCompareValidator() - Constructor for class oracle.jbo.server.rules.JboCompareValidator
Creates an uninitialized compare validator.
JboCompareValidator(boolean, int) - Constructor for class oracle.jbo.server.rules.JboCompareValidator
Creates an partially-initialized compare validator.
JboCompareValidator(boolean, int, Object) - Constructor for class oracle.jbo.server.rules.JboCompareValidator
Creates an initialized compare validator.
JboCompareValidatorBeanInfo - class oracle.jbo.server.rules.JboCompareValidatorBeanInfo.
The external interface for JboCompareValidator.
JboCompareValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboCompareValidatorBeanInfo
 
JboContext - interface oracle.jbo.JboContext.
Defines additional properties (or environment variables) for the initial context.
JboDTUtils - class oracle.jbo.server.util.JboDTUtils.
This class is a subset of various db related string manipulations needed by DesignTime.
JboEnvUtil - class oracle.jbo.common.JboEnvUtil.
Internal: Applications should not use this class.
JboEnvUtil() - Constructor for class oracle.jbo.common.JboEnvUtil
 
JboEvent - class oracle.jbo.JboEvent.
The superclass of events in the Business Components for Java framework.
JBOEVENT - Static variable in class oracle.jbo.html.jsp.datatags.OnEventTag
 
JboEvent(JboEventObject) - Method in interface oracle.jbo.server.JboEventListener
Creates a generic JBO event.
JboEvent(JboEventObject) - Method in class oracle.jbo.server.JboMultiCaster
Transmits an event to all the listeners in this list.
JboEvent(Object) - Constructor for class oracle.jbo.JboEvent
Creates an event.
JboEventListener - interface oracle.jbo.server.JboEventListener.
Implemented by classes that subscribe to JboEvents.
JboEventObject - class oracle.jbo.server.JboEventObject.
The event transmitter for JboEvent instances.
JboEventObject(Object) - Constructor for class oracle.jbo.server.JboEventObject
Creates an event object.
JboEventObject(Object, String) - Constructor for class oracle.jbo.server.JboEventObject
Creates an event object.
JBOEVENTVO - Static variable in class oracle.jbo.html.jsp.datatags.OnEventTag
 
JboException - exception oracle.jbo.JboException.
Top level exception for the JBO package.
JboException(Class, String, Object[]) - Constructor for class oracle.jbo.JboException
Creates a translatable exception.
JboException(Class, String, Object[], Exception[]) - Constructor for class oracle.jbo.JboException
Creates a translatable exception.
JboException(Class, String, Object[], JboException[]) - Constructor for class oracle.jbo.JboException
Creates a translatable exception.
JboException(String) - Constructor for class oracle.jbo.JboException
Create a non-formattable exception.
JboException(String, String, Object[]) - Constructor for class oracle.jbo.JboException
Creates a formattable but non-localizable exception.
JboException(Throwable) - Constructor for class oracle.jbo.JboException
Converts an exception into a non-formattable JboException.
JboExceptionHandler - interface oracle.jbo.JboExceptionHandler.
Defines methods for handling exceptions in the client that are thrown by the middle tier.
JboExceptionHelper - class oracle.jbo.common.JboExceptionHelper.
The top-level class for Business Component exceptions.
JboExceptionHelper(JboMessage, String, String, Object[]) - Constructor for class oracle.jbo.common.JboExceptionHelper
Creates a translatable exception.
JboExHelperLocalized - class oracle.jbo.common.JboExHelperLocalized.
The superclass for localized exceptions for Business Components.
JboExHelperLocalized(JboMessage, Class, String, Object[]) - Constructor for class oracle.jbo.common.JboExHelperLocalized
Creates a translatable exception.
JboExMsgCarrier - exception oracle.jbo.common.JboExMsgCarrier.
 
JboExMsgCarrier(String, String) - Constructor for class oracle.jbo.common.JboExMsgCarrier
 
JboGenericValidator - class oracle.jbo.server.rules.JboGenericValidator.
A validator for domain attributes.
JboGenericValidator() - Constructor for class oracle.jbo.server.rules.JboGenericValidator
Creates an uninitialized validator.
JboGenericValidatorBeanInfo - class oracle.jbo.server.rules.JboGenericValidatorBeanInfo.
The external interface for JboGenericValidator.
JboGenericValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboGenericValidatorBeanInfo
 
JboHome - class oracle.jbo.common.JboHome.
Internal: Applications should not use this class.
JboHome(JboContext) - Constructor for class oracle.jbo.common.JboHome
 
JboInitialContext - class oracle.jbo.common.JboInitialContext.
Internal: Applications should not use this class.
JboInitialContext(Hashtable) - Constructor for class oracle.jbo.common.JboInitialContext
 
JboInitialContextFactory - class oracle.jbo.common.JboInitialContextFactory.
Internal: Applications should not use this class.
JboInitialContextFactory() - Constructor for class oracle.jbo.common.JboInitialContextFactory
 
JboListValidator - class oracle.jbo.server.rules.JboListValidator.
A validator that tests for the presence of a literal value in a list of pre-defined values.
JboListValidator() - Constructor for class oracle.jbo.server.rules.JboListValidator
Creates an uninitialized list validator.
JboListValidator(boolean, Vector) - Constructor for class oracle.jbo.server.rules.JboListValidator
Creates a list validator.
JboListValidatorBeanInfo - class oracle.jbo.server.rules.JboListValidatorBeanInfo.
The external interface for JboListValidator.
JboListValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboListValidatorBeanInfo
 
JboMandatoryAttributesValidator - class oracle.jbo.server.JboMandatoryAttributesValidator.
Implements non-null validation for mandatory attributes.
JboMandatoryAttributesValidator() - Constructor for class oracle.jbo.server.JboMandatoryAttributesValidator
Creates a default validator.
JboMessage - interface oracle.jbo.common.JboMessage.
Defines methods for localizing exception messages for various target languages, and for message formatting.
JboMessageListener - interface oracle.jbo.server.JboMessageListener.
Internal: Applications should not use this interface.
JboMessageManager - interface oracle.jbo.server.JboMessageManager.
Internal: Applications should not use this interface.
JboMessageObject - class oracle.jbo.server.JboMessageObject.
Internal: Applications should not use this class.
JboMessageObject(String, Object) - Constructor for class oracle.jbo.server.JboMessageObject
 
JboMethodValidator - class oracle.jbo.server.rules.JboMethodValidator.
A validator that tests values by passing them to a validation method.
JboMethodValidator() - Constructor for class oracle.jbo.server.rules.JboMethodValidator
Creates a validator without assigning its validation method.
JboMethodValidator(String, Class, Class) - Constructor for class oracle.jbo.server.rules.JboMethodValidator
Creates a validator given the name of the validation method.
JboMethodValidatorBeanInfo - class oracle.jbo.server.rules.JboMethodValidatorBeanInfo.
The external interface for JboMethodValidator.
JboMethodValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboMethodValidatorBeanInfo
 
JboMultiCaster - class oracle.jbo.server.JboMultiCaster.
Implements the chaining of event listeners in the event system.
JboMultiCaster(JboEventListener, JboEventListener) - Constructor for class oracle.jbo.server.JboMultiCaster
A new instance of this class can only be constructed by this class itself.
JboNamedData - class oracle.jbo.server.util.JboNamedData.
This class implements a persistable name-value-type holder It can be used to store name-type-value triplets e.g., to persist Bean Properties.
JboNamedData() - Constructor for class oracle.jbo.server.util.JboNamedData
 
JboNamedData(JboNamedData) - Constructor for class oracle.jbo.server.util.JboNamedData
 
JboNamedData(String, String, Object) - Constructor for class oracle.jbo.server.util.JboNamedData
 
JboNameUtil - class oracle.jbo.common.JboNameUtil.
Internal: Applications should not use this class.
JboNameUtil() - Constructor for class oracle.jbo.common.JboNameUtil
 
JboPrecisionScaleValidator - class oracle.jbo.server.JboPrecisionScaleValidator.
Implements precision and scale validation for numeric attributes and length validation for string and character attributes.
JboPrecisionScaleValidator() - Constructor for class oracle.jbo.server.JboPrecisionScaleValidator
Creates a default validator.
JboRangeValidator - class oracle.jbo.server.rules.JboRangeValidator.
A validator that tests if a literal value lies within a pre-defined range.
JboRangeValidator() - Constructor for class oracle.jbo.server.rules.JboRangeValidator
Creates an uninitialized range validator.
JboRangeValidator(boolean, Object, Object) - Constructor for class oracle.jbo.server.rules.JboRangeValidator
Creates a range validator.
JboRangeValidatorBeanInfo - class oracle.jbo.server.rules.JboRangeValidatorBeanInfo.
The external interface for JboRangeValidator.
JboRangeValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboRangeValidatorBeanInfo
 
JboSerializationException - exception oracle.jbo.JboSerializationException.
Thrown when an attempt to create a row fails.
JboSerializationException(boolean, int, String, Exception) - Constructor for class oracle.jbo.JboSerializationException
 
JBOSERVER_PROPERTIES_RESOURCE - Static variable in class oracle.jbo.common.PropertyManager
The pathname of the server properties file used to load various runtime properties.
JBOSessionFactoryHelper - class oracle.jbo.common.JBOSessionFactoryHelper.
Internal: Applications should not use this class.
JBOSessionFactoryHelper() - Constructor for class oracle.jbo.common.JBOSessionFactoryHelper
 
JboSQLCompareValidator - class oracle.jbo.server.rules.JboSQLCompareValidator.
A validator that tests literal values by comparing them to a database value, using a pre-defined relation.
JboSQLCompareValidator() - Constructor for class oracle.jbo.server.rules.JboSQLCompareValidator
Creates an uninitialized compare validator.
JboSQLCompareValidator(boolean, int) - Constructor for class oracle.jbo.server.rules.JboSQLCompareValidator
Creates an partially-initialized compare validator.
JboSQLCompareValidator(boolean, int, Object, Object) - Constructor for class oracle.jbo.server.rules.JboSQLCompareValidator
Creates an initialized compare validator.
JboSQLCompareValidatorBeanInfo - class oracle.jbo.server.rules.JboSQLCompareValidatorBeanInfo.
The external interface for JboSQLCompareValidator.
JboSQLCompareValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboSQLCompareValidatorBeanInfo
 
JboSQLListValidator - class oracle.jbo.server.rules.JboSQLListValidator.
A validator that tests for the presence of a literal value in a list of database values.
JboSQLListValidator() - Constructor for class oracle.jbo.server.rules.JboSQLListValidator
Creates an uninitialized list validator.
JboSQLListValidator(boolean, Object, String) - Constructor for class oracle.jbo.server.rules.JboSQLListValidator
Creates a list validator.
JboSQLListValidatorBeanInfo - class oracle.jbo.server.rules.JboSQLListValidatorBeanInfo.
The external interface for JboSQLListValidator.
JboSQLListValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboSQLListValidatorBeanInfo
 
JboSQLUtil - class oracle.jbo.server.util.JboSQLUtil.
 
JboSQLUtil() - Constructor for class oracle.jbo.server.util.JboSQLUtil
 
JboSyncLock - class oracle.jbo.JboSyncLock.
 
JboSyncLock() - Constructor for class oracle.jbo.JboSyncLock
 
JboToken - class oracle.jbo.server.util.JboToken.
 
JboTypeMap - class oracle.jbo.common.JboTypeMap.
Internal: Applications should not use this class.
JboTypeMap(String, String, String, int, String) - Constructor for class oracle.jbo.common.JboTypeMap
 
JboTypeMap(String, String, String, int, String, boolean) - Constructor for class oracle.jbo.common.JboTypeMap
 
JboTypeMap(String, String, String, int, String, byte) - Constructor for class oracle.jbo.common.JboTypeMap
 
JboTypeMap(String, String, String, String, int, String) - Constructor for class oracle.jbo.common.JboTypeMap
 
JboTypeMapEntries - class oracle.jbo.common.JboTypeMapEntries.
 
JboTypeMapEntries() - Constructor for class oracle.jbo.common.JboTypeMapEntries
 
JboUnexpectedException - exception oracle.jbo.common.JboUnexpectedException.
Indicates an unspecified fatal error.
JboUnexpectedException(String, Throwable) - Constructor for class oracle.jbo.common.JboUnexpectedException
Creates an exception message.
JboUtil - class oracle.jbo.client.JboUtil.
 
JboUtil() - Constructor for class oracle.jbo.client.JboUtil
 
JboVOCompareValidator - class oracle.jbo.server.rules.JboVOCompareValidator.
A validator that tests literal values by comparing them to a database value, using a pre-defined relation.
JboVOCompareValidator() - Constructor for class oracle.jbo.server.rules.JboVOCompareValidator
Creates an uninitialized compare validator.
JboVOCompareValidator(boolean, int) - Constructor for class oracle.jbo.server.rules.JboVOCompareValidator
Creates an partially-initialized compare validator.
JboVOCompareValidator(boolean, int, Object, Object) - Constructor for class oracle.jbo.server.rules.JboVOCompareValidator
Creates an initialized compare validator.
JboVOCompareValidatorBeanInfo - class oracle.jbo.server.rules.JboVOCompareValidatorBeanInfo.
The external interface for JboVOCompareValidator.
JboVOCompareValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboVOCompareValidatorBeanInfo
 
JboVOListValidator - class oracle.jbo.server.rules.JboVOListValidator.
A validator that tests for the presence of a literal value in a list of database values.
JboVOListValidator() - Constructor for class oracle.jbo.server.rules.JboVOListValidator
Creates an uninitialized list validator.
JboVOListValidator(boolean, Object, String) - Constructor for class oracle.jbo.server.rules.JboVOListValidator
Creates a list validator.
JboVOListValidatorBeanInfo - class oracle.jbo.server.rules.JboVOListValidatorBeanInfo.
The external interface for JboVOListValidator.
JboVOListValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboVOListValidatorBeanInfo
 
JboWarning - class oracle.jbo.JboWarning.
The facility for reporting non-fatal errors for the JBO package.
JboWarning(Class, String, Object[]) - Constructor for class oracle.jbo.JboWarning
Creates a translatable warning.
JboWarning(String) - Constructor for class oracle.jbo.JboWarning
Creates a non-formattable warning.
JboWarning(String, String, Object[]) - Constructor for class oracle.jbo.JboWarning
Creates a formattable but non-localizable warning.
JboXMLUtil - class oracle.jbo.common.JboXMLUtil.
Internal: Applications should not use this class.
JboXMLUtil() - Constructor for class oracle.jbo.common.JboXMLUtil
 
JDBC_CONNECT - Static variable in class oracle.jbo.common.EventGroup
 
JDBC_CONNECTION_NAME - Static variable in class oracle.jbo.client.Configuration
name of the property in the Config, which identifies the connect string.
JDBC_CREATE_PREPARED_STATEMENT - Static variable in class oracle.jbo.common.EventGroup
 
JDBC_CREATE_STATEMENT - Static variable in class oracle.jbo.common.EventGroup
 
JDBC_DS_NAME - Static variable in class oracle.jbo.client.Configuration
 
JDBC_EXECUTE - Static variable in class oracle.jbo.common.EventGroup
 
JDBC_MARKER - Static variable in interface oracle.jbo.common.PropertyConstants
 
JDBC_ODBC_DRIVER_CLASS - Static variable in interface oracle.jbo.common.PropertyConstants
 
JDBC_POOL_MAX_AVAIL_SIZE_DEFAULT - Static variable in interface oracle.jbo.common.PropertyConstants
 
JDBC_POOL_MAX_INACTIVE_AGE_DEFAULT - Static variable in interface oracle.jbo.common.PropertyConstants
 
JDBC_POOL_MIN_AVAIL_SIZE_DEFAULT - Static variable in interface oracle.jbo.common.PropertyConstants
 
JDBC_POOL_MONITOR_SLEEP_INTERVAL_DEFAULT - Static variable in interface oracle.jbo.common.PropertyConstants
 
JDBC_POOL_REQUEST_TIMEOUT_DEFAULT - Static variable in interface oracle.jbo.common.PropertyConstants
 
JDBC_SELECT - Static variable in class oracle.jbo.common.EventGroup
 
JDBC_TIMESTAMP - Static variable in class oracle.jbo.server.util.Canonizer
 
JdbcAccessContext - class oracle.jbo.server.JdbcAccessContext.
 
JdbcAccessContext() - Constructor for class oracle.jbo.server.JdbcAccessContext
 
JDBCInteract - class oracle.jbo.server.JDBCInteract.
Internal: Applications should not use this class.
JDBCInteract() - Constructor for class oracle.jbo.server.JDBCInteract
 
JS_LIBRARIES - Static variable in interface oracle.jdeveloper.html.WebBean
 
JS_NAMEID - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSButton - class oracle.jdeveloper.jsp.wb.JSButton.
 
JSButton() - Constructor for class oracle.jdeveloper.jsp.wb.JSButton
 
JSButton(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSButton
 
JSButtonBar - class oracle.jdeveloper.jsp.wb.JSButtonBar.
 
JSButtonBar() - Constructor for class oracle.jdeveloper.jsp.wb.JSButtonBar
 
JSButtonBar(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSButtonBar
 
JSButtonConstructorLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSCalendarConstructorLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSContainer - class oracle.jdeveloper.jsp.wb.JSContainer.
 
JSContainer() - Constructor for class oracle.jdeveloper.jsp.wb.JSContainer
 
JSContainer(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSContainer
 
JSContainerConstructorLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSDataConstructLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JServerUserTransactionBean - class oracle.jbo.html.jsp.datatags.JServerUserTransactionBean.
 
JServerUserTransactionBean() - Constructor for class oracle.jbo.html.jsp.datatags.JServerUserTransactionBean
 
JSlibNeeded - Variable in class oracle.jbo.html.databeans.EditCurrentRecord
Determines whether the bean has already generated the required JavaScript libraries.
JSLOV - class oracle.jbo.html.databeans.JSLOV.
 
JSLOV() - Constructor for class oracle.jbo.html.databeans.JSLOV
 
JSModalPageConstructorLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSNavigatorBar - class oracle.jbo.html.databeans.JSNavigatorBar.
 
JSNavigatorBar() - Constructor for class oracle.jbo.html.databeans.JSNavigatorBar
 
JSPApplicationRegistry - class oracle.jbo.html.jsp.JSPApplicationRegistry.
This class provides the main interface for DataWebBeans to use the Application Module Pool.
JSPApplicationRegistry() - Constructor for class oracle.jbo.html.jsp.JSPApplicationRegistry
Constructor, this should not be called directly
JSRowSetBrowser - class oracle.jbo.html.databeans.JSRowSetBrowser.
 
JSRowSetBrowser() - Constructor for class oracle.jbo.html.databeans.JSRowSetBrowser
 
JSTabContainer - class oracle.jdeveloper.jsp.wb.JSTabContainer.
 
JSTabContainer() - Constructor for class oracle.jdeveloper.jsp.wb.JSTabContainer
 
JSTabContainer(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSTabContainer
 
JSTable - class oracle.jdeveloper.jsp.wb.JSTable.
 
JSTable() - Constructor for class oracle.jdeveloper.jsp.wb.JSTable
 
JSTable(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSTable
 
JSTableConstructLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSTableData - class oracle.jdeveloper.jsp.wb.JSTableData.
 
JSTableData() - Constructor for class oracle.jdeveloper.jsp.wb.JSTableData
 
JSTableData(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSTableData
 
JSToolbar - class oracle.jdeveloper.jsp.wb.JSToolbar.
 
JSToolbar() - Constructor for class oracle.jdeveloper.jsp.wb.JSToolbar
 
JSToolbar(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSToolbar
 
JSToolbarConstructorLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSTree - class oracle.jdeveloper.jsp.wb.JSTree.
 
JSTree() - Constructor for class oracle.jdeveloper.jsp.wb.JSTree
 
JSTree(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSTree
 
JSTreeBrowser - class oracle.jbo.html.databeans.JSTreeBrowser.
 
JSTreeBrowser() - Method in class oracle.jbo.html.databeans.JSTreeBrowser
 
JSTreeBrowser() - Constructor for class oracle.jbo.html.databeans.JSTreeBrowser
 
JSTreeConstructLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSTreeData - class oracle.jdeveloper.jsp.wb.JSTreeData.
 
JSTreeData() - Constructor for class oracle.jdeveloper.jsp.wb.JSTreeData
 
JSTreeData(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSTreeData
 
JSUtilitiesLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSViewCurrentRecord - class oracle.jbo.html.databeans.JSViewCurrentRecord.
 
JSViewCurrentRecord() - Method in class oracle.jbo.html.databeans.JSViewCurrentRecord
 
JSViewCurrentRecord() - Constructor for class oracle.jbo.html.databeans.JSViewCurrentRecord
 
JTATransactionHandler - interface oracle.jbo.server.JTATransactionHandler.
 
JTATxnHandlerImpl - class oracle.jbo.server.JTATxnHandlerImpl.
 
JTATxnHandlerImpl() - Constructor for class oracle.jbo.server.JTATxnHandlerImpl
 
JUActionBinding - class oracle.jbo.uicli.jui.JUActionBinding.
Implements binding for a JButton to one of the commonly-used methods on the associated RowSet.
JUActionBinding(Object, JUIteratorBinding, int) - Constructor for class oracle.jbo.uicli.jui.JUActionBinding
This constructor binds the given JButton object (control) with an enumerated action in the RowSet identified by the given iterator binding.
JUActionDef - class oracle.jbo.uicli.jui.JUActionDef.
 
JUActionDef() - Constructor for class oracle.jbo.uicli.jui.JUActionDef
 
JUActionDef(String, String, int) - Constructor for class oracle.jbo.uicli.jui.JUActionDef
 
JUActionDef(String, String, String, String, int) - Constructor for class oracle.jbo.uicli.jui.JUActionDef
 
JUApplication - class oracle.jbo.uicli.binding.JUApplication.
The application class that manages connection to a BC4J Application Module.
JUApplication() - Constructor for class oracle.jbo.uicli.binding.JUApplication
 
JUApplication(ApplicationModule) - Constructor for class oracle.jbo.uicli.binding.JUApplication
Constructor used internally by the framework to associate an application module with a JClient application object.
JUApplication(Hashtable, String, Object) - Constructor for class oracle.jbo.uicli.binding.JUApplication
Constructs a root JUApplication object that connects to a BC4J Application Module of the given name.
JUApplication(JUApplication, ApplicationModule, Object) - Constructor for class oracle.jbo.uicli.binding.JUApplication
Constructor to be used to create a nested JUApplication inside another JUApplication object.
JUApplicationBeanInfo - class oracle.jbo.uicli.binding.JUApplicationBeanInfo.
 
JUApplicationBeanInfo() - Constructor for class oracle.jbo.uicli.binding.JUApplicationBeanInfo
 
JUApplicationDefImpl - class oracle.jbo.uicli.mom.JUApplicationDefImpl.
 
JUApplicationDefImpl() - Constructor for class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
JUApplicationDefImpl(String) - Constructor for class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
JUButtonBinding - class oracle.jbo.uicli.jui.JUButtonBinding.
Implements binding a Swing AbstractButton object with a BC4J attribute.
JUButtonBinding(AbstractButton, JUIteratorBinding, String) - Constructor for class oracle.jbo.uicli.jui.JUButtonBinding
 
JUButtonBinding(AbstractButton, JUIteratorBinding, String, Object[], boolean) - Constructor for class oracle.jbo.uicli.jui.JUButtonBinding
 
JUButtonDef - class oracle.jbo.uicli.jui.JUButtonDef.
 
JUButtonDef() - Constructor for class oracle.jbo.uicli.jui.JUButtonDef
 
JUButtonDef(String, String, String, String, String[], Object[], boolean) - Constructor for class oracle.jbo.uicli.jui.JUButtonDef
 
JUButtonGroupBinding - class oracle.jbo.uicli.jui.JUButtonGroupBinding.
Binds a group of buttons in a panel to an attribute in a ViewObject such that on selection of a given button, this binding works like a LOV binding, in updating selected attributes in the target ViewObject's current row, with values from the row that's represented by the selected button.
JUButtonGroupBinding(AbstractButton[], JUIteratorBinding, String, Object[]) - Constructor for class oracle.jbo.uicli.jui.JUButtonGroupBinding
Use this constructor to setup an enumerated list of values and bind them to an attribute in a ViewObject quite like a static list of values bound to an attribute in a ListBox or a ComboBox.
JUButtonGroupBinding(JUButtonGroupControlInterface, JUIteratorBinding, String[], JUIteratorBinding, String[], String) - Constructor for class oracle.jbo.uicli.jui.JUButtonGroupBinding
Use this constructor to bind a set of group buttons (created by the given control in createButtons method) based on values as returned from the given LOV viewobject.
JUButtonGroupControlInterface - interface oracle.jbo.uicli.jui.JUButtonGroupControlInterface.
A control implements this interface if it binds to a JUButtonGroupBinding and is responsible for creating AbstractButtons to render/display the associated attribute for all rows in the associated RowSetIterator.
JUButtonGroupDef - class oracle.jbo.uicli.jui.JUButtonGroupDef.
 
JUButtonGroupDef() - Constructor for class oracle.jbo.uicli.jui.JUButtonGroupDef
 
JUButtonGroupDef(String, String, String, String, String[], Object[]) - Constructor for class oracle.jbo.uicli.jui.JUButtonGroupDef
 
JUComboBoxBinding - class oracle.jbo.uicli.jui.JUComboBoxBinding.
Implements binding a swing JComboBox to a BC4J Attribute or ViewObject or as LOV.
JUComboBoxBinding(JComboBox, JUIteratorBinding, String[], int) - Constructor for class oracle.jbo.uicli.jui.JUComboBoxBinding
Binds a ComboBox to a RowSet associated with the given iterator binding and based on listOperMode setting, either iterates the currency on the target iterator or updates the attribute value for the given attribute (in attrNames) in the current row in the target RowSet.
JUComboBoxBinding(JComboBox, JUIteratorBinding, String[], JUIteratorBinding, String[], String[]) - Constructor for class oracle.jbo.uicli.jui.JUComboBoxBinding
Binds separate ViewObject/RowSets for display and update to the same ComboBox.
JUComboBoxBinding(JComboBox, JUIteratorBinding, String[], Object[]) - Constructor for class oracle.jbo.uicli.jui.JUComboBoxBinding
Binds a combobox to an attribute in the associated RowSet.
JUComboBoxDef - class oracle.jbo.uicli.jui.JUComboBoxDef.
 
JUComboBoxDef() - Constructor for class oracle.jbo.uicli.jui.JUComboBoxDef
 
JUComboBoxDef(String, String, String[], boolean, String, String, String[], Object[], boolean) - Constructor for class oracle.jbo.uicli.jui.JUComboBoxDef
 
JUComboBoxDef(String, String, String, String, String[], boolean, String, String, String[], Object[], boolean) - Constructor for class oracle.jbo.uicli.jui.JUComboBoxDef
 
JUControlBinding - class oracle.jbo.uicli.binding.JUControlBinding.
The base class for all binding objects in the JClient framework that bind a Swing control/model to a BC4J attribute(s).
JUControlBinding() - Constructor for class oracle.jbo.uicli.binding.JUControlBinding
 
JUControlBinding(Object, JUIteratorBinding) - Constructor for class oracle.jbo.uicli.binding.JUControlBinding
Constructor used in the framework to pass in the Swing control and the Iterator Binding with which this binding object works to get it's data.
JUControlDef - class oracle.jbo.uicli.binding.JUControlDef.
 
JUControlDef() - Constructor for class oracle.jbo.uicli.binding.JUControlDef
 
JUControlDef(String, String, String, String) - Constructor for class oracle.jbo.uicli.binding.JUControlDef
 
JUCtrlActionBinding - class oracle.jbo.uicli.binding.JUCtrlActionBinding.
Implements actions on BC4J RowIterator to which this control is bound.
JUCtrlActionBinding(Object, JUIteratorBinding, int) - Constructor for class oracle.jbo.uicli.binding.JUCtrlActionBinding
Creates an ActionBinding instance that works with the given control and on control's ActionEvent, call the doIt() method.
JUCtrlActionDef - class oracle.jbo.uicli.binding.JUCtrlActionDef.
 
JUCtrlActionDef() - Constructor for class oracle.jbo.uicli.binding.JUCtrlActionDef
 
JUCtrlActionDef(String, String, String, String, int) - Constructor for class oracle.jbo.uicli.binding.JUCtrlActionDef
 
JUCtrlAttrsBinding - class oracle.jbo.uicli.binding.JUCtrlAttrsBinding.
A JUControlBinding class responsible for binding controls/models that are bound to a single Row object in the BC4J layer.
JUCtrlAttrsBinding() - Constructor for class oracle.jbo.uicli.binding.JUCtrlAttrsBinding
*** For internal framework use only ***
JUCtrlAttrsBinding(Object, JUIteratorBinding, String[]) - Constructor for class oracle.jbo.uicli.binding.JUCtrlAttrsBinding
Creates a binding between the given control and attributes in the Rows returned by the passed in Iterator Binding.
JUCtrlAttrsDef - class oracle.jbo.uicli.binding.JUCtrlAttrsDef.
 
JUCtrlAttrsDef() - Constructor for class oracle.jbo.uicli.binding.JUCtrlAttrsDef
 
JUCtrlAttrsDef(String, String, String, String, String[]) - Constructor for class oracle.jbo.uicli.binding.JUCtrlAttrsDef
 
JUCtrlBoolBinding - class oracle.jbo.uicli.binding.JUCtrlBoolBinding.
Implements data binding support for controls that allow only one of two values, like a checkbox.
JUCtrlBoolBinding(Object, JUIteratorBinding, String) - Constructor for class oracle.jbo.uicli.binding.JUCtrlBoolBinding
This constructor binds a Swing control to an attribute 'attrName' in the ViewObject identified by the given IteratorBinding iterBinding.
JUCtrlBoolBinding(Object, JUIteratorBinding, String, Object[], boolean) - Constructor for class oracle.jbo.uicli.binding.JUCtrlBoolBinding
This constructor binds a Swing control to an attribute 'attrName' in the ViewObject identified by the given IteratorBinding iterBinding.
JUCtrlBoolDef - class oracle.jbo.uicli.binding.JUCtrlBoolDef.
 
JUCtrlBoolDef() - Constructor for class oracle.jbo.uicli.binding.JUCtrlBoolDef
 
JUCtrlBoolDef(String, String, String, String, String[], Object[], boolean) - Constructor for class oracle.jbo.uicli.binding.JUCtrlBoolDef
 
JUCtrlHierBinding - class oracle.jbo.uicli.binding.JUCtrlHierBinding.
 
JUCtrlHierBinding(Object, JUIteratorBinding, String[], JUCtrlHierTypeBinding[]) - Constructor for class oracle.jbo.uicli.binding.JUCtrlHierBinding
 
JUCtrlHierDef - class oracle.jbo.uicli.binding.JUCtrlHierDef.
 
JUCtrlHierDef() - Constructor for class oracle.jbo.uicli.binding.JUCtrlHierDef
 
JUCtrlHierDef(String, String, String, String, String[], JUCtrlHierTypeBinding[]) - Constructor for class oracle.jbo.uicli.binding.JUCtrlHierDef
 
JUCtrlHierNodeBinding - class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding.
 
JUCtrlHierNodeBinding(Object, JUCtrlHierBinding, JUCtrlHierNodeBinding, JUIteratorBinding, String[]) - Constructor for class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
JUCtrlHierTypeBinding - class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding.
 
JUCtrlHierTypeBinding() - Constructor for class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
 
JUCtrlHierTypeBinding(String, String, String, String, String, Icon, Icon, Icon) - Constructor for class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
 
JUCtrlListBinding - class oracle.jbo.uicli.binding.JUCtrlListBinding.
A JUCtrlAttrsBinding class responsible displaying a list of values from a static list or a list calculated at runtime using another BC4J ViewObject/RowIterator.
JUCtrlListBinding(Object, JUIteratorBinding, String[], int) - Constructor for class oracle.jbo.uicli.binding.JUCtrlListBinding
**For Testing purposes only*** Uses the same Iterator Binding to update as well as display values.
JUCtrlListBinding(Object, JUIteratorBinding, String[], JUIteratorBinding, String[], String[]) - Constructor for class oracle.jbo.uicli.binding.JUCtrlListBinding
Uses the listIterBinding object to get the iterator and attribute names from listDisplayAttrNames to display attributes from the BC4J Rows in the iterator.
JUCtrlListBinding(Object, JUIteratorBinding, String[], Object[]) - Constructor for class oracle.jbo.uicli.binding.JUCtrlListBinding
Uses the given static list of value objects to display data in the control.
JUCtrlListDef - class oracle.jbo.uicli.binding.JUCtrlListDef.
 
JUCtrlListDef() - Constructor for class oracle.jbo.uicli.binding.JUCtrlListDef
 
JUCtrlListDef(String, String, String, String, String[], boolean, String, String, String[], Object[]) - Constructor for class oracle.jbo.uicli.binding.JUCtrlListDef
 
JUCtrlRangeBinding - class oracle.jbo.uicli.binding.JUCtrlRangeBinding.
A JUControlBinding class responsible for binding controls/models that are bound to a range of Row objects in the BC4J layer.
JUCtrlRangeBinding(Object, JUIteratorBinding, String[]) - Constructor for class oracle.jbo.uicli.binding.JUCtrlRangeBinding
This constructor passes on the control, iterator, and attribute binding information to its super.
JUCtrlRangeDef - class oracle.jbo.uicli.binding.JUCtrlRangeDef.
 
JUCtrlRangeDef() - Constructor for class oracle.jbo.uicli.binding.JUCtrlRangeDef
 
JUCtrlRangeDef(String, String, String, String, String[]) - Constructor for class oracle.jbo.uicli.binding.JUCtrlRangeDef
 
JUCtrlScrollBinding - class oracle.jbo.uicli.binding.JUCtrlScrollBinding.
Implements binding of controls like Scrollbar, Slider, etc to a ViewObject.
JUCtrlScrollBinding(Object, JUIteratorBinding, boolean, boolean, boolean) - Constructor for class oracle.jbo.uicli.binding.JUCtrlScrollBinding
Creates an instance of this class bound to the given control and iterator Binding object.
JUCtrlScrollDef - class oracle.jbo.uicli.binding.JUCtrlScrollDef.
 
JUCtrlScrollDef() - Constructor for class oracle.jbo.uicli.binding.JUCtrlScrollDef
 
JUCtrlScrollDef(String, String, String, String, boolean, boolean, boolean) - Constructor for class oracle.jbo.uicli.binding.JUCtrlScrollDef
 
JUCtrlValueBinding - class oracle.jbo.uicli.binding.JUCtrlValueBinding.
A JUControlBinding class responsible for maintaining which attribute(s) of a row this binding can display/update.
JUCtrlValueBinding() - Constructor for class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
JUCtrlValueBinding(Object, JUIteratorBinding, String[]) - Constructor for class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
JUCtrlValueDef - class oracle.jbo.uicli.binding.JUCtrlValueDef.
 
JUCtrlValueDef() - Constructor for class oracle.jbo.uicli.binding.JUCtrlValueDef
 
JUCtrlValueDef(String, String, String, String, String[]) - Constructor for class oracle.jbo.uicli.binding.JUCtrlValueDef
 
JUDefaultControlBinding - class oracle.jbo.uicli.jui.JUDefaultControlBinding.
Implements a generic binding for custom or any Swing control to bind to a BC4J attribute.
JUDefaultControlBinding() - Constructor for class oracle.jbo.uicli.jui.JUDefaultControlBinding
Default constructor for subclassing.
JUDefaultControlBinding(JUDefaultControlInterface, JUIteratorBinding, String) - Constructor for class oracle.jbo.uicli.jui.JUDefaultControlBinding
This constructor should be used in controls/subclasses to pass the binding information.
JUDefaultControlDef - class oracle.jbo.uicli.jui.JUDefaultControlDef.
 
JUDefaultControlDef() - Constructor for class oracle.jbo.uicli.jui.JUDefaultControlDef
 
JUDefaultControlDef(String, String, String, String, String[]) - Constructor for class oracle.jbo.uicli.jui.JUDefaultControlDef
 
JUDefaultControlInterface - interface oracle.jbo.uicli.jui.JUDefaultControlInterface.
Implemented by "custom" Controls like JUImageControl, that bind to BC4J attributes using JUDefaultControlBinding and have no default Swing model to work with.
JUDefBase - class oracle.jbo.uicli.binding.JUDefBase.
 
JUDefBase() - Constructor for class oracle.jbo.uicli.binding.JUDefBase
 
JUDefBase(String) - Constructor for class oracle.jbo.uicli.binding.JUDefBase
 
JUEnvInfoProvider - class oracle.jbo.uicli.jui.JUEnvInfoProvider.
 
JUEnvInfoProvider() - Constructor for class oracle.jbo.uicli.jui.JUEnvInfoProvider
 
JUErrorHandler - interface oracle.jbo.uicli.binding.JUErrorHandler.
Implements reporting of all JClient and BC4J exceptions raised in the context of a JUFormBinding.
JUErrorHandlerDialog - class oracle.jbo.uicli.jui.JUErrorHandlerDialog.
Dialog that implements JUErrorHandler interface in the framework.
JUErrorHandlerDialog() - Constructor for class oracle.jbo.uicli.jui.JUErrorHandlerDialog
 
JUErrorHandlerThrow - class oracle.jbo.uicli.binding.JUErrorHandlerThrow.
Implements a default error handling class for the JClient framework.
JUErrorHandlerThrow() - Constructor for class oracle.jbo.uicli.binding.JUErrorHandlerThrow
 
JUFormBinding - class oracle.jbo.uicli.binding.JUFormBinding.
Corresponds to a Swing JFrame instance and manages bindings used in a frame.
JUFormBinding() - Constructor for class oracle.jbo.uicli.binding.JUFormBinding
Default constrcutor.
JUFormBinding(Object) - Constructor for class oracle.jbo.uicli.binding.JUFormBinding
Constructor used by JUPanelBinding, which passes in a reference to the JPanel object.
JUFormDef - class oracle.jbo.uicli.binding.JUFormDef.
 
JUFormDef() - Constructor for class oracle.jbo.uicli.binding.JUFormDef
 
JUFormDef(DefPersistable) - Constructor for class oracle.jbo.uicli.binding.JUFormDef
 
JUFormDef(JULayoutDef, String, String) - Constructor for class oracle.jbo.uicli.binding.JUFormDef
 
JUGraphBinding - class oracle.jbo.uicli.jui.JUGraphBinding.
Data source for the Perspective chart bean.
JUGraphBinding(Graph, JUIteratorBinding, String[]) - Constructor for class oracle.jbo.uicli.jui.JUGraphBinding
Constructor
JUImageControl - class oracle.jbo.uicli.controls.JUImageControl.
Implements a data-aware Image Control.
JUImageControl() - Constructor for class oracle.jbo.uicli.controls.JUImageControl
Constructs a JUImageControl.
JUIteratorBinding - class oracle.jbo.uicli.binding.JUIteratorBinding.
JUIteratorBinding is the binding class that interacts with BC4J RowIterator objects to iterate over rows and provide the current row(s) to display to various control bindings.
JUIteratorBinding() - Constructor for class oracle.jbo.uicli.binding.JUIteratorBinding
 
JUIteratorBinding(ApplicationModule, String, String) - Constructor for class oracle.jbo.uicli.binding.JUIteratorBinding
When the usage only needs one row at a time, use this constructor to create an iterator binding.
JUIteratorBinding(ApplicationModule, String, String, int) - Constructor for class oracle.jbo.uicli.binding.JUIteratorBinding
Use this constructor if a usage needs a specific range size on the associated iterator.
JUIteratorBinding(RowSetIterator) - Constructor for class oracle.jbo.uicli.binding.JUIteratorBinding
When an application has a BC4J RowSet it should use this constructor.
JUIteratorChangedListener - interface oracle.jbo.uicli.jui.JUIteratorChangedListener.
Implemented by all controls/classes that are interested in knowing when the RowSetIterator for an iteratorBinding in a panel is changed.
JUIteratorDef - class oracle.jbo.uicli.binding.JUIteratorDef.
 
JUIteratorDef() - Constructor for class oracle.jbo.uicli.binding.JUIteratorDef
 
JUIteratorDef(String, String, String, String) - Constructor for class oracle.jbo.uicli.binding.JUIteratorDef
 
JUIterRangeDef - class oracle.jbo.uicli.binding.JUIterRangeDef.
 
JUIterRangeDef() - Constructor for class oracle.jbo.uicli.binding.JUIterRangeDef
 
JUIterRangeDef(String, String, String, String, int) - Constructor for class oracle.jbo.uicli.binding.JUIterRangeDef
 
JUIterRowDef - class oracle.jbo.uicli.binding.JUIterRowDef.
 
JUIterRowDef() - Constructor for class oracle.jbo.uicli.binding.JUIterRowDef
 
JUIterRowDef(String, String, String, String) - Constructor for class oracle.jbo.uicli.binding.JUIterRowDef
 
JUIUtil - class oracle.jbo.uicli.jui.JUIUtil.
 
JUIUtil() - Constructor for class oracle.jbo.uicli.jui.JUIUtil
 
JULabel - class oracle.jbo.uicli.controls.JULabel.
Implements a BC4J data bound JLabel subclass.
JULabel() - Constructor for class oracle.jbo.uicli.controls.JULabel
Creates a JLabel instance with no image and with an empty string for the title.
JULabel(Icon) - Constructor for class oracle.jbo.uicli.controls.JULabel
Creates a JLabel instance with the specified image.
JULabel(Icon, int) - Constructor for class oracle.jbo.uicli.controls.JULabel
Creates a JLabel instance with the specified image and horizontal alignment.
JULabel(String) - Constructor for class oracle.jbo.uicli.controls.JULabel
Creates a JLabel instance with the specified text.
JULabel(String, Icon, int) - Constructor for class oracle.jbo.uicli.controls.JULabel
Creates a JLabel instance with the specified text, image, and horizontal alignment.
JULabel(String, int) - Constructor for class oracle.jbo.uicli.controls.JULabel
Creates a JLabel instance with the specified text and horizontal alignment.
JULabelBinding - class oracle.jbo.uicli.jui.JULabelBinding.
Binds a label control as a control binding so that the text for the label is dervied from an attriute of a ViewObject row.
JULabelBinding() - Constructor for class oracle.jbo.uicli.jui.JULabelBinding
 
JULabelBinding(JLabel, JUIteratorBinding, String) - Constructor for class oracle.jbo.uicli.jui.JULabelBinding
 
JULabelDef - class oracle.jbo.uicli.jui.JULabelDef.
 
JULabelDef() - Constructor for class oracle.jbo.uicli.jui.JULabelDef
 
JULabelDef(String, String, String[]) - Constructor for class oracle.jbo.uicli.jui.JULabelDef
 
JULabelDef(String, String, String, String, String[]) - Constructor for class oracle.jbo.uicli.jui.JULabelDef
 
JULayoutConsDefXY - class oracle.jbo.uicli.jui.JULayoutConsDefXY.
 
JULayoutConsDefXY() - Constructor for class oracle.jbo.uicli.jui.JULayoutConsDefXY
 
JULayoutConsDefXY(int, int, int, int) - Constructor for class oracle.jbo.uicli.jui.JULayoutConsDefXY
 
JULayoutConsDefXYGroup - class oracle.jbo.uicli.jui.JULayoutConsDefXYGroup.
 
JULayoutConsDefXYGroup() - Constructor for class oracle.jbo.uicli.jui.JULayoutConsDefXYGroup
 
JULayoutConsDefXYGroup(int[], int[], int[], int[]) - Constructor for class oracle.jbo.uicli.jui.JULayoutConsDefXYGroup
 
JULayoutDefXY - class oracle.jbo.uicli.jui.JULayoutDefXY.
 
JULayoutDefXY() - Constructor for class oracle.jbo.uicli.jui.JULayoutDefXY
 
JULayoutDefXY(String, String) - Constructor for class oracle.jbo.uicli.jui.JULayoutDefXY
 
JUListSingleSelBinding - class oracle.jbo.uicli.jui.JUListSingleSelBinding.
Implements binding a swing JList (in single selection mode) to a BC4J Attribute or ViewObject or as LOV.
JUListSingleSelBinding(JList, JUIteratorBinding, String[], int, boolean) - Constructor for class oracle.jbo.uicli.jui.JUListSingleSelBinding
Binds a ListBox to a RowSet associated with the given iterator binding and based on listOperMode setting, either iterates the currency on the target iterator or updates the attribute value for the given attribute (in attrNames) in the current row in the target RowSet.
JUListSingleSelBinding(JList, JUIteratorBinding, String[], JUIteratorBinding, String[], String[], boolean) - Constructor for class oracle.jbo.uicli.jui.JUListSingleSelBinding
Binds separate ViewObject/RowSets for display and update to the same listbox.
JUListSingleSelBinding(JList, JUIteratorBinding, String[], Object[], boolean) - Constructor for class oracle.jbo.uicli.jui.JUListSingleSelBinding
Binds a JList to an attribute in the associated RowSet.
JUListSingleSelDef - class oracle.jbo.uicli.jui.JUListSingleSelDef.
 
JUListSingleSelDef() - Constructor for class oracle.jbo.uicli.jui.JUListSingleSelDef
 
JUListSingleSelDef(String, String, String[], boolean, String, String, String[], Object[], boolean) - Constructor for class oracle.jbo.uicli.jui.JUListSingleSelDef
 
JUListSingleSelDef(String, String, String, String, String[], boolean, String, String, String[], Object[], boolean, String) - Constructor for class oracle.jbo.uicli.jui.JUListSingleSelDef
 
JULoginDialog - class oracle.jbo.uicli.jui.JULoginDialog.
A sample implemenation of log in dialog in the JClient framework.
JULoginDialog() - Constructor for class oracle.jbo.uicli.jui.JULoginDialog
 
JULoginDialog(Frame, String, boolean) - Constructor for class oracle.jbo.uicli.jui.JULoginDialog
 
JULovButtonBinding - class oracle.jbo.uicli.jui.JULovButtonBinding.
Binds a JButton with an iterator such that on button action, an Lov Dialog (either a framework default dialog or an application customized one) is brought up and on the dialog close, the current row from the associated iterator is used to update values of bound attributes in a target row of a target RowIterator.
JULovButtonBinding(Object, JUIteratorBinding, String[], RowSetIterator, JULovPanelInterface, String[], String[]) - Constructor for class oracle.jbo.uicli.jui.JULovButtonBinding
 
JULovButtonBinding(Object, JUIteratorBinding, String[], RowSetIterator, String[], String[]) - Constructor for class oracle.jbo.uicli.jui.JULovButtonBinding
 
JULovDialog - class oracle.jbo.uicli.controls.JULovDialog.
 
JULovDialog() - Constructor for class oracle.jbo.uicli.controls.JULovDialog
 
JULovDialog(Frame, String, boolean) - Constructor for class oracle.jbo.uicli.controls.JULovDialog
 
JULovDialogInterface - interface oracle.jbo.uicli.jui.JULovDialogInterface.
JULovButtonBinding works with a JULovDialogInterface to display LOV data.
JULovPanelInterface - interface oracle.jbo.uicli.jui.JULovPanelInterface.
Implements creation of a LOV dialog, binding a rowset to it to display data, and performing the display of help on the Lov Dialog (if the default LOV dialog is used).
JUMasterDetailGraphBinding - class oracle.jbo.uicli.jui.JUMasterDetailGraphBinding.
Data source for the BI Graph bean.
JUMasterDetailGraphBinding(Graph, JUIteratorBinding, String, String, String[], int) - Constructor for class oracle.jbo.uicli.jui.JUMasterDetailGraphBinding
 
JUMetaObjectBase - interface oracle.jbo.uicli.mom.JUMetaObjectBase.
Internal: Applications should not use this class.
JUMetaObjectManager - class oracle.jbo.uicli.mom.JUMetaObjectManager.
 
JUMetaObjectManager() - Constructor for class oracle.jbo.uicli.mom.JUMetaObjectManager
 
JUMultiAttrListCellRenderer - class oracle.jbo.uicli.controls.JUMultiAttrListCellRenderer.
 
JUMultiAttrListCellRenderer(AttributeDef[]) - Constructor for class oracle.jbo.uicli.controls.JUMultiAttrListCellRenderer
 
JUMultiAttrListEditor - class oracle.jbo.uicli.controls.JUMultiAttrListEditor.
 
JUMultiAttrListEditor(JUCtrlListBinding, int) - Constructor for class oracle.jbo.uicli.controls.JUMultiAttrListEditor
 
JUNavigationBar - class oracle.jbo.uicli.controls.JUNavigationBar.
Implements a data-aware toolbar.
JUNavigationBar() - Constructor for class oracle.jbo.uicli.controls.JUNavigationBar
Creates a default instance.
JUNavigationBar(boolean, boolean, boolean, boolean) - Constructor for class oracle.jbo.uicli.controls.JUNavigationBar
 
JUNavigationBarInterface - interface oracle.jbo.uicli.jui.JUNavigationBarInterface.
Implemented by all NavigationBar like controls that are interested in knowing which iterator is currently in focus in a PanelBinding, so that they can update their display of currency, etc based on the current iterator's position.
JUObjectTypeHelper - class oracle.jbo.uicli.mom.JUObjectTypeHelper.
Internal: Applications should not use this class.
JUObjectTypeHelper() - Constructor for class oracle.jbo.uicli.mom.JUObjectTypeHelper
 
JUPanel - interface oracle.jbo.uicli.controls.JUPanel.
This interface identifies a JClient Panel for JDeveloper designtime, so that the JDeveloper UI Designer can allow JClient Data Model editors to be part of the Property Inspector for the control's model property.
JUPanelBinding - class oracle.jbo.uicli.jui.JUPanelBinding.
JUPanelBinding class is a container class that manages JUIteratorBindings, etc by extending the JUFormBinding class and provides: management of JUNavigationBarInterfaces bound to the iterators behind the iterator binding objects, management of JUIteratorChangedListeners like NavigationBars, StatusBars and Menus.
JUPanelBinding() - Constructor for class oracle.jbo.uicli.jui.JUPanelBinding
*** For internal framework use only ***
JUPanelBinding(JPanel) - Constructor for class oracle.jbo.uicli.jui.JUPanelBinding
Applications should use this constructor to create a panel binding and associate it with a swing JPanel object.
JUPanelBinding(String, JPanel) - Constructor for class oracle.jbo.uicli.jui.JUPanelBinding
Creates an instance of this class, associating it with a JPanel object and a JUApplication identified by appName.
JUPanelBinding(String, String, JPanel) - Constructor for class oracle.jbo.uicli.jui.JUPanelBinding
Creates an instance of this class, associating it with a JPanel object and a JUApplication identified by appName.
JUPanelBindingBeanInfo - class oracle.jbo.uicli.jui.JUPanelBindingBeanInfo.
 
JUPanelBindingBeanInfo() - Constructor for class oracle.jbo.uicli.jui.JUPanelBindingBeanInfo
 
JUPanelDef - class oracle.jbo.uicli.jui.JUPanelDef.
 
JUPanelDef() - Constructor for class oracle.jbo.uicli.jui.JUPanelDef
 
JUPanelDef(DefPersistable) - Constructor for class oracle.jbo.uicli.jui.JUPanelDef
 
JUPanelDef(JULayoutDef, String, String) - Constructor for class oracle.jbo.uicli.jui.JUPanelDef
 
JUPanelStopEditingListener - interface oracle.jbo.uicli.jui.JUPanelStopEditingListener.
Bindings that need to send notifications to their controls to stop a current cell edit like for JTable or JTree, should implement this interface.
JUPanelValidationAdapter - class oracle.jbo.uicli.jui.JUPanelValidationAdapter.
Default implementation for JUPanelValidationListener interface.
JUPanelValidationAdapter() - Constructor for class oracle.jbo.uicli.jui.JUPanelValidationAdapter
 
JUPanelValidationEvent - class oracle.jbo.uicli.jui.JUPanelValidationEvent.
Implements event object that is passed to the JUPanelValidationListeners in the various event methods.
JUPanelValidationEvent(JUControlBinding, JUFormBinding, JUIteratorBinding, Row, String, Object) - Constructor for class oracle.jbo.uicli.jui.JUPanelValidationEvent
 
JUPanelValidationEvent(JUFormBinding, JUIteratorBinding, Row) - Constructor for class oracle.jbo.uicli.jui.JUPanelValidationEvent
 
JUPanelValidationEvent(JUFormBinding, Transaction) - Constructor for class oracle.jbo.uicli.jui.JUPanelValidationEvent
 
JUPanelValidationListener - interface oracle.jbo.uicli.jui.JUPanelValidationListener.
Implemented by classes that are interested in performing typically light-weight client-side validation for an attribute, a row or the whole transaction.
JUProgressBarAttrBinding - class oracle.jbo.uicli.jui.JUProgressBarAttrBinding.
Implements binding a JProgressBar control with a BC4J Attribute
JUProgressBarAttrBinding(JProgressBar, JUIteratorBinding, String, int, int) - Constructor for class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
Binds the given ProgressBar control to display and update values from the given attribute in a BC4J RowSet.
JUProgressBarBinding - class oracle.jbo.uicli.jui.JUProgressBarBinding.
Implements binding a JProgressBar control with a BC4J RowSetIterator/ViewObject.
JUProgressBarBinding(JProgressBar, JUIteratorBinding, boolean, boolean, boolean) - Constructor for class oracle.jbo.uicli.jui.JUProgressBarBinding
Binds a JProgressBar control to a BC4J ViewObject such that JProgressBar can be used to navigate rows in the ViewObject.
JURadioButtonGroupPanel - class oracle.jbo.uicli.controls.JURadioButtonGroupPanel.
 
JURadioButtonGroupPanel() - Constructor for class oracle.jbo.uicli.controls.JURadioButtonGroupPanel
 
JURowSetDefImpl - class oracle.jbo.uicli.mom.JURowSetDefImpl.
 
JUScrollBarAttrBinding - class oracle.jbo.uicli.jui.JUScrollBarAttrBinding.
Implements binding a JScrollBar control with a BC4J Attribute
JUScrollBarAttrBinding(JScrollBar, JUIteratorBinding, String, int, int, int) - Constructor for class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
Binds the given ScrollBar control to display and update values from the given attribute in a BC4J RowSet.
JUScrollBarBinding - class oracle.jbo.uicli.jui.JUScrollBarBinding.
Implements binding a JScrollBar control with a BC4J RowSetIterator/ViewObject.
JUScrollBarBinding(JScrollBar, JUIteratorBinding, boolean, boolean, boolean) - Constructor for class oracle.jbo.uicli.jui.JUScrollBarBinding
Binds a JScrollBar control to a BC4J ViewObject such that JScrollBar can be used to navigate rows in the ViewObject.
JUScrollBarDef - class oracle.jbo.uicli.jui.JUScrollBarDef.
 
JUScrollBarDef() - Constructor for class oracle.jbo.uicli.jui.JUScrollBarDef
 
JUScrollBarDef(String, String, boolean, boolean, boolean, boolean) - Constructor for class oracle.jbo.uicli.jui.JUScrollBarDef
 
JUScrollBarDef(String, String, String, String, boolean, boolean, boolean, boolean) - Constructor for class oracle.jbo.uicli.jui.JUScrollBarDef
 
JUSessionDefImpl - class oracle.jbo.uicli.mom.JUSessionDefImpl.
 
JUSingleTableGraphBinding - class oracle.jbo.uicli.jui.JUSingleTableGraphBinding.
Data source for the BI Graph bean.
JUSingleTableGraphBinding(Graph, JUIteratorBinding, String[], String[]) - Constructor for class oracle.jbo.uicli.jui.JUSingleTableGraphBinding
 
JUSliderAttrBinding - class oracle.jbo.uicli.jui.JUSliderAttrBinding.
Implements binding a JSlider control with a BC4J Attribute
JUSliderAttrBinding(JSlider, JUIteratorBinding, String, int, int, int) - Constructor for class oracle.jbo.uicli.jui.JUSliderAttrBinding
Binds the given slider control to display and update values from the given attribute in a BC4J RowSet.
JUSliderBinding - class oracle.jbo.uicli.jui.JUSliderBinding.
Implements binding a JSlider control with a BC4J RowSetIterator/ViewObject.
JUSliderBinding(JSlider, JUIteratorBinding, boolean, boolean, boolean) - Constructor for class oracle.jbo.uicli.jui.JUSliderBinding
Binds a JSlider control to a BC4J ViewObject such that JSlider can be used to navigate rows in the ViewObject.
JUStatusBar - class oracle.jbo.uicli.controls.JUStatusBar.
JUStatusBar
JUStatusBar.StatusBarLabelControl - class oracle.jbo.uicli.controls.JUStatusBar.StatusBarLabelControl.
 
JUStatusBar.StatusBarLabelControl(JUStatusBar) - Constructor for class oracle.jbo.uicli.controls.JUStatusBar.StatusBarLabelControl
Constructs a StatusBarLabelControl.
JUStatusBar.StatusBarLabelControl(JUStatusBar, Icon) - Constructor for class oracle.jbo.uicli.controls.JUStatusBar.StatusBarLabelControl
Creates a LabelControl instance with the specified image.
JUStatusBar.StatusBarLabelControl(JUStatusBar, Icon, int, String, Formatter) - Constructor for class oracle.jbo.uicli.controls.JUStatusBar.StatusBarLabelControl
Creates a LabelControl instance with the specified image and horizontal alignment.
JUStatusBar.StatusBarLabelControl(JUStatusBar, String, Formatter) - Constructor for class oracle.jbo.uicli.controls.JUStatusBar.StatusBarLabelControl
Creates a LabelControl instance with the specified image.
JUStatusBar.StatusBarProgressControl - class oracle.jbo.uicli.controls.JUStatusBar.StatusBarProgressControl.
A derivative of JProgressBar that listens to three DataItems.
JUStatusBar.StatusBarProgressControl(JUStatusBar) - Constructor for class oracle.jbo.uicli.controls.JUStatusBar.StatusBarProgressControl
Constructs a StatusBarProgressControl.
JUStatusBar.StatusBarProgressControl(JUStatusBar, int) - Constructor for class oracle.jbo.uicli.controls.JUStatusBar.StatusBarProgressControl
 
JUStatusBar.StatusBarProgressControl(JUStatusBar, int, int) - Constructor for class oracle.jbo.uicli.controls.JUStatusBar.StatusBarProgressControl
 
JUStatusBar.StatusBarProgressControl(JUStatusBar, int, int, int, String, Formatter) - Constructor for class oracle.jbo.uicli.controls.JUStatusBar.StatusBarProgressControl
 
JUStatusBar.StatusBarProgressControl(JUStatusBar, String, Formatter) - Constructor for class oracle.jbo.uicli.controls.JUStatusBar.StatusBarProgressControl
Creates a LabelControl instance with the specified image.
JUStatusBar() - Constructor for class oracle.jbo.uicli.controls.JUStatusBar
Create a new StatusBar.
JUStatusBarInterface - interface oracle.jbo.uicli.binding.JUStatusBarInterface.
Implements status messages based on the current focus, current iterator, and current display mode of a JUPanel.
JUSVFocusAdapter - class oracle.jbo.uicli.jui.JUSVFocusAdapter.
All JClient bindings create an instance of this adapter to notify the panel of which control and hence which binding is currently in focus.
JUSVFocusAdapter(JUControlBinding) - Constructor for class oracle.jbo.uicli.jui.JUSVFocusAdapter
Creates a focus adapter for the control associated with the given control binding.
JUSVFocusAdapter(JUControlBinding, int) - Constructor for class oracle.jbo.uicli.jui.JUSVFocusAdapter
Creates a focus adapter for the control associated with the given control binding and registers interest in the attribute at the given index in the control binding.
JUSVUpdateableFocusAdapter - class oracle.jbo.uicli.jui.JUSVUpdateableFocusAdapter.
This focus adapter class is registered by controls that should perform setAttribute on the binding directly on focusOut.
JUSVUpdateableFocusAdapter(JUCtrlValueBinding, int) - Constructor for class oracle.jbo.uicli.jui.JUSVUpdateableFocusAdapter
Creates an instance of this adapter for the given control binding and registers an interest in the attribute at the given index (for most controls this value is zero) in the control binding.
JUTableBinding - class oracle.jbo.uicli.jui.JUTableBinding.
A lightweight TableModel that implements binding a javax.swing.JTable to a RowIterator for a BC4J ViewObject.
JUTableBinding.JUTableModel - class oracle.jbo.uicli.jui.JUTableBinding.JUTableModel.
This TableModel is used by JUTableBinding to perform updates of the JTable control to which it is bound to.
JUTableBinding(JTable, JUIteratorBinding, String[]) - Constructor for class oracle.jbo.uicli.jui.JUTableBinding
Creates an instance of JUTableModel that performs the binding of a BC4J ViewObject with a JTable.
JUTableDef - class oracle.jbo.uicli.jui.JUTableDef.
 
JUTableDef() - Constructor for class oracle.jbo.uicli.jui.JUTableDef
 
JUTableDef(String, String, String[], String) - Constructor for class oracle.jbo.uicli.jui.JUTableDef
 
JUTableDef(String, String, String, String, String[], String) - Constructor for class oracle.jbo.uicli.jui.JUTableDef
 
JUTags - class oracle.jbo.uicli.mom.JUTags.
 
JUTags() - Constructor for class oracle.jbo.uicli.mom.JUTags
 
JUTextFieldBinding - class oracle.jbo.uicli.jui.JUTextFieldBinding.
JUTextFieldBinding is a lightweight Document model that implements binding a javax.swing.JTextComponent to an attribute in a row of a BC4J ViewObject.
JUTextFieldBinding(JTextComponent, JUIteratorBinding, String) - Constructor for class oracle.jbo.uicli.jui.JUTextFieldBinding
Creates an instance of this binding object that binds a swing JTextComponent with an attribute for rows in a given Iterator binding.
JUTextFieldDef - class oracle.jbo.uicli.jui.JUTextFieldDef.
 
JUTextFieldDef() - Constructor for class oracle.jbo.uicli.jui.JUTextFieldDef
 
JUTextFieldDef(String, String, String[]) - Constructor for class oracle.jbo.uicli.jui.JUTextFieldDef
 
JUTextFieldDef(String, String, String, String, String[]) - Constructor for class oracle.jbo.uicli.jui.JUTextFieldDef
 
JUTransactionStateListener - interface oracle.jbo.uicli.binding.JUTransactionStateListener.
Implemented by controls/classes that need to react to a change in a BC4J transaction's state.
JUTreeAccessorTypeBinding - class oracle.jbo.uicli.jui.JUTreeAccessorTypeBinding.
Implements rules that governs display of rows of a given ViewObject type in a JTree.
JUTreeAccessorTypeBinding() - Constructor for class oracle.jbo.uicli.jui.JUTreeAccessorTypeBinding
 
JUTreeAccessorTypeBinding(String, String, String) - Constructor for class oracle.jbo.uicli.jui.JUTreeAccessorTypeBinding
 
JUTreeAccessorTypeBinding(String, String, String, String) - Constructor for class oracle.jbo.uicli.jui.JUTreeAccessorTypeBinding
 
JUTreeAccessorTypeBinding(String, String, String, String, Icon, Icon, Icon) - Constructor for class oracle.jbo.uicli.jui.JUTreeAccessorTypeBinding
 
JUTreeBinding - class oracle.jbo.uicli.jui.JUTreeBinding.
A lightweight Document model that implements binding a javax.swing.JTree to a BC4J RowIterator and display a selected attribute.
JUTreeBinding(JTree, JUIteratorBinding, JUCtrlHierTypeBinding[]) - Constructor for class oracle.jbo.uicli.jui.JUTreeBinding
This constructor binds a JTree with Rows from a given JUIteratorBinding and displays data as per the node-types passed in typeBindings.
JUTreeBinding(JTree, JUIteratorBinding, String, JUCtrlHierTypeBinding[]) - Constructor for class oracle.jbo.uicli.jui.JUTreeBinding
*** For internal framework use only ***
JUTreeCellRenderer - class oracle.jbo.uicli.controls.JUTreeCellRenderer.
 
JUTreeCellRenderer() - Constructor for class oracle.jbo.uicli.controls.JUTreeCellRenderer
 
JUTreeDef - class oracle.jbo.uicli.jui.JUTreeDef.
 
JUTreeDef() - Constructor for class oracle.jbo.uicli.jui.JUTreeDef
 
JUTreeDef(String, String, JUCtrlHierTypeBinding[], String, boolean) - Constructor for class oracle.jbo.uicli.jui.JUTreeDef
 
JUTreeDef(String, String, String, String, JUCtrlHierTypeBinding[], String, boolean) - Constructor for class oracle.jbo.uicli.jui.JUTreeDef
 
JUTreeDefaultMouseListener - class oracle.jbo.uicli.jui.JUTreeDefaultMouseListener.
A sample mouse adapter that could be wired up with a JUTreeBinding such that on double click on the tree-nodes the selected row is made current in the associated row iterator.
JUTreeDefaultMouseListener(JUPanelBinding, String[][]) - Constructor for class oracle.jbo.uicli.jui.JUTreeDefaultMouseListener
Constructor
JUTreeDefaultMouseListener(JUPanelBinding, String[][], boolean) - Constructor for class oracle.jbo.uicli.jui.JUTreeDefaultMouseListener
Constructor
JUTreeDiscrAttrTypeBinding - class oracle.jbo.uicli.jui.JUTreeDiscrAttrTypeBinding.
Implements rules that governs display of rows of a given ViewObject type in a JTree.
JUTreeDiscrAttrTypeBinding() - Constructor for class oracle.jbo.uicli.jui.JUTreeDiscrAttrTypeBinding
 
JUTreeDiscrAttrTypeBinding(String, String, String, String, String) - Constructor for class oracle.jbo.uicli.jui.JUTreeDiscrAttrTypeBinding
 
JUTreeDiscrAttrTypeBinding(String, String, String, String, String, String) - Constructor for class oracle.jbo.uicli.jui.JUTreeDiscrAttrTypeBinding
 
JUTreeDiscrAttrTypeBinding(String, String, String, String, String, String, Icon, Icon, Icon) - Constructor for class oracle.jbo.uicli.jui.JUTreeDiscrAttrTypeBinding
 
JUTreeNodeBinding - class oracle.jbo.uicli.jui.JUTreeNodeBinding.
This class implements rules that govern display of each node in a JTree which is bound to a JUTreeBinding and what to display when the associated node is expanded.
JUTreeNodeBinding(JTree, JUTreeBinding, JUTreeNodeBinding, JUIteratorBinding, JUCtrlHierTypeBinding, RowSetIterator, Row, boolean) - Constructor for class oracle.jbo.uicli.jui.JUTreeNodeBinding
*** For internal framework use only ***
JUTreeNodeBinding(JTree, JUTreeBinding, JUTreeNodeBinding, JUIteratorBinding, String, Object, boolean) - Constructor for class oracle.jbo.uicli.jui.JUTreeNodeBinding
*** For internal framework use only ***
JUUtil - class oracle.jbo.uicli.binding.JUUtil.
Contains some static utility methods used by the framework.
JUUtil() - Constructor for class oracle.jbo.uicli.binding.JUUtil
 
JVM_ID - Static variable in class oracle.jbo.common.JboEnvUtil
 

Business Components
A B C D E F G H I J K L M N O P Q R S T U V W X _