Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

J

Jdapi - Class in oracle.forms.jdapi
The Jdapi class provides the general context for all Jdapi applications.
JDAPI_OLB_OBJECTS_PTID - Static variable in class oracle.forms.jdapi.JdapiTypes
A fake object property (of ObjectLibrary) that we use to make the Java Forms API behave as though ObjectLibraries have a property to get their contained objects.
JDAPI_OLT_OBJECTS_PTID - Static variable in class oracle.forms.jdapi.JdapiTypes
A fake object property (of ObjectLibraryTab) that we use to make the Java Forms API behave as though ObjectLibraryTabs have a property to get their contained objects.
JdapiAllPropertyIterator - Class in oracle.forms.jdapi
This class implements an iterator for Jdapi metaproperties
JdapiAllPropertyIterator(JdapiMetaProperty[], JdapiMetaProperty[], JdapiMetaProperty[], JdapiMetaProperty[], JdapiMetaProperty[]) - Constructor for class oracle.forms.jdapi.JdapiAllPropertyIterator
Constructor
JdapiException - Exception in oracle.forms.jdapi
The JdapiException extends the java.lang.RuntimneException class and is the supertype of all exceptions thrown by Jdapi code.
JdapiException() - Constructor for exception oracle.forms.jdapi.JdapiException
Creates a new JdapiException with a null message.
JdapiException(String) - Constructor for exception oracle.forms.jdapi.JdapiException
Constructor taking message as an argument.
JdapiException(Throwable) - Constructor for exception oracle.forms.jdapi.JdapiException
Constructor taking another throwable as an argument.
JdapiIllegalStateException - Exception in oracle.forms.jdapi
This exception thrown when calling methods on invalid forms objects.
JdapiIllegalStateException() - Constructor for exception oracle.forms.jdapi.JdapiIllegalStateException
Create a new JdapiIllegalStateException with a null message.
JdapiIllegalStateException(String) - Constructor for exception oracle.forms.jdapi.JdapiIllegalStateException
Constructor taking message as argument.
JdapiIllegalStateException(Throwable) - Constructor for exception oracle.forms.jdapi.JdapiIllegalStateException
Constructor taking another throwable as argument.
JdapiIterator - Interface in oracle.forms.jdapi
JdapiIterator extends java.util.Iterator.
JdapiMetadata - Class in oracle.forms.jdapi
This class holds all the metadata for Forms objects.
JdapiMetadata() - Constructor for class oracle.forms.jdapi.JdapiMetadata
 
JdapiMetaObject - Class in oracle.forms.jdapi
This class represents the metadata for a Forms object (for example, a Block).
JdapiMetaObject(String, JdapiMetaProperty[], JdapiMetaProperty[], JdapiMetaProperty[], JdapiMetaProperty[], JdapiMetaProperty[], Class[]) - Constructor for class oracle.forms.jdapi.JdapiMetaObject
Package constructor.
JdapiMetaProperty - Class in oracle.forms.jdapi
The class JdapiMetaProperty represents the metadata for a given property, obtained from a given JdapiMetaObject which is in turn obtained from a given Forms object.
JdapiMetaProperty(int, boolean, boolean, int[]) - Constructor for class oracle.forms.jdapi.JdapiMetaProperty
Package constructor.
JdapiModule - Class in oracle.forms.jdapi
This is the base object from which all Jdapi module objects are derived.
JdapiModule(long) - Constructor for class oracle.forms.jdapi.JdapiModule
Constructor used by derived classes.
JdapiModuleListIterator - Class in oracle.forms.jdapi
Forms module iterator is used from Jdapi to iterate over the loaded/created modules in a session.
JdapiModuleListIterator(Vector) - Constructor for class oracle.forms.jdapi.JdapiModuleListIterator
Constructor.
JdapiModuleListIterator(JdapiModuleListIterator) - Constructor for class oracle.forms.jdapi.JdapiModuleListIterator
Copy constructor.
JdapiObject - Interface in oracle.forms.jdapi
This interface represents the supertype and common behaviours for all Forms objects, and can be used to build and modify Forms applications generically, that is, without referring to the specific object types.
JdapiObjectChildIterator - Class in oracle.forms.jdapi
This class implements an iterator for Jdapi owned objects
JdapiObjectChildIterator(JdapiObject) - Constructor for class oracle.forms.jdapi.JdapiObjectChildIterator
Constructor
JdapiObjectLibraryObjectIterator - Class in oracle.forms.jdapi
JdapiObjectLibraryObjectIterator is an implementation of a JdapiIterator for objects within an ObjectLibrary.
JdapiObjectLibraryObjectIterator(ObjectLibrary) - Constructor for class oracle.forms.jdapi.JdapiObjectLibraryObjectIterator
Constructor.
JdapiObjectLibraryTabObjectIterator - Class in oracle.forms.jdapi
JdapiObjectLibraryTabObjectIterator is an implementation of a JdapiIterator for objects within a tab of an ObjectLibrary.
JdapiObjectLibraryTabObjectIterator(ObjectLibraryTab) - Constructor for class oracle.forms.jdapi.JdapiObjectLibraryTabObjectIterator
Constructor.
JdapiObjectListIterator - Class in oracle.forms.jdapi
Forms object iterator class is an iterator of a list of Forms objects of a given type (as defined at runtime).
JdapiObjectListIterator(JdapiObject) - Constructor for class oracle.forms.jdapi.JdapiObjectListIterator
Constructor for creating an iterator to iterate through objects from a given one.
JdapiObjectListIterator(long, long, int, long) - Constructor for class oracle.forms.jdapi.JdapiObjectListIterator
Constructor for creating an iterator based on a property of an object.
JdapiObjectListIterator(long, long, long) - Constructor for class oracle.forms.jdapi.JdapiObjectListIterator
Constructor for creating an iterator at a given starting object.
JdapiObjectListIterator(JdapiObjectListIterator) - Constructor for class oracle.forms.jdapi.JdapiObjectListIterator
Copy constructor.
JdapiPropertyIterator - Class in oracle.forms.jdapi
This class implements an iterator for Jdapi metaproperties
JdapiPropertyIterator(JdapiMetaProperty[]) - Constructor for class oracle.forms.jdapi.JdapiPropertyIterator
Constructor
JdapiStatusException - Exception in oracle.forms.jdapi
Subclass of JdapiException that incorporates the status code for the error as returned by the forms stack.
JdapiStatusException(String, int) - Constructor for exception oracle.forms.jdapi.JdapiStatusException
Constructor taking message and status code as an argument.
JdapiTypes - Class in oracle.forms.jdapi
A public class that defines Java Forms API constants.
JdapiTypes() - Constructor for class oracle.forms.jdapi.JdapiTypes
 
JdapiUnsupportedOperationException - Exception in oracle.forms.jdapi
This exception is thrown by forms objects which do not support a called method.
JdapiUnsupportedOperationException() - Constructor for exception oracle.forms.jdapi.JdapiUnsupportedOperationException
Creates a new JdapiUnsupportedOperationException with a null message.
JdapiUnsupportedOperationException(String) - Constructor for exception oracle.forms.jdapi.JdapiUnsupportedOperationException
Constructor taking message as an argument.
JdapiUnsupportedOperationException(Throwable) - Constructor for exception oracle.forms.jdapi.JdapiUnsupportedOperationException
Constructor taking another throwable as an argument.
JOIN_CONDITION_PTID - Static variable in class oracle.forms.jdapi.JdapiTypes
 
JOIN_STYLE_PTID - Static variable in class oracle.forms.jdapi.JdapiTypes
 
JOST_BEVEL_CTID - Static variable in class oracle.forms.jdapi.JdapiTypes
 
JOST_MITRE_CTID - Static variable in class oracle.forms.jdapi.JdapiTypes
 
JOST_ROUND_CTID - Static variable in class oracle.forms.jdapi.JdapiTypes
 
JUSTIFICATION_CENTER_CTID - Static variable in class oracle.forms.jdapi.JdapiTypes
 
JUSTIFICATION_END_CTID - Static variable in class oracle.forms.jdapi.JdapiTypes
 
JUSTIFICATION_LEFT_CTID - Static variable in class oracle.forms.jdapi.JdapiTypes
 
JUSTIFICATION_PTID - Static variable in class oracle.forms.jdapi.JdapiTypes
 
JUSTIFICATION_RIGHT_CTID - Static variable in class oracle.forms.jdapi.JdapiTypes
 
JUSTIFICATION_START_CTID - Static variable in class oracle.forms.jdapi.JdapiTypes
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links