WebObjects 5.2.3
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

E

EOAccessArrayFaultHandler - class com.webobjects.eoaccess.EOAccessArrayFaultHandler.
EOAccessArrayFaultHandler is a subclass of EOAccessGenericFaultHandler that implements a fault handler for an array of Enterprise Objects.
EOAccessArrayFaultHandler(EOKeyGlobalID, String, EODatabaseContext, EOEditingContext) - Constructor for class com.webobjects.eoaccess.EOAccessArrayFaultHandler
Creates and returns a fault handler initialized with all of the information necessary to fetch the appropriate objects when the fault is fired.
EOAccessFaultHandler - class com.webobjects.eoaccess.EOAccessFaultHandler.
EOAccessFaultHandler is a subclass of EOAccessGenericFaultHandler that implements an object fault for Enterprise Objects.
EOAccessFaultHandler(EOKeyGlobalID, EODatabaseContext, EOEditingContext) - Constructor for class com.webobjects.eoaccess.EOAccessFaultHandler
Returns a new fault handler with all of the information necessary to fetch the object when the fault is fired.
EOAccessGenericFaultHandler - class com.webobjects.eoaccess.EOAccessGenericFaultHandler.
EOAccessGenericFaultHandler is an abstract class that helps an EOAccessFault to fire by fetching data using an EODatabaseContext.
EOAccessGenericFaultHandler() - Constructor for class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Default constructor.
EOAccountEvent - class com.webobjects.eocontrol.EOAccountEvent.
EOAccountEvent class is intended for internal use only.
EOAccountEvent() - Constructor for class com.webobjects.eocontrol.EOAccountEvent
 
EOAction - class com.webobjects.eoapplication.EOAction.
EOAction objects are abstract representations of operations the user can invoke from the user interface.
EOAction(String, String, String, Icon, Icon, KeyStroke, int, int) - Constructor for class com.webobjects.eoapplication.EOAction
Constructs a new EOAction as specified by the arguments.
EOAction.ActiveWindowDependentAction - interface com.webobjects.eoapplication.EOAction.ActiveWindowDependentAction.
If an EOAction object implements the EOAction.ActiveWindowDependentAction interface, it is given the opportunity to update its settings (like the menu accelerator) when the user switches the active window.
EOAction.Enabling - interface com.webobjects.eoapplication.EOAction.Enabling.
The EOAction.Enabling interface defines a method, canPerformActionNamed, which allows an action receiver to specify if an action (sent by an EOAction object) is enabled for the receiver.
EOActionAssociation - class com.webobjects.eointerface.EOActionAssociation.
An EOActionAssociation object allows you to set up an interface object, such as a button, to send a message to the Enterprise Objects selected in the association's display group when the interface object is acted on.
EOActionAssociation(Object) - Constructor for class com.webobjects.eointerface.EOActionAssociation
Creates a new EOActionAssociation to monitor and update the value in aDisplayObject, typically a button or menu item.
EOActionButtonsController - class com.webobjects.eoapplication.EOActionButtonsController.
EOActionButtonsController() - Constructor for class com.webobjects.eoapplication.EOActionButtonsController
EOActionButtonsController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOActionButtonsController
EOActionButtonsController - class com.webobjects.eogeneration.rules.EOActionButtonsController.
 
EOActionButtonsController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOActionButtonsController
 
EOActionController - class com.webobjects.eogeneration.EOActionController.
 
EOActionController() - Constructor for class com.webobjects.eogeneration.EOActionController
 
EOActionController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOActionController
 
EOActionController - class com.webobjects.eogeneration.rules.EOActionController.
 
EOActionController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOActionController
 
EOActionInsertionAssociation - class com.webobjects.eointerface.EOActionInsertionAssociation.
An EOActionInsertionAssociation object inserts objects from one display group into another.
EOActionInsertionAssociation(Object) - Constructor for class com.webobjects.eointerface.EOActionInsertionAssociation
Creates a new EOActionInsertionAssociation to monitor and update the value in aDisplayObject, typically a button or menu item.
EOActionMenuController - class com.webobjects.eoapplication.EOActionMenuController.
EOActionMenuController() - Constructor for class com.webobjects.eoapplication.EOActionMenuController
EOActionMenuController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOActionMenuController
EOActionMenuController - class com.webobjects.eogeneration.rules.EOActionMenuController.
 
EOActionMenuController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOActionMenuController
 
EOActionTrigger - class com.webobjects.eoapplication.EOActionTrigger.
 
EOActionTrigger() - Constructor for class com.webobjects.eoapplication.EOActionTrigger
 
EOActionTrigger(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOActionTrigger
 
EOActionTrigger - class com.webobjects.eogeneration.rules.EOActionTrigger.
 
EOActionTrigger(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOActionTrigger
 
EOActionWidgetAssociation - class com.webobjects.eointerface.EOActionWidgetAssociation.
EOActionWidgetAssociation is an abstract superclass for associations that invoke methods on objects in response to an action in a user interface widget
EOActionWidgetAssociation(Object) - Constructor for class com.webobjects.eointerface.EOActionWidgetAssociation
Subclasses should override this contructor to do any custom instance initialization and invoke super's implementation.
EOActionWidgetAssociation.ActionPlugin - class com.webobjects.eointerface.EOActionWidgetAssociation.ActionPlugin.
ActionPlugin is an abstract superclass for plugins that provide a layer of abstraction between user interface widgets and EOActionWidgetAssociation subclasses.
EOActionWidgetAssociation.ActionPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOActionWidgetAssociation.ActionPlugin
Subclasses should override this constructor to perform any additional setup and then invoke super's implementation.
EOActionWidgetController - class com.webobjects.eoapplication.EOActionWidgetController.
EOActionWidgetController() - Constructor for class com.webobjects.eoapplication.EOActionWidgetController
EOActionWidgetController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOActionWidgetController
EOActionWidgets - class com.webobjects.eoapplication.EOActionWidgets.
EOActionWidgets() - Constructor for class com.webobjects.eoapplication.EOActionWidgets
 
EOActions - class com.webobjects.eogeneration.rules.EOActions.
 
EOActions(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOActions
 
EOAdaptor - class com.webobjects.eoaccess.EOAdaptor.
An EOAdaptor represents a single connection to a database server.
EOAdaptor(String) - Constructor for class com.webobjects.eoaccess.EOAdaptor
Creates and returns a new EOAdaptor with the specified name.
EOAdaptor.Delegate - interface com.webobjects.eoaccess.EOAdaptor.Delegate.
This interface defines a delegate to EOAdaptor to handle specific requests that are normally handled by EOAdaptor (or rather its subclass since EOAdaptor is an abstract class).
EOAdaptorChannel - class com.webobjects.eoaccess.EOAdaptorChannel.
EOAdaptorChannel is an abstract class that provides its concrete subclasses with a structure for performing database operations.
EOAdaptorChannel(EOAdaptorContext) - Constructor for class com.webobjects.eoaccess.EOAdaptorChannel
Creates and returns an EOAdaptorChannel with the adaptor context context.
EOAdaptorChannel.Delegate - interface com.webobjects.eoaccess.EOAdaptorChannel.Delegate.
EOAdaptorChannel invokes its delegate for nearly every operation that would affect data in the database server.
EOAdaptorContext - class com.webobjects.eoaccess.EOAdaptorContext.
EOAdaptorContext is an abstract class that provides its concrete subclasses with a structure for handling database transactions.
EOAdaptorContext(EOAdaptor) - Constructor for class com.webobjects.eoaccess.EOAdaptorContext
Returns a new EOAdaptorContext.
EOAdaptorContext.Delegate - interface com.webobjects.eoaccess.EOAdaptorContext.Delegate.
EOAdaptorContext invokes its delegate any time a transaction is begun, committed, or rolled back.
EOAdaptorOperation - class com.webobjects.eoaccess.EOAdaptorOperation.
An EOAdaptorOperation object represents a single primitive operation in a database server (lock, insert, update, or delete a particular row, or execute a stored procedure) as well as all the necessary information required to perform the operation.
EOAdaptorOperation(EOEntity) - Constructor for class com.webobjects.eoaccess.EOAdaptorOperation
Creates and returns a new EOAdaptorOperation, with entity as the entity to which the operation will be applied.
EOAggregateEvent - class com.webobjects.eocontrol.EOAggregateEvent.
An instance of the EOAggregateEvent class is used to aggregate multiple EOEvent objects with the same aggregate signature into one event.
EOAggregateEvent() - Constructor for class com.webobjects.eocontrol.EOAggregateEvent
 
EOApplet - class com.webobjects.eoapplication.client.EOApplet.
EOApplet is the default Applet class embedded in WebObjects pages containing a WOJavaClientApplet dynamic element.
EOApplet() - Constructor for class com.webobjects.eoapplication.client.EOApplet
Creates a new EOApplet.
EOAppletController - class com.webobjects.eoapplication.client.EOAppletController.
EOAppletControllers represent applets in the controller hierarchy.
EOAppletController(EOApplet) - Constructor for class com.webobjects.eoapplication.client.EOAppletController
Creates an applet controller for an EOApplet.
EOApplication - class com.webobjects.eoapplication.EOApplication.
Java Client applications typically execute as a desktop application (often referred to as a "Java application"), launched through Web Start or through a command line or as an applet running in a browser.
EOApplication() - Constructor for class com.webobjects.eoapplication.EOApplication
Creates a new EOApplication object.
EOApplication.ApplicationSupport - class com.webobjects.eoapplication.EOApplication.ApplicationSupport.
EOApplication.ApplicationSupport can encapsulate behavior of Java Client applications used in different architectures.
EOApplication.ApplicationSupport() - Constructor for class com.webobjects.eoapplication.EOApplication.ApplicationSupport
Creates a new EOApplication.ApplicationSupport object.
EOApplicationSupport - class com.webobjects.eoapplication.EOApplicationSupport.
EOApplicationSupport is an EOApplication.ApplicationSupport subclass used with two-tier Swing/EOF applications.
EOApplicationSupport() - Constructor for class com.webobjects.eoapplication.EOApplicationSupport
Creates a new EOApplicationSupport object.
EOArchive - class com.webobjects.eoapplication.EOArchive.
EOArchive is used to load interface files created with the Interface Builder application.
EOArchive(Object, NSDisposableRegistry) - Constructor for class com.webobjects.eoapplication.EOArchive
Creates a new archive object with the owner owner and the disposably registry registry for the objects loaded from the archive.
EOArchiveController - class com.webobjects.eoapplication.EOArchiveController.
As a subclass of EOComponentController, EOArchiveController manages a user interface component (which be default is just an empty view to hold subcontroller components).
EOArchiveController() - Constructor for class com.webobjects.eoapplication.EOArchiveController
Creates a new archive controller.
EOArchiveController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOArchiveController
Creates a new archive controller from an EOXMLUnarchiver.
EOArrayDataSource - class com.webobjects.eocontrol.EOArrayDataSource.
EOArrayDataSource is a concrete subclass of EODataSource that can be used to provide enterprise objects to a display group (EODisplayGroup from EOInterface or WODisplayGroup from WebObjects) without having to fetch them from the database.
EOArrayDataSource(EOClassDescription, EOEditingContext) - Constructor for class com.webobjects.eocontrol.EOArrayDataSource
Creates and returns an EOArrayDataSource object where desc contains information about the objects provided by the EOArrayDataSource and ec is the EOArrayDataSource's editing context.
EOAssignment - class com.webobjects.eogeneration.rules.EOAssignment.
 
EOAssignment(String, Object) - Constructor for class com.webobjects.eogeneration.rules.EOAssignment
 
EOAssignment(EOKeyValueUnarchiver) - Constructor for class com.webobjects.eogeneration.rules.EOAssignment
 
EOAssistantActions - class com.webobjects.eogeneration.rules.EOAssistantActions.
 
EOAssistantActions(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOAssistantActions
 
EOAssociation - class com.webobjects.eointerface.EOAssociation.
An EOAssociation maintains a two-way binding between the properties of a display object, such as a text field or combo box, and the properties of one or more enterprise objects contained in one or more EODisplayGroups.
EOAssociation(Object) - Constructor for class com.webobjects.eointerface.EOAssociation
Used by subclasses of EOAssociation to initialize data structures and set aDisplayObject as the display object that the association manages.
EOAssociationConnector - interface com.webobjects.eoapplication.EOAssociationConnector.
EOAssociationConnector is an interface that defines a controller that can assume the responsibilities for connecting and disconnecting the associations of a transient subcontroller.
EOAssociationController - class com.webobjects.eogeneration.EOAssociationController.
 
EOAssociationController() - Constructor for class com.webobjects.eogeneration.EOAssociationController
 
EOAssociationController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOAssociationController
 
EOAttribute - class com.webobjects.eoaccess.EOAttribute.
An EOAttribute represents a column, field, or property in a database and associates an internal name with an external name or expression by which the property is known to the database.
EOAttribute() - Constructor for class com.webobjects.eoaccess.EOAttribute
 
EOAttribute(NSDictionary, Object) - Constructor for class com.webobjects.eoaccess.EOAttribute
Creates an EOAttribute object with the state specified in plist whose parent is owner.
EOAttribute(EOEntity, String) - Constructor for class com.webobjects.eoaccess.EOAttribute
 
EOAttribute - class com.webobjects.eodistribution.client.EOAttribute.
EOAttribute is the client-side representation of an attribute, containing the information relevant within Java Client.
EOAttribute() - Constructor for class com.webobjects.eodistribution.client.EOAttribute
The constructor for EOAttribute.
EOAvailableSpecifications - class com.webobjects.eogeneration.rules.EOAvailableSpecifications.
 
EOAvailableSpecifications(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOAvailableSpecifications
 
EOBeanSupport - class com.webobjects.eoapplication.EOBeanSupport.
EOBeanSupport() - Constructor for class com.webobjects.eoapplication.EOBeanSupport
 
EOBoxController - class com.webobjects.eoapplication.EOBoxController.
EOBoxController() - Constructor for class com.webobjects.eoapplication.EOBoxController
EOBoxController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOBoxController
EOBoxController - class com.webobjects.eogeneration.rules.EOBoxController.
 
EOBoxController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOBoxController
 
EOCheckBoxController - class com.webobjects.eogeneration.EOCheckBoxController.
 
EOCheckBoxController() - Constructor for class com.webobjects.eogeneration.EOCheckBoxController
 
EOCheckBoxController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOCheckBoxController
 
EOCheckBoxController - class com.webobjects.eogeneration.rules.EOCheckBoxController.
 
EOCheckBoxController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOCheckBoxController
 
EOClassDescription - class com.webobjects.eocontrol.EOClassDescription.
EOClassDescription provides a mechanism for extending classes with additional meta-data useful for interacting with Enterprise Objects.
EOClassDescription() - Constructor for class com.webobjects.eocontrol.EOClassDescription
 
EOClassDescription.ClassDelegate - interface com.webobjects.eocontrol.EOClassDescription.ClassDelegate.
The ClassDelegate interface defines a method that the EOClassDescription class can invoke in its delegate.
EOClientApplicationSupport - class com.webobjects.eoapplication.client.EOClientApplicationSupport.
EOClientApplicationSupport is an EOApplication.ApplicationSupport subclass used with three-tier Java Client applications.
EOClientApplicationSupport(boolean) - Constructor for class com.webobjects.eoapplication.client.EOClientApplicationSupport
Creates a new EOClientApplicationSupport object.
EOClientResourceBundle - class com.webobjects.eoapplication.client.EOClientResourceBundle.
EOClientResourceBundles are registered with EOUserInterfaceParameters to localize icons and strings.
EOClientResourceBundle() - Constructor for class com.webobjects.eoapplication.client.EOClientResourceBundle
Creates a new resource bundle.
EOCocoaButtonPlugin - class com.webobjects.eointerface.cocoa.EOCocoaButtonPlugin.
EOCocoaButtonPlugin is used in Cocoa applications to connect buttons and button cells to action and action insertion associations.
EOCocoaButtonPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.cocoa.EOCocoaButtonPlugin
Creates a new EOCocoaButtonPlugin for use with association and widget.
EOCocoaCheckBoxPlugin - class com.webobjects.eointerface.cocoa.EOCocoaCheckBoxPlugin.
EOCocoaCheckBoxPlugin is used in Cocoa applications to connect check box buttons and button cells to value associations.
EOCocoaCheckBoxPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.cocoa.EOCocoaCheckBoxPlugin
Creates a new EOCocoaCheckBoxPlugin for use with association and widget.
EOCocoaComboBoxPlugin - class com.webobjects.eointerface.cocoa.EOCocoaComboBoxPlugin.
EOCocoaComboBoxPlugin is used in Cocoa applications to connect combo boxes to value selection associations.
EOCocoaComboBoxPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.cocoa.EOCocoaComboBoxPlugin
Creates a new EOCocoaComboBoxPlugin for use with association and widget.
EOCocoaImageViewPlugin - class com.webobjects.eointerface.cocoa.EOCocoaImageViewPlugin.
EOCocoaImageViewPlugin is a concrete subclass of EOValueAssociation.ValuePlugin that displays NSData as an NSImage in an NSImageView.
EOCocoaImageViewPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.cocoa.EOCocoaImageViewPlugin
Creates a new EOCocoaImageViewPlugin connected to an association and a UI widget.
EOCocoaPopUpButtonPlugin - class com.webobjects.eointerface.cocoa.EOCocoaPopUpButtonPlugin.
EOCocoaPopUpButtonPlugin is used in Cocoa applications to connect pop-up buttons to value selection associations.
EOCocoaPopUpButtonPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.cocoa.EOCocoaPopUpButtonPlugin
Creates a new EOCocoaPopUpButtonPlugin for use with association and widget.
EOCocoaRadioMatrixPlugin - class com.webobjects.eointerface.cocoa.EOCocoaRadioMatrixPlugin.
EOCocoaRadioMatrixPlugin is used in Cocoa applications to connect matrices of radio buttons to value selection associations.
EOCocoaRadioMatrixPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.cocoa.EOCocoaRadioMatrixPlugin
Creates a new EOCocoaRadioMatrixPlugin for use with association and widget.
EOCocoaSetPlugin - class com.webobjects.eointerface.cocoa.EOCocoaSetPlugin.
EOCocoaSetPlugin is a concrete subclass of com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin.
EOCocoaSetPlugin() - Constructor for class com.webobjects.eointerface.cocoa.EOCocoaSetPlugin
Creates a new EOCocoaSetPlugin by invoking super.
EOCocoaSimpleTextPlugin - class com.webobjects.eointerface.cocoa.EOCocoaSimpleTextPlugin.
EOCocoaSimpleTextPlugin is the an abstract superclass for plugin classes (specifically EOCocoaTextPlugin and EOCocoaTextFieldPlugin) that want to manage Cocoa text input widgets.
EOCocoaSimpleTextPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.cocoa.EOCocoaSimpleTextPlugin
EOCocoaSimpleTextPlugin is an abstract class, you should never try to create a new EOCocoaSimpleTextPlugin object.
EOCocoaTableColumnPlugin - class com.webobjects.eointerface.cocoa.EOCocoaTableColumnPlugin.
EOCocoaTableColumnPlugin is used in Cocoa applications to connect NSTableColumns to table column associations.
EOCocoaTableColumnPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.cocoa.EOCocoaTableColumnPlugin
Creates a new EOCocoaTableColumnPlugin for use with association and widget.
EOCocoaTableViewPlugin - class com.webobjects.eointerface.cocoa.EOCocoaTableViewPlugin.
EOCocoaTableViewPlugin is used in Cocoa applications to connect NStableViews to table associations.
EOCocoaTableViewPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.cocoa.EOCocoaTableViewPlugin
Creates a new EOCocoaTableViewPlugin for use with association and widget.
EOCocoaTextFieldPlugin - class com.webobjects.eointerface.cocoa.EOCocoaTextFieldPlugin.
EOCocoaTextFieldPlugin is used in Cocoa applications to connect text field widgets to EOTextAssociations and EOPickTextAssociations.
EOCocoaTextFieldPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.cocoa.EOCocoaTextFieldPlugin
Creates a new EOCocoaTextFieldPlugin for use with association and widget.
EOCocoaTextPlugin - class com.webobjects.eointerface.cocoa.EOCocoaTextPlugin.
EOCocoaTextPlugin is used in Cocoa applications to connect text view widgets to EOTextAssociations.
EOCocoaTextPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.cocoa.EOCocoaTextPlugin
Creates a new EOCocoaTextPlugin for use with association and widget.
EOCocoaUtilities - class com.webobjects.eointerface.cocoa.EOCocoaUtilities.
EOcocoaUtilities is a class of static methods aimed at making it easy to use the pure java implementation of EOF with Apple's "bridged Java" Cocoa technology.
EOColumnEditor - class com.webobjects.eointerface.swing.EOColumnEditor.
EOColumnEditor is an abstract class that implements generalized cell editing management for javax.swing.JTables.
EOColumnEditor() - Constructor for class com.webobjects.eointerface.swing.EOColumnEditor
Constructs a new EOColumnEditor.
EOComboBoxController - class com.webobjects.eogeneration.EOComboBoxController.
 
EOComboBoxController() - Constructor for class com.webobjects.eogeneration.EOComboBoxController
 
EOComboBoxController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOComboBoxController
 
EOComboBoxController - class com.webobjects.eogeneration.rules.EOComboBoxController.
 
EOComboBoxController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOComboBoxController
 
EOComponentController - class com.webobjects.eoapplication.EOComponentController.
The EOComponentController class provides behavior for controllers that manage user interface components.
EOComponentController() - Constructor for class com.webobjects.eoapplication.EOComponentController
Creates a new component controller with default parameters.
EOComponentController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOComponentController
Creates a new component controller with parameters retrieved from the EOXMLUnarchiver.
EOComponentController - class com.webobjects.eogeneration.rules.EOComponentController.
 
EOComponentController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOComponentController
 
EOComponentController.ActionCollector - interface com.webobjects.eoapplication.EOComponentController.ActionCollector.
The EOComponentController.ActionCollector interface identifies controllers that display actions of subcontrollers collectively (for example in tool bars).
EOComponentController.Activation - interface com.webobjects.eoapplication.EOComponentController.Activation.
The EOComponentController.Activation interface identifies controllers that which have components can be explicitly activated (for example window controllers).
EOComponentController.EndEditing - interface com.webobjects.eoapplication.EOComponentController.EndEditing.
The EOComponentController.EndEditing interface identifies controllers that edit data objects and might need to flush uncommitted user changes.
EOComponentController.Modal - interface com.webobjects.eoapplication.EOComponentController.Modal.
The EOComponentController.Modal interface identifies controllers that can run modal user interfaces (modal dialogs).
EOComponentController.ResetUserInterface - interface com.webobjects.eoapplication.EOComponentController.ResetUserInterface.
The EOComponentController.ResetUserInterface interface identifies controllers that have components that can reset their interface to an original state (for example switch controllers).
EOControlActionAdapter - class com.webobjects.eointerface.swing.EOControlActionAdapter.
The EOControlActionAdapter class is used to connect user interface widgets to the actions performed with those controls.
EOControlActionAdapter(Object, String, Object) - Constructor for class com.webobjects.eointerface.swing.EOControlActionAdapter
Constructs a new EOControlActionAdapter that performs the method identified by actionName on the object target when the widget listenee is acted upon.
EOControlActionAdapter(String, Object) - Constructor for class com.webobjects.eointerface.swing.EOControlActionAdapter
Constructs a new EOControlActionAdapter that performs the method identified by actionName when the widget listenee is acted upon.
EOController - class com.webobjects.eoapplication.EOController.
The EOController class defines basic behavior for controller objects that are responsible for managing and sometimes generating the user interface for the client side of a Java Client application.
EOController() - Constructor for class com.webobjects.eoapplication.EOController
Creates a new controller.
EOController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOController
Creates a new controller.
EOController - class com.webobjects.eogeneration.rules.EOController.
 
EOController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOController
 
EOController.Enumeration - interface com.webobjects.eoapplication.EOController.Enumeration.
EOController.Enumeration is an interface that defines an enumeration that iterates over a set of EOController objects.
EOControllerFactory - class com.webobjects.eogeneration.EOControllerFactory.
 
EOControllerFactory() - Constructor for class com.webobjects.eogeneration.EOControllerFactory
 
EOControllerFactory.ControllerTaskAdaptor - class com.webobjects.eogeneration.EOControllerFactory.ControllerTaskAdaptor.
 
EOControllerFactory.ControllerTaskAdaptor() - Constructor for class com.webobjects.eogeneration.EOControllerFactory.ControllerTaskAdaptor
 
EOControllerFactory.ControllerTaskCallback - interface com.webobjects.eogeneration.EOControllerFactory.ControllerTaskCallback.
 
EOControllerFactory.Delegate - interface com.webobjects.eogeneration.EOControllerFactory.Delegate.
 
EOControllerFactory.Insert - interface com.webobjects.eogeneration.EOControllerFactory.Insert.
 
EOControllerFactory.List - interface com.webobjects.eogeneration.EOControllerFactory.List.
 
EOControllerFactory.Open - interface com.webobjects.eogeneration.EOControllerFactory.Open.
 
EOControllerFactory.Query - interface com.webobjects.eogeneration.EOControllerFactory.Query.
 
EOControllerFactory.Select - interface com.webobjects.eogeneration.EOControllerFactory.Select.
 
EOControllerFactory.SelectByInserting - interface com.webobjects.eogeneration.EOControllerFactory.SelectByInserting.
 
EOCooperatingObjectStore - class com.webobjects.eocontrol.EOCooperatingObjectStore.
EOCooperatingObjectStore is a part of the control layer's object storage abstraction.
EOCooperatingObjectStore() - Constructor for class com.webobjects.eocontrol.EOCooperatingObjectStore
 
EOCustomObject - class com.webobjects.eocontrol.EOCustomObject.
The EOCustomObject class provides a default implementation of the EOEnterpriseObject interface.
EOCustomObject(EOEditingContext, EOClassDescription, EOGlobalID) - Constructor for class com.webobjects.eocontrol.EOCustomObject
Deprecated. the default or 0 argument constructor should be used instead
EOCustomObject() - Constructor for class com.webobjects.eocontrol.EOCustomObject
Default constructor.
EODataSource - class com.webobjects.eocontrol.EODataSource.
EODataSource is an abstract class that defines a basic API for providing enterprise objects.
EODataSource() - Constructor for class com.webobjects.eocontrol.EODataSource
 
EODataSourceFactory - class com.webobjects.eoapplication.EODataSourceFactory.
EODataSourceFactory() - Constructor for class com.webobjects.eoapplication.EODataSourceFactory
EODatabase - class com.webobjects.eoaccess.EODatabase.
An EODatabase object represents a single database server.
EODatabase(EOAdaptor) - Constructor for class com.webobjects.eoaccess.EODatabase
Creates and returns a new EODatabase object, specifying adaptor as the new EODatabase's adaptor.
EODatabase(EOModel) - Constructor for class com.webobjects.eoaccess.EODatabase
Creates and returns a new EODatabase object, also creating an instance of the EOAdaptor named in model and assigning it as the new EODatabase's adaptor.
EODatabaseChannel - class com.webobjects.eoaccess.EODatabaseChannel.
An EODatabaseChannel represents an independent communication channel to the database server.
EODatabaseChannel(EODatabaseContext) - Constructor for class com.webobjects.eoaccess.EODatabaseChannel
Constructs a new EODatabaseChannel with databaseContext as its parent.
EODatabaseContext - class com.webobjects.eoaccess.EODatabaseContext.
EODatabaseContext is the basic EOObjectStore for the EOAccess Framework.
EODatabaseContext(EODatabase) - Constructor for class com.webobjects.eoaccess.EODatabaseContext
Creates and returns a new EODatabaseContext with database assigned as the EODatabase object that the new context works.
EODatabaseContext.DatabaseContextEvent - class com.webobjects.eoaccess.EODatabaseContext.DatabaseContextEvent.
DatabaseContextEvent is a subclass of EOEvent, the parent class for objects that gather information, such as duration or order of execution, about various operations in WebObjects.
EODatabaseContext.DatabaseContextEvent() - Constructor for class com.webobjects.eoaccess.EODatabaseContext.DatabaseContextEvent
Creates and returns a new DatabaseContextEvent.
EODatabaseContext.DatabaseContextEvent(String) - Constructor for class com.webobjects.eoaccess.EODatabaseContext.DatabaseContextEvent
Creates and returns a new DatabaseContextEvent and sets its type to type.
EODatabaseContext.Delegate - interface com.webobjects.eoaccess.EODatabaseContext.Delegate.
This interface defines a delegate to EODatabaseContext to to handle specific requests that are ordinarily handled by EODatabaseContext.
EODatabaseDataSource - class com.webobjects.eoaccess.EODatabaseDataSource.
EODatabaseDataSource is a concrete subclass of EODataSource, defined in EOControl.
EODatabaseDataSource(EOEditingContext, String, String) - Constructor for class com.webobjects.eoaccess.EODatabaseDataSource
Constructs a new EODatabaseDataSource to fetch objects into anEditingContext for the EOEntity specified by anEntityName using the fetch specification fetchSpecificationName.
EODatabaseDataSource(EOEditingContext, String) - Constructor for class com.webobjects.eoaccess.EODatabaseDataSource
Constructs a new EODatabaseDataSource to fetch all objects for the EOEntity specified by anEntityName into anEditingContext .
EODatabaseOperation - class com.webobjects.eoaccess.EODatabaseOperation.
An EODatabaseOperation object represents an operation (insert, update, or delete) to perform on an Enterprise Object and all the necessary information required to perform that operation.
EODatabaseOperation(EOGlobalID, Object, EOEntity) - Constructor for class com.webobjects.eoaccess.EODatabaseOperation
Creates and returns a new EODatabaseOperation object, setting the Enterprise Object to which the operation will be applied to object, its globalID to globalID, and its entity to entity.
EODefaultActionTrigger - class com.webobjects.eogeneration.EODefaultActionTrigger.
 
EODefaultActionTrigger() - Constructor for class com.webobjects.eogeneration.EODefaultActionTrigger
 
EODefaultActionTrigger(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EODefaultActionTrigger
 
EODefaultSpecifications - class com.webobjects.eogeneration.rules.EODefaultSpecifications.
 
EODefaultSpecifications(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EODefaultSpecifications
 
EODefaults - class com.webobjects.eoapplication.EODefaults.
EODefaults objects are used to collect user defaults like window sizes and positions.
EODefaults() - Constructor for class com.webobjects.eoapplication.EODefaults
Creates a new defaults manager object.
EODeferredFaulting - interface com.webobjects.eocontrol.EODeferredFaulting.
The EODeferredFaulting interface defines the methods enterprise objects use to manage deferred faulting.
EODelayedObserver - class com.webobjects.eocontrol.EODelayedObserver.
The EODelayedObserver class is a part of EOControl's change tracking mechanism.
EODelayedObserver() - Constructor for class com.webobjects.eocontrol.EODelayedObserver
 
EODelayedObserverQueue - class com.webobjects.eocontrol.EODelayedObserverQueue.
The EODelayedObserverQueue class is a part of EOControl's change tracking mechanism.
EODelayedObserverQueue() - Constructor for class com.webobjects.eocontrol.EODelayedObserverQueue
Creates and returns a new EODelayedObserverQueue with NSRunLoop.DefaultRunLoopMode as its only run loop mode.
EODetailDataSource - class com.webobjects.eocontrol.EODetailDataSource.
EODetailDataSource defines a data source for use in master-detail configurations, where operations in the detail data source are applied directly to properties of a master object.
EODetailDataSource(EOClassDescription, String) - Constructor for class com.webobjects.eocontrol.EODetailDataSource
Creates and returns a new EODetailDataSource object.
EODetailDataSource(EODataSource, String) - Constructor for class com.webobjects.eocontrol.EODetailDataSource
Creates and returns a new EODetailDataSource object.
EODetailSelectionAssociation - class com.webobjects.eointerface.EODetailSelectionAssociation.
An EODetailSelectionAssociation binds two EODisplayGroups together through a relationship, so that the destination display group acts as an editor for that relationship.
EODetailSelectionAssociation(Object) - Constructor for class com.webobjects.eointerface.EODetailSelectionAssociation
Creates a new EODetailSelectionAssociation to monitor and update the objects in object, an EODisplayGroup.
EODetailSelectionController - class com.webobjects.eogeneration.EODetailSelectionController.
 
EODetailSelectionController() - Constructor for class com.webobjects.eogeneration.EODetailSelectionController
 
EODetailSelectionController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EODetailSelectionController
 
EODetailSelectionController - class com.webobjects.eogeneration.rules.EODetailSelectionController.
 
EODetailSelectionController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EODetailSelectionController
 
EODialogController - class com.webobjects.eoapplication.EODialogController.
EODialogController() - Constructor for class com.webobjects.eoapplication.EODialogController
EODialogController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EODialogController
EODialogController - class com.webobjects.eogeneration.rules.EODialogController.
 
EODialogController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EODialogController
 
EODialogs - class com.webobjects.eoapplication.EODialogs.
The EODialogs class offers several static methods which can be used to run alert panels and dialogs.
EODialogs() - Constructor for class com.webobjects.eoapplication.EODialogs
 
EODisplayGroup - class com.webobjects.eointerface.EODisplayGroup.
An EODisplayGroup is the basic user interface manager for an Enterprise Objects Framework or Java Client application.
EODisplayGroup() - Constructor for class com.webobjects.eointerface.EODisplayGroup
Creates a new EODisplayGroup.
EODisplayGroup.Delegate - interface com.webobjects.eointerface.EODisplayGroup.Delegate.
The EODisplayGroup.Delegate interface defines methods that an EODisplayGroup can invoke in its delegate.
EODisplayStatisticsController - class com.webobjects.eogeneration.EODisplayStatisticsController.
 
EODisplayStatisticsController() - Constructor for class com.webobjects.eogeneration.EODisplayStatisticsController
 
EODisplayStatisticsController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EODisplayStatisticsController
 
EODisplayStatisticsController - class com.webobjects.eogeneration.rules.EODisplayStatisticsController.
 
EODisplayStatisticsController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EODisplayStatisticsController
 
EODisplayUtilities - class com.webobjects.eoapplication.EODisplayUtilities.
EODisplayUtilities() - Constructor for class com.webobjects.eoapplication.EODisplayUtilities
 
EODistributedClassDescription - class com.webobjects.eodistribution.client.EODistributedClassDescription.
EODistributedClassDescription is the Java Client equivalent to EOClassDescription.
EODistributedClassDescription(Class) - Constructor for class com.webobjects.eodistribution.client.EODistributedClassDescription
The constructor for EODistributedClassDescription, usually called internally.
EODistributedClassDescription(String, Class) - Constructor for class com.webobjects.eodistribution.client.EODistributedClassDescription
A constructor for EODistributedClassDescription, usually called internally.
EODistributedDataSource - class com.webobjects.eodistribution.client.EODistributedDataSource.
EODistributedDataSource is a concrete subclass of EODataSource (defined in the control layer) that fetches using an EOEditingContext as its source of objects.
EODistributedDataSource(String) - Constructor for class com.webobjects.eodistribution.client.EODistributedDataSource
Creates a new EODistributedDataSource for the entity identified by entityName.
EODistributedDataSource(EOEditingContext, String, String) - Constructor for class com.webobjects.eodistribution.client.EODistributedDataSource
Creates a new EODistributedDataSource for the entity identified by entityName.
EODistributedDataSource(EOEditingContext, String) - Constructor for class com.webobjects.eodistribution.client.EODistributedDataSource
Creates a new EODistributedDataSource for the entity identified by entityName.
EODistributedObjectStore - class com.webobjects.eodistribution.client.EODistributedObjectStore.
An EODistributedObjectStore functions as the parent object store on the client side of Java Client applications.
EODistributedObjectStore(EODistributionChannel) - Constructor for class com.webobjects.eodistribution.client.EODistributedObjectStore
Creates an EODistributedObjectStore instance initialized with a distribution channel.
EODistributionChannel - class com.webobjects.eodistribution.client.EODistributionChannel.
EODistributionChannel is an abstract class that defines the interface for objects handling the communication of data between the client and the server in a distributed Java Client application.
EODistributionChannel() - Constructor for class com.webobjects.eodistribution.client.EODistributionChannel
Creates a new distribution channel.
EODistributionChannel.Delegate - interface com.webobjects.eodistribution.client.EODistributionChannel.Delegate.
This interface defines the methods that can be implemented by the delegate of EODistributionChannels -- mostly to handle exceptions.
EODistributionContext - class com.webobjects.eodistribution.EODistributionContext.
EODistributionContext objects perform the server-side related work behind Java Client applications and take care of encoding and decoding enterprise objects and other data.
EODistributionContext(WOSession, EOEditingContext) - Constructor for class com.webobjects.eodistribution.EODistributionContext
Creates a new distribution context for the session session, using editingContext as the editing context which controls the server-side representation of the enterprise object graph fetched by the client.
EODistributionContext(WOSession) - Constructor for class com.webobjects.eodistribution.EODistributionContext
Creates a new distribution context for the session session, using the session's defaultEditingContext as the editing context which controls the server side representation of the enterprise object graph fetched by the client.
EODistributionContext.Delegate - interface com.webobjects.eodistribution.EODistributionContext.Delegate.
This interface defines the methods that can be implemented by the delegate of EODistributionContexts -- mostly to control security.
EODocument - interface com.webobjects.eoapplication.EODocument.
EODocument is an interface that defines the behavior of a controller that displays and edits enterprise objects.
EODocumentController - class com.webobjects.eoapplication.EODocumentController.
The EODocumentController class provides behavior for displaying and editing enterprise objects in a user interface.
EODocumentController() - Constructor for class com.webobjects.eoapplication.EODocumentController
Creates a new document controller.
EODocumentController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EODocumentController
Creates a new document controller from an EOXMLUnarchiver.
EODynamicApplication - class com.webobjects.eogeneration.EODynamicApplication.
 
EODynamicApplication() - Constructor for class com.webobjects.eogeneration.EODynamicApplication
 
EOENTERPRISEOBJECT_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
EOEditable - interface com.webobjects.eoapplication.EOEditable.
EOEditable is an interface that defines an API for managing the editability of a branch of the controller hierarchy.
EOEditingContext - class com.webobjects.eocontrol.EOEditingContext.
An EOEditingContext object manages a graph of enterprise objects in an application; this object graph represents an internally consistent view of one or more external stores (most often a database).
EOEditingContext(EOObjectStore) - Constructor for class com.webobjects.eocontrol.EOEditingContext
Creates a new EOEditingContext object with parent as its parent object store.
EOEditingContext() - Constructor for class com.webobjects.eocontrol.EOEditingContext
Creates a new EOEditingContext object with the default parent object store as its parent object store.
EOEditingContext.Delegate - interface com.webobjects.eocontrol.EOEditingContext.Delegate.
The EOEditingContext.Delegate interface defines methods that an EOEditingContext can invoke in its delegate.
EOEditingContext.EditingContextEvent - class com.webobjects.eocontrol.EOEditingContext.EditingContextEvent.
A subclass provided to track events triggered by EOEditingContexts.
EOEditingContext.EditingContextEvent() - Constructor for class com.webobjects.eocontrol.EOEditingContext.EditingContextEvent
 
EOEditingContext.EditingContextEvent(String) - Constructor for class com.webobjects.eocontrol.EOEditingContext.EditingContextEvent
 
EOEditingContext.Editor - interface com.webobjects.eocontrol.EOEditingContext.Editor.
An interface for objects that act as higher-level editors of the objects an EOEditingContext contains.
EOEditingContext.MessageHandler - interface com.webobjects.eocontrol.EOEditingContext.MessageHandler.
This interface is used for error reporting and determining fetch limits.
EOEditingController - class com.webobjects.eogeneration.EOEditingController.
 
EOEditingController() - Constructor for class com.webobjects.eogeneration.EOEditingController
 
EOEditingController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOEditingController
 
EOEditor - class com.webobjects.eogeneration.rules.EOEditor.
 
EOEditor(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOEditor
 
EOEnterAction - class com.webobjects.eogeneration.EOEnterAction.
 
EOEnterAction(String, String, Icon, Icon, KeyStroke, int, int, String) - Constructor for class com.webobjects.eogeneration.EOEnterAction
 
EOEnterpriseObject - interface com.webobjects.eocontrol.EOEnterpriseObject.
The EOEnterpriseObject interface identifies basic enterprise object behavior, defining methods for supporting operations common to all enterprise objects.
EOEntity - class com.webobjects.eoaccess.EOEntity.
An EOEntity describes a table in a database and associates a name internal to the Enterprise Objects Framework with an external name by which the table is known to the database.
EOEntity() - Constructor for class com.webobjects.eoaccess.EOEntity
Creates and returns a new EOEntity.
EOEntity(NSDictionary, Object) - Constructor for class com.webobjects.eoaccess.EOEntity
Creates and returns a new EOEntity initialized from the property list plist belonging to the EOModel owner.
EOEntityClassDescription - class com.webobjects.eoaccess.EOEntityClassDescription.
EOEntityClassDescription is a subclass of the control layer's EOClassDescription.
EOEntityClassDescription(EOEntity) - Constructor for class com.webobjects.eoaccess.EOEntityClassDescription
Creates and returns a new EOEntityClassDescription for entity.
EOEntityController - class com.webobjects.eoapplication.EOEntityController.
The EOEntityController class provides behavior for displaying enterprise objects in a user interface that can optionally be loaded from an interface file archive (a .nib file).
EOEntityController() - Constructor for class com.webobjects.eoapplication.EOEntityController
Creates a new entity controller.
EOEntityController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOEntityController
Creates a new entity controller from an EOXMLUnarchiver.
EOEntityController - class com.webobjects.eogeneration.rules.EOEntityController.
 
EOEntityController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOEntityController
 
EOEnumerationController - class com.webobjects.eogeneration.EOEnumerationController.
 
EOEnumerationController() - Constructor for class com.webobjects.eogeneration.EOEnumerationController
 
EOEnumerationController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOEnumerationController
 
EOEnumerationWindow - class com.webobjects.eogeneration.rules.EOEnumerationWindow.
 
EOEnumerationWindow(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOEnumerationWindow
 
EOEvent - class com.webobjects.eocontrol.EOEvent.
EOEvent is an abstract class that provides concrete subclasses with a structure for storing information about a logged event.
EOEvent() - Constructor for class com.webobjects.eocontrol.EOEvent
Creates a new event object.
EOEventCenter - class com.webobjects.eocontrol.EOEventCenter.
EOEventCenter collects and manages EOEvents to measure the duration of operations in any applications.
EOEventCenter() - Constructor for class com.webobjects.eocontrol.EOEventCenter
Creates a new event center.
EOEventCenter.EventRecordingHandler - interface com.webobjects.eocontrol.EOEventCenter.EventRecordingHandler.
The EOEventCenter.EventRecordingHandler interface declares the setLoggingEnabled method, which is invoked by the event-logging system when logging is enabled or disabled for an event class.
EOFaultHandler - class com.webobjects.eocontrol.EOFaultHandler.
EOFaultHandler is an abstract class that defines the mechanisms that create faults and help them to fire.
EOFaultHandler() - Constructor for class com.webobjects.eocontrol.EOFaultHandler
 
EOFaulting - interface com.webobjects.eocontrol.EOFaulting.
The EOFaulting interface together with the EOFaultHandler class forms a general mechanism for postponing an object's initialization until it is actually needed.
EOFetchSpecification - class com.webobjects.eocontrol.EOFetchSpecification.
An EOFetchSpecification collects the criteria needed to select and order a group of records or enterprise objects, whether from an external repository such as a relational database or an internal store such as an EOEditingContext.
EOFetchSpecification() - Constructor for class com.webobjects.eocontrol.EOFetchSpecification
Creates a new EOFetchSpecification.
EOFetchSpecification(String, EOQualifier, NSArray, boolean, boolean, NSDictionary) - Constructor for class com.webobjects.eocontrol.EOFetchSpecification
Creates a new EOFetchSpecification with the arguments specified.
EOFetchSpecification(String, EOQualifier, NSArray) - Constructor for class com.webobjects.eocontrol.EOFetchSpecification
Creates a new EOFetchSpecification with the arguments specified.
EOForm - class com.webobjects.eogeneration.rules.EOForm.
 
EOForm(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOForm
 
EOForm - class com.webobjects.eointerface.swing.EOForm.
EOForm is a subclass of EOMatrix that manages a collection of labelled text fields laid out on a grid.
EOForm(int, int, int, int) - Constructor for class com.webobjects.eointerface.swing.EOForm
Constructs a new EOForm with rows number of rows, columns number of columns, a row spacing of rowSpacing and a column spacing of columnSpacing.
EOFormCell - class com.webobjects.eointerface.swing.EOFormCell.
EOFormCell objects implement entries in EOForms.
EOFormCell() - Constructor for class com.webobjects.eointerface.swing.EOFormCell
Constructs a new EOFormCell.
EOFormController - class com.webobjects.eogeneration.EOFormController.
 
EOFormController() - Constructor for class com.webobjects.eogeneration.EOFormController
 
EOFormController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOFormController
 
EOFormController - class com.webobjects.eogeneration.rules.EOFormController.
 
EOFormController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOFormController
 
EOFormElement - class com.webobjects.eogeneration.rules.EOFormElement.
 
EOFormElement(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOFormElement
 
EOFormatValueController - class com.webobjects.eogeneration.EOFormatValueController.
 
EOFormatValueController() - Constructor for class com.webobjects.eogeneration.EOFormatValueController
 
EOFormatValueController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOFormatValueController
 
EOFrame - class com.webobjects.eointerface.swing.EOFrame.
An EOFrame is a window that uses the EOViewLayout layout manager to manage layout geometry.
EOFrame() - Constructor for class com.webobjects.eointerface.swing.EOFrame
Creates a new EOFrame object with an EOViewLayout layout manager.
EOFrameController - class com.webobjects.eoapplication.EOFrameController.
EOFrameController() - Constructor for class com.webobjects.eoapplication.EOFrameController
EOFrameController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOFrameController
EOFrameController - class com.webobjects.eogeneration.rules.EOFrameController.
 
EOFrameController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOFrameController
 
EOGLOBALID_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
EOGeneralAdaptorException - exception com.webobjects.eoaccess.EOGeneralAdaptorException.
A subclass of RuntimeException thrown by EOAccess.
EOGeneralAdaptorException(String) - Constructor for class com.webobjects.eoaccess.EOGeneralAdaptorException
Constructs a EOGeneralAdaptorException with the specified detail message.
EOGeneralAdaptorException(String, NSDictionary) - Constructor for class com.webobjects.eoaccess.EOGeneralAdaptorException
Constructs a EOGeneralAdaptorException with the specified name and a userInfo dictionary of additional information.
EOGeneralAdaptorException(String, String, String) - Constructor for class com.webobjects.eoaccess.EOGeneralAdaptorException
Constructs a new EOGeneralAdaptorException with the name of the selector (method) and class throwing the exception, and a detailed message about the exception.
EOGenericRecord - class com.webobjects.eocontrol.EOGenericRecord.
EOGenericRecord is a generic enterprise object class that can be used in place of custom classes when custom behavior is not needed.
EOGenericRecord(EOEditingContext, EOClassDescription, EOGlobalID) - Constructor for class com.webobjects.eocontrol.EOGenericRecord
Deprecated. the default or 0 argument constructor should be used instead
EOGenericRecord(EOClassDescription) - Constructor for class com.webobjects.eocontrol.EOGenericRecord
Create a new instance and assigns it classDescription
EOGenericRecord() - Constructor for class com.webobjects.eocontrol.EOGenericRecord
Default constructor.
EOGlobalID - class com.webobjects.eocontrol.EOGlobalID.
An EOGlobalID is a compact, universal, identifier for a persistent object.
EOGlobalID() - Constructor for class com.webobjects.eocontrol.EOGlobalID
 
EOHTTPChannel - class com.webobjects.eodistribution.client.EOHTTPChannel.
An EOHTTPChannel is a concrete implementation of an EODistributionChannel which handles communication between the client and server in distributed Java Client applications using the HTTP protocol (POST commands).
EOHTTPChannel() - Constructor for class com.webobjects.eodistribution.client.EOHTTPChannel
Creates a new HTTP channel.
EOHelpWindowAction - class com.webobjects.eogeneration.rules.EOHelpWindowAction.
 
EOHelpWindowAction(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOHelpWindowAction
 
EOImageView - class com.webobjects.eointerface.swing.EOImageView.
The EOImageView class is used to display images (java.awt.Image objects) in Swing user interfaces.
EOImageView() - Constructor for class com.webobjects.eointerface.swing.EOImageView
Constructs a new EOImageView with ScaleProportionallyIfTooLarge scaling and java.awt.Image.SCALE_SMOOTH scaling hints.
EOImageViewController - class com.webobjects.eogeneration.EOImageViewController.
 
EOImageViewController() - Constructor for class com.webobjects.eogeneration.EOImageViewController
 
EOImageViewController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOImageViewController
 
EOImageViewController - class com.webobjects.eogeneration.rules.EOImageViewController.
 
EOImageViewController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOImageViewController
 
EOInsertAction - class com.webobjects.eogeneration.rules.EOInsertAction.
 
EOInsertAction(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOInsertAction
 
EOInspectorController - class com.webobjects.eoapplication.EOInspectorController.
EOInspectorController() - Constructor for class com.webobjects.eoapplication.EOInspectorController
EOInspectorController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOInspectorController
EOInspectorController - class com.webobjects.eogeneration.rules.EOInspectorController.
 
EOInspectorController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOInspectorController
 
EOInterfaceController - class com.webobjects.eoapplication.EOInterfaceController.
EOInterfaceController serves as a convenient base class for logic related to the interface of client-side applications.
EOInterfaceController() - Constructor for class com.webobjects.eoapplication.EOInterfaceController
Creates a new interface controller.
EOInterfaceController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOInterfaceController
Creates a new interface controller from an EOXMLUnarchiver.
EOInterfaceController(EOEditingContext) - Constructor for class com.webobjects.eoapplication.EOInterfaceController
Creates a new interface controller using the editing context editingContext.
EOInterfaceController(EOEditingContext, String) - Constructor for class com.webobjects.eoapplication.EOInterfaceController
Creates a new interface controller using a special interface file name archiveName (usually the interface file name defaults to the class name) and using the editing context editingContext.
EOJoin - class com.webobjects.eoaccess.EOJoin.
An EOJoin describes one source-destination attribute pair for an EORelationship.
EOJoin(EOAttribute, EOAttribute) - Constructor for class com.webobjects.eoaccess.EOJoin
Creates and returns a new EOJoin with the given source and destination attributes.
EOKeyComparisonQualifier - class com.webobjects.eocontrol.EOKeyComparisonQualifier.
EOKeyComparisonQualifier is a subclass of EOQualifier that compares a named property of an object with a named value of another object.
EOKeyComparisonQualifier(String, NSSelector, String) - Constructor for class com.webobjects.eocontrol.EOKeyComparisonQualifier
Creates and returns a new EOKeyComparisonQualifier object that compares the properties named by leftKey and rightKey, using the operator method selector, one of the list below.
EOKeyGlobalID - class com.webobjects.eocontrol.EOKeyGlobalID.
EOKeyGlobalID is a concrete subclass of EOGlobalID whose instances, an entity and the primary key values for the object being identified, represent persistent IDs based on EOModel information.
EOKeyGlobalID(String, int) - Constructor for class com.webobjects.eocontrol.EOKeyGlobalID
Returns an EOKeyGlobalID object
EOKeyValueArchiver - class com.webobjects.eocontrol.EOKeyValueArchiver.
EOKeyValueArchiver objects are used to archive a graph of objects into a "property list" with a key-value mechanism.
EOKeyValueArchiver() - Constructor for class com.webobjects.eocontrol.EOKeyValueArchiver
Creates a new EOKeyValueArchiver.
EOKeyValueArchiver.Delegate - interface com.webobjects.eocontrol.EOKeyValueArchiver.Delegate.
The EOKeyValueArchiver.Delegate interface defines methods which can be used by a delegate object of an EOKeyValueArchiver to control the behavior of the archiver object.
EOKeyValueArchiving - interface com.webobjects.eocontrol.EOKeyValueArchiving.
The EOKeyValueArchiving interface declares the methods that a class must implement so that instances of that class can be encoded and decoded with EOKeyValueArchiver and EOKeyValueUnarchiver objects.
EOKeyValueArchiving.Awaking - interface com.webobjects.eocontrol.EOKeyValueArchiving.Awaking.
EOKeyValueArchiving.Awaking is an interface which can be optionally implemented by EOKeyValueArchiving objects if they need to be awaken explicitly at the end of an unarchiving process of an EOKeyValueUnarchiver.
EOKeyValueArchiving.FinishInitialization - interface com.webobjects.eocontrol.EOKeyValueArchiving.FinishInitialization.
EOKeyValueArchiving.FinishInitialization is an interface which can be optionally implemented by EOKeyValueArchiving objects if they have special initialization needs at the end of an unarchiving process of an EOKeyValueUnarchiver.
EOKeyValueArchiving.Support - class com.webobjects.eocontrol.EOKeyValueArchiving.Support.
EOKeyValueArchiving.Support is an abstract class that defines a mechanism for one class to provide EOKeyValueArchiving behavior on behalf of another class.
EOKeyValueArchiving.Support() - Constructor for class com.webobjects.eocontrol.EOKeyValueArchiving.Support
 
EOKeyValueCoding - interface com.webobjects.eocontrol.EOKeyValueCoding.
The EOKeyValueCoding interface defines an extension to the basic NSKeyValueCoding and NSKeyValueCoding.ErrorHandling interfaces.
EOKeyValueCoding.DefaultImplementation - class com.webobjects.eocontrol.EOKeyValueCoding.DefaultImplementation.
The EOKeyValueCoding.DefaultImplementation class provides the WebObjects default implementation of the EOKeyValueCoding interface.
EOKeyValueCoding.Utility - class com.webobjects.eocontrol.EOKeyValueCoding.Utility.
The EOKeyValueCoding.Utility class is a convenience that allows you to access the properties of EOKeyValueCoding objects and non-EOKeyValueCoding objects using the same code.
EOKeyValueCodingAdditions - interface com.webobjects.eocontrol.EOKeyValueCodingAdditions.
The EOKeyValueCodingAdditions combines (extends) the NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions and EOKeyValueCoding and adds two more methods--takeValuesFromDictionary and valuesForKeys-- which are useful when working with groups of properties.
EOKeyValueCodingAdditions.DefaultImplementation - class com.webobjects.eocontrol.EOKeyValueCodingAdditions.DefaultImplementation.
The EOKeyValueCodingAdditions.DefaultImplementation class provides the WebObjects default implementation of the EOKeyValueCodingAdditions interface.
EOKeyValueCodingAdditions.Utility - class com.webobjects.eocontrol.EOKeyValueCodingAdditions.Utility.
The EOKeyValueCodingAdditions.Utility class is a convenience that allows you to access the properties of EOKeyValueCodingAdditions objects and non-EOKeyValueCodingAdditions objects using the same code.
EOKeyValueQualifier - class com.webobjects.eocontrol.EOKeyValueQualifier.
EOKeyValueQualifier is a subclass of EOQualifier that compares a named property of an object with a supplied value, for example, "salary > 1500".
EOKeyValueQualifier(String, NSSelector, Object) - Constructor for class com.webobjects.eocontrol.EOKeyValueQualifier
Creates a new EOKeyValueQualifier.
EOKeyValueUnarchiver - class com.webobjects.eocontrol.EOKeyValueUnarchiver.
EOKeyValueUnarchiver objects are used to re(create) an object graph which was archived into a "property list" with a EOKeyValueArchiver.
EOKeyValueUnarchiver(NSDictionary) - Constructor for class com.webobjects.eocontrol.EOKeyValueUnarchiver
Creates a new EOKeyValueUnarchiver to decode the property list dictionary.
EOKeyValueUnarchiver.Delegate - interface com.webobjects.eocontrol.EOKeyValueUnarchiver.Delegate.
The EOKeyValueUnarchiver.Delegate interface defines methods which can be used by a delegate object of an EOKeyValueUnarchiver to control the behavior of the unarchiver object.
EOList - class com.webobjects.eogeneration.rules.EOList.
 
EOList(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOList
 
EOListAction - class com.webobjects.eogeneration.rules.EOListAction.
 
EOListAction(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOListAction
 
EOListController - class com.webobjects.eogeneration.EOListController.
 
EOListController() - Constructor for class com.webobjects.eogeneration.EOListController
 
EOListController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOListController
 
EOListController - class com.webobjects.eogeneration.rules.EOListController.
 
EOListController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOListController
 
EOMasterAssociation - class com.webobjects.eointerface.EOMasterAssociation.
EOMasterAssociation is the abstract superclass of associations that link a master display group with a second, "child" display group.
EOMasterAssociation(Object) - Constructor for class com.webobjects.eointerface.EOMasterAssociation
Used by subclasses of EOMasterAssociation to initialize data structures and set object as the display group that the association manages.
EOMasterCopyAssociation - class com.webobjects.eointerface.EOMasterCopyAssociation.
An EOMasterCopyAssociation object synchronizes two EODisplayGroups that share the same data source but have different qualifiers.
EOMasterCopyAssociation(Object) - Constructor for class com.webobjects.eointerface.EOMasterCopyAssociation
Creates a new EOMasterCopyAssociation to monitor and update the objects in object, an EODisplayGroup.
EOMasterDetailAssociation - class com.webobjects.eointerface.EOMasterDetailAssociation.
An EOMasterDetailAssociation object binds one EODisplayGroup (the detail) to a relationship in another (the master), so that the detail display group contains the destination objects for the object selected in the master.
EOMasterDetailAssociation(Object) - Constructor for class com.webobjects.eointerface.EOMasterDetailAssociation
Creates a new EOMasterDetailAssociation to monitor and update the objects in object, an EODisplayGroup.
EOMasterPeerAssociation - class com.webobjects.eointerface.EOMasterPeerAssociation.
An EOMasterPeerAssociation binds two EODisplayGroups together in a master-detail relationship, where the detail EODisplayGroup shows the destination objects for the relationship of the master EODisplayGroup.
EOMasterPeerAssociation(Object) - Constructor for class com.webobjects.eointerface.EOMasterPeerAssociation
Creates a new EOMasterPeerAssociation to monitor and update the objects in object, an EODisplayGroup.
EOMatrix - class com.webobjects.eointerface.swing.EOMatrix.
EOMatrix is a class used to group collections of mutually exclusive JRadioButtons and to lay them out on a grid.
EOMatrix(int, int, int, int) - Constructor for class com.webobjects.eointerface.swing.EOMatrix
Constructs a new EOMatrix with rows number of rows, columns number of columns, a row spacing of rowSpacing and a column spacing of columnSpacing.
EOMenuSwitchController - class com.webobjects.eoapplication.EOMenuSwitchController.
EOMenuSwitchController() - Constructor for class com.webobjects.eoapplication.EOMenuSwitchController
EOMenuSwitchController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOMenuSwitchController
EOMenuSwitchController - class com.webobjects.eogeneration.rules.EOMenuSwitchController.
 
EOMenuSwitchController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOMenuSwitchController
 
EOModalDialog - class com.webobjects.eogeneration.rules.EOModalDialog.
 
EOModalDialog(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOModalDialog
 
EOModalDialogController - class com.webobjects.eoapplication.EOModalDialogController.
EOModalDialogController() - Constructor for class com.webobjects.eoapplication.EOModalDialogController
EOModalDialogController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOModalDialogController
EOModalDialogController - class com.webobjects.eogeneration.rules.EOModalDialogController.
 
EOModalDialogController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOModalDialogController
 
EOModalDialogController.ModalActions - interface com.webobjects.eoapplication.EOModalDialogController.ModalActions.
The EOModalDialogController.ModalActions interface defines the methods subcontrollers of modal dialog controllers have to implement to handle closing of the dialog.
EOModel - class com.webobjects.eoaccess.EOModel.
An EOModel represents a mapping between a database schema and a set of classes based on the entity-relationship model for an application.
EOModel() - Constructor for class com.webobjects.eoaccess.EOModel
Creates and returns a new EOModel.
EOModel(String) - Constructor for class com.webobjects.eoaccess.EOModel
Deprecated. use EOModel(URL url) instead.
EOModel(URL) - Constructor for class com.webobjects.eoaccess.EOModel
Creates a new EOModel object by reading the contents of the model archive at url.
EOModel(NSDictionary, String) - Constructor for class com.webobjects.eoaccess.EOModel
 
EOModel(NSDictionary, URL) - Constructor for class com.webobjects.eoaccess.EOModel
 
EOModelGroup - class com.webobjects.eoaccess.EOModelGroup.
An EOModelGroup represents an aggregation of related models.
EOModelGroup() - Constructor for class com.webobjects.eoaccess.EOModelGroup
Creates and returns a new EOModelGroup.
EOModelGroup.ClassDelegate - interface com.webobjects.eoaccess.EOModelGroup.ClassDelegate.
This interface defines a delegate to the EOModelGroup class to allow modification of the creation of the default model group.
EOModelGroup.Delegate - interface com.webobjects.eoaccess.EOModelGroup.Delegate.
This interface defines a delegate to EOModelGroup to allow instances to modify how the model group finds and loads models.
EOMultipleValuesEnumerationController - class com.webobjects.eogeneration.EOMultipleValuesEnumerationController.
 
EOMultipleValuesEnumerationController() - Constructor for class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
EOMultipleValuesEnumerationController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
EOMultipleValuesEnumerationController - class com.webobjects.eogeneration.rules.EOMultipleValuesEnumerationController.
 
EOMultipleValuesEnumerationController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOMultipleValuesEnumerationController
 
EONotQualifier - class com.webobjects.eocontrol.EONotQualifier.
EONotQualifier is a subclass of EOQualifier that contains a single qualifier.
EONotQualifier(EOQualifier) - Constructor for class com.webobjects.eocontrol.EONotQualifier
Creates and returns a new EONotQualifier.
EOObjectDisplay - interface com.webobjects.eoapplication.EOObjectDisplay.
EOObjectDisplay is an interface that defines the behavior of a controller that displays enterprise objects.
EOObjectDisplayDocument - interface com.webobjects.eoapplication.EOObjectDisplayDocument.
EOObjectDisplayDocument is an interface that combines the EOObjectDisplay and EODocument interfaces.
EOObjectNotAvailableException - exception com.webobjects.eoaccess.EOObjectNotAvailableException.
A subclass of RuntimeException thrown when EOAccess fails to retrieve an object, typically in response to a failed or empty fetch.
EOObjectNotAvailableException(String) - Constructor for class com.webobjects.eoaccess.EOObjectNotAvailableException
Constructs and returns an EOObjectNotAvailableException object with the specified detail message.
EOObjectStore - class com.webobjects.eocontrol.EOObjectStore.
EOObjectStore is the abstract class that defines the API for an "intelligent" repository of objects, the control layer's object storage abstraction.
EOObjectStore() - Constructor for class com.webobjects.eocontrol.EOObjectStore
 
EOObjectStoreCoordinator - class com.webobjects.eocontrol.EOObjectStoreCoordinator.
EOObjectStoreCoordinator provides the abstraction of a single object store by coordinating one or more EOCooperatingObjectStores.
EOObjectStoreCoordinator() - Constructor for class com.webobjects.eocontrol.EOObjectStoreCoordinator
Creates and returns an EOObjectStoreCoordinator.
EOObserverCenter - class com.webobjects.eocontrol.EOObserverCenter.
EOObserverCenter is the central player in EOControl's change tracking mechanism.
EOObserverCenter() - Constructor for class com.webobjects.eocontrol.EOObserverCenter
 
EOObserverProxy - class com.webobjects.eocontrol.EOObserverProxy.
The EOObserverProxy class is a part of EOControl's change tracking mechanism.
EOObserverProxy(Object, NSSelector, int) - Constructor for class com.webobjects.eocontrol.EOObserverProxy
Creates a new EOObserverProxy to send action to target upon receiving a subjectChanged message.
EOObserving - interface com.webobjects.eocontrol.EOObserving.
The EOObserving interface, a part of EOControl's change tracking mechanism, declares the objectWillChange method, used by observers to receive notifications that an object has changed.
EOOneValueEnumerationController - class com.webobjects.eogeneration.EOOneValueEnumerationController.
 
EOOneValueEnumerationController() - Constructor for class com.webobjects.eogeneration.EOOneValueEnumerationController
 
EOOneValueEnumerationController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOOneValueEnumerationController
 
EOOneValueEnumerationController - class com.webobjects.eogeneration.rules.EOOneValueEnumerationController.
 
EOOneValueEnumerationController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOOneValueEnumerationController
 
EOOpenAction - class com.webobjects.eogeneration.rules.EOOpenAction.
 
EOOpenAction(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOOpenAction
 
EOOrQualifier - class com.webobjects.eocontrol.EOOrQualifier.
EOOrQualifier is a subclass of EOQualifier that contains multiple qualifiers.
EOOrQualifier(NSArray) - Constructor for class com.webobjects.eocontrol.EOOrQualifier
Creates and returns a new EOOrQualifier.
EOPickTextAssociation - class com.webobjects.eointerface.EOPickTextAssociation.
An EOPickTextAssociation takes the value of its display object's plugin, a EOValueAssociation.ValuePlugin or subclass, and uses it's string value to form a qualifier with up to three LIKE operators, each compared to a different key of the EODisplayGroup.
EOPickTextAssociation(Object) - Constructor for class com.webobjects.eointerface.EOPickTextAssociation
Creates a new EOPickTextAssociation to monitor and update the row values of a display group according to the text widget 'object', which supplies a text (String) value.
EOProgrammaticSwitchController - class com.webobjects.eoapplication.EOProgrammaticSwitchController.
EOProgrammaticSwitchController() - Constructor for class com.webobjects.eoapplication.EOProgrammaticSwitchController
EOProgrammaticSwitchController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOProgrammaticSwitchController
EOProgrammaticSwitchController - class com.webobjects.eogeneration.rules.EOProgrammaticSwitchController.
 
EOProgrammaticSwitchController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOProgrammaticSwitchController
 
EOProperty - class com.webobjects.eoaccess.EOProperty.
EOProperty is an abstract class that embodies the notion of an object that belongs to (is the property of) an EOEntity.
EOProperty() - Constructor for class com.webobjects.eoaccess.EOProperty
 
EOPropertyKeys - class com.webobjects.eogeneration.rules.EOPropertyKeys.
 
EOPropertyKeys(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOPropertyKeys
 
EOPropertyListEncoding - interface com.webobjects.eoaccess.EOPropertyListEncoding.
The EOPropertyListEncoding interface declares methods that read and write objects to property lists, which are dictionaries containing String, NSDictionary, NSArray, and NSData objects.
EOQualifier - class com.webobjects.eocontrol.EOQualifier.
EOQualifier is an abstract class for objects that hold information used to restrict selections on objects or database rows according to specified criteria.
EOQualifier() - Constructor for class com.webobjects.eocontrol.EOQualifier
 
EOQualifier.Comparison - interface com.webobjects.eocontrol.EOQualifier.Comparison.
The EOQualifierComparison interface defines methods for comparing values.
EOQualifier.ComparisonSupport - class com.webobjects.eocontrol.EOQualifier.ComparisonSupport.
The Java Client EOQualifier.ComparisonSupport class provides default implementations of the EOQualifierComparison interface.
EOQualifier.ComparisonSupport() - Constructor for class com.webobjects.eocontrol.EOQualifier.ComparisonSupport
 
EOQualifier.QualifierVariableSubstitutionException - exception com.webobjects.eocontrol.EOQualifier.QualifierVariableSubstitutionException.
EOQualifier.QualifierVariableSubstitutionException(String) - Constructor for class com.webobjects.eocontrol.EOQualifier.QualifierVariableSubstitutionException
 
EOQualifierEvaluation - interface com.webobjects.eocontrol.EOQualifierEvaluation.
The EOQualifierEvaluation interface defines a method, evaluateWithObject, that performs in memory evaluation of qualifiers.
EOQualifierSQLGeneration - interface com.webobjects.eoaccess.EOQualifierSQLGeneration.
All qualifiers that can be used to generate SQL queries implement this interface.
EOQualifierSQLGeneration.Support - class com.webobjects.eoaccess.EOQualifierSQLGeneration.Support.
The abstract EOQualifierSQLGeneration.Support class provides basic functionality to subclasses that implement the EOQualifierSQLGeneration interface for specific qualifier types.
EOQualifierSQLGeneration.Support() - Constructor for class com.webobjects.eoaccess.EOQualifierSQLGeneration.Support
 
EOQualifierVariable - class com.webobjects.eocontrol.EOQualifierVariable.
EOQualifierVariable defines objects that serve as placeholders in the qualifier.
EOQualifierVariable(String) - Constructor for class com.webobjects.eocontrol.EOQualifierVariable
Creates and returns a new EOQualifierVariable object with the specified name.
EOQualifierVisitor - interface com.webobjects.eocontrol.EOQualifierVisitor.
The EOQualifierVisitor interface is intended for internal use only.
EOQuery - class com.webobjects.eogeneration.rules.EOQuery.
 
EOQuery(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOQuery
 
EOQueryAction - class com.webobjects.eogeneration.rules.EOQueryAction.
 
EOQueryAction(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOQueryAction
 
EOQueryController - class com.webobjects.eogeneration.EOQueryController.
 
EOQueryController() - Constructor for class com.webobjects.eogeneration.EOQueryController
 
EOQueryController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOQueryController
 
EOQueryController - class com.webobjects.eogeneration.rules.EOQueryController.
 
EOQueryController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOQueryController
 
EOQueryObjectDisplay - interface com.webobjects.eogeneration.EOQueryObjectDisplay.
 
EOQueryWindow - class com.webobjects.eogeneration.rules.EOQueryWindow.
 
EOQueryWindow(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOQueryWindow
 
EOQuickTimeView - class com.webobjects.eointerface.swing.EOQuickTimeView.
The EOQuickTimeView class is used to display QuickTime movies (or other QuickTime playe types) in Swing user interfaces.
EOQuickTimeView() - Constructor for class com.webobjects.eointerface.swing.EOQuickTimeView
Constructs a new EOQuickTimeView with EOQuickTimeView.QuickTimeCanvasNoResizing canvas resizing mode.
EOQuickTimeViewController - class com.webobjects.eogeneration.EOQuickTimeViewController.
 
EOQuickTimeViewController() - Constructor for class com.webobjects.eogeneration.EOQuickTimeViewController
 
EOQuickTimeViewController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOQuickTimeViewController
 
EOQuickTimeViewController - class com.webobjects.eogeneration.rules.EOQuickTimeViewController.
 
EOQuickTimeViewController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOQuickTimeViewController
 
EORangeTextFieldController - class com.webobjects.eogeneration.EORangeTextFieldController.
 
EORangeTextFieldController() - Constructor for class com.webobjects.eogeneration.EORangeTextFieldController
 
EORangeTextFieldController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EORangeTextFieldController
 
EORangeTextFieldController - class com.webobjects.eogeneration.rules.EORangeTextFieldController.
 
EORangeTextFieldController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EORangeTextFieldController
 
EORangeValueController - class com.webobjects.eogeneration.EORangeValueController.
 
EORangeValueController() - Constructor for class com.webobjects.eogeneration.EORangeValueController
 
EORangeValueController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EORangeValueController
 
EORangeWidgetController - class com.webobjects.eogeneration.EORangeWidgetController.
 
EORangeWidgetController() - Constructor for class com.webobjects.eogeneration.EORangeWidgetController
 
EORangeWidgetController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EORangeWidgetController
 
EORelationship - class com.webobjects.eoaccess.EORelationship.
An EORelationship describes an association between two entities, based on attributes of those two entities.
EORelationship(NSDictionary, EOEntity) - Constructor for class com.webobjects.eoaccess.EORelationship
Creates and returns a new EORelationship initialized from plist-a dictionary containing only property list data types (that is, NSDictionaries, Strings, NSArrays, and NSData).
EORelationship() - Constructor for class com.webobjects.eoaccess.EORelationship
Creates an empty EORelationship.
EORelationship - class com.webobjects.eodistribution.client.EORelationship.
An EORelationship describes an association between two entities.
EORelationship() - Constructor for class com.webobjects.eodistribution.client.EORelationship
The constructor for EORelationship.
EORelationshipManipulation - interface com.webobjects.eocontrol.EORelationshipManipulation.
The EORelationshipManipulation interface builds on the basic EOKeyValueCoding interface to allow you to modify to-many relationship properties.
EORemoteStorageDefaults - class com.webobjects.eoapplication.client.EORemoteStorageDefaults.
EORemoteStorageDefaults works together with the server side of a Java Client application to manage the defaults of an application: When the client starts up, it tries to receive values from the distribution context on the server side, and when the application terminates, it asks the distribution context to store all the persistent values.
EORemoteStorageDefaults() - Constructor for class com.webobjects.eoapplication.client.EORemoteStorageDefaults
Creates a new defaults manager object.
EOResourceBundle - class com.webobjects.eoapplication.EOResourceBundle.
EOResourceBundles are registered with EOUserInterfaceParameters to localize icons and strings.
EOResourceBundle() - Constructor for class com.webobjects.eoapplication.EOResourceBundle
Default constructor.
EORuleComponent - class com.webobjects.eogeneration.rules.EORuleComponent.
 
EORuleComponent(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EORuleComponent
 
EOSQLExpression - class com.webobjects.eoaccess.EOSQLExpression.
EOSQLExpression is an abstract superclass that defines how to build SQL statements for adaptor channels.
EOSQLExpression(EOEntity) - Constructor for class com.webobjects.eoaccess.EOSQLExpression
Creates a new EOSQLExpression rooted to an EOEntity.
EOSQLExpression.SQLValue - interface com.webobjects.eoaccess.EOSQLExpression.SQLValue.
This interface defines API for objects that can provide values for themselves to be used in SQL statements.
EOSQLExpressionFactory - class com.webobjects.eoaccess.EOSQLExpressionFactory.
EOSQLExpressionFactory builds SQL statements for adaptor channels.
EOSQLExpressionFactory(EOAdaptor) - Constructor for class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates an EOSQLExpressionFactory capable of creating EOSQLExpressions for the specified EOAdaptor.
EOSQLQualifier - class com.webobjects.eoaccess.EOSQLQualifier.
Deprecated. The class EOSQLQualifier is deprecated. Use EOAdaptorChannel.evaluateExpression() or EOFetchSpecification.setHints() instead.
EOSQLQualifier(EOEntity, String, Object[]) - Constructor for class com.webobjects.eoaccess.EOSQLQualifier
Deprecated. Creates an EOSQLQualifier
EOSchemaGeneration - interface com.webobjects.eoaccess.EOSchemaGeneration.
This interface has been introduced to define API for generating database schemas from EOModel files.
EOSchemaSynchronization - interface com.webobjects.eoaccess.EOSchemaSynchronization.
This interface has been introduced to define API to synchronize a database schema with a corresponding EOModel.
EOSchemaSynchronization.ColumnTypes - interface com.webobjects.eoaccess.EOSchemaSynchronization.ColumnTypes.
The ColumnTypes interface is only used when implementing schema synchronization API for a custom adaptor.
EOSelect - class com.webobjects.eogeneration.rules.EOSelect.
 
EOSelect(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOSelect
 
EOSelectForm - class com.webobjects.eogeneration.rules.EOSelectForm.
 
EOSelectForm(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOSelectForm
 
EOSharedEditingContext - class com.webobjects.eocontrol.EOSharedEditingContext.
The EOSharedEditingContext class defines a mechanism that allows EOEditingContexts to share enterprise objects for reading.
EOSharedEditingContext(EOObjectStore) - Constructor for class com.webobjects.eocontrol.EOSharedEditingContext
Creates a new EOSharedEditingContext with a specified EOObjectStoreCoordinator as the parent EOObjectStore.
EOSharedEditingContext() - Constructor for class com.webobjects.eocontrol.EOSharedEditingContext
Creates a new EOSharedEditingContext object with the default parent object store as its parent object store.
EOSimpleWindowController - class com.webobjects.eoapplication.EOSimpleWindowController.
EOSimpleWindowController() - Constructor for class com.webobjects.eoapplication.EOSimpleWindowController
EOSimpleWindowController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOSimpleWindowController
EOSortOrdering - class com.webobjects.eocontrol.EOSortOrdering.
An EOSortOrdering object specifies the way that a group of objects should be sorted, using a property key and a method selector for comparing values of that property.
EOSortOrdering(String, NSSelector) - Constructor for class com.webobjects.eocontrol.EOSortOrdering
Creates a new EOSortOrdering object.
EOSortOrdering.Comparison - interface com.webobjects.eocontrol.EOSortOrdering.Comparison.
The Comparison interface defines methods for comparing values.
EOSortOrdering.ComparisonSupport - class com.webobjects.eocontrol.EOSortOrdering.ComparisonSupport.
ComparisonSupport provides default implementations of the EOSortOrdering.Comparison interface and a registry for support objects.
EOSortOrdering.ComparisonSupport() - Constructor for class com.webobjects.eocontrol.EOSortOrdering.ComparisonSupport
 
EOSpecification - class com.webobjects.eogeneration.rules.EOSpecification.
 
EOSpecification(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOSpecification
 
EOSplitController - class com.webobjects.eoapplication.EOSplitController.
 
EOSplitController() - Constructor for class com.webobjects.eoapplication.EOSplitController
 
EOSplitController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOSplitController
 
EOSplitController - class com.webobjects.eogeneration.rules.EOSplitController.
 
EOSplitController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOSplitController
 
EOStandardApplicationAction - class com.webobjects.eogeneration.rules.EOStandardApplicationAction.
 
EOStandardApplicationAction(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOStandardApplicationAction
 
EOStandardControllerHierarchyAction - class com.webobjects.eogeneration.rules.EOStandardControllerHierarchyAction.
 
EOStandardControllerHierarchyAction(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOStandardControllerHierarchyAction
 
EOStandardWindowObserverAction - class com.webobjects.eogeneration.rules.EOStandardWindowObserverAction.
 
EOStandardWindowObserverAction(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOStandardWindowObserverAction
 
EOStaticIconController - class com.webobjects.eogeneration.EOStaticIconController.
 
EOStaticIconController() - Constructor for class com.webobjects.eogeneration.EOStaticIconController
 
EOStaticIconController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOStaticIconController
 
EOStaticIconController - class com.webobjects.eogeneration.rules.EOStaticIconController.
 
EOStaticIconController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOStaticIconController
 
EOStaticLabelController - class com.webobjects.eogeneration.EOStaticLabelController.
 
EOStaticLabelController() - Constructor for class com.webobjects.eogeneration.EOStaticLabelController
 
EOStaticLabelController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOStaticLabelController
 
EOStaticLabelController - class com.webobjects.eogeneration.rules.EOStaticLabelController.
 
EOStaticLabelController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOStaticLabelController
 
EOStaticTextFieldController - class com.webobjects.eogeneration.EOStaticTextFieldController.
 
EOStaticTextFieldController() - Constructor for class com.webobjects.eogeneration.EOStaticTextFieldController
 
EOStaticTextFieldController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOStaticTextFieldController
 
EOStaticTextFieldController - class com.webobjects.eogeneration.rules.EOStaticTextFieldController.
 
EOStaticTextFieldController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOStaticTextFieldController
 
EOStoredProcedure - class com.webobjects.eoaccess.EOStoredProcedure.
EOStoredProcedure encapsulates the information stored in an EOModel about a stored procedure which is stored in a database server.
EOStoredProcedure(String) - Constructor for class com.webobjects.eoaccess.EOStoredProcedure
The constructor for a EOStoredProcedure (which is a reference to the stored procedure in the database).
EOStoredProcedure(NSDictionary, Object) - Constructor for class com.webobjects.eoaccess.EOStoredProcedure
Creates a new EOStoredProcedure from a property list.
EOStringArray - class com.webobjects.eogeneration.rules.EOStringArray.
 
EOStringArray(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOStringArray
 
EOStringDictionary - class com.webobjects.eogeneration.rules.EOStringDictionary.
 
EOStringDictionary(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOStringDictionary
 
EOSubform - class com.webobjects.eogeneration.rules.EOSubform.
 
EOSubform(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOSubform
 
EOSwingButtonPlugin - class com.webobjects.eointerface.swing.EOSwingButtonPlugin.
EOSwingButtonPlugin is a concrete subclass of EOActionWidgetAssociation.ActionPlugin which is used with Swing buttons.
EOSwingButtonPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingButtonPlugin
Creates a new EOSwingButtonPlugin connected to an association and a UI widget.
EOSwingCheckBoxPlugin - class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin.
EOSwingCheckBoxPlugin is a concrete subclass of EOValueAssociation.ValuePlugin which is used with Swing's JCheckBox.
EOSwingCheckBoxPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
Creates a new EOSwingCheckBoxPlugin connected to an association and a UI widget.
EOSwingComboBoxPlugin - class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin.
EOSwingComboBoxPlugin is a concrete subclass of EOValueSelectionAssociation.ValueSelectionPlugin which is used with Swing's JComboBox.
EOSwingComboBoxPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Creates a new EOSwingComboBoxPlugin connected to an association and a UI widget.
EOSwingImageViewPlugin - class com.webobjects.eointerface.swing.EOSwingImageViewPlugin.
EOSwingImageViewPlugin is a concrete subclass of EOValueAssociation.ValuePlugin that displays NSData as an java.awt.Image in an EOImageView.
EOSwingImageViewPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingImageViewPlugin
Creates a new EOSwingImageViewPlugin connected to an association and a UI widget.
EOSwingQuickTimeViewPlugin - class com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin.
EOSwingQuickTimeViewPlugin is a concrete subclass of EOValueAssociation.ValuePlugin that displays QuickTime content from a URL which is passed in as a value, using an EOQuickTimeView.
EOSwingQuickTimeViewPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
Creates a new EOSwingQuickTimeViewPlugin connected to an association and a UI widget.
EOSwingSetPlugin - class com.webobjects.eointerface.swing.EOSwingSetPlugin.
EOSwingSetPlugin is a concrete subclass of EOWidgetPluginRegistry.WidgetSetPlugin which is used to diplay alerts using JFC.
EOSwingSetPlugin() - Constructor for class com.webobjects.eointerface.swing.EOSwingSetPlugin
Creates a new EOSwingSetPlugin.
EOSwingTableColumnPlugin - class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin.
EOSwingTableColumnPlugin is a concrete subclass of EOTableColumnAssociation.TableColumnPlugin which is used with Swing table columns.
EOSwingTableColumnPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Creates a new EOSwingTableColumnPlugin connected to an association and a UI widget.
EOSwingTableColumnPlugin.TableColumnCustomizer - interface com.webobjects.eointerface.swing.EOSwingTableColumnPlugin.TableColumnCustomizer.
Use this interface to implement your custom TableColumnCustomizer which will be used to obtain the CellRenderer and CellEditor for this plugin's column.
EOSwingTablePlugin - class com.webobjects.eointerface.swing.EOSwingTablePlugin.
EOSwingTablePlugin is a concrete subclass of EOTableAssociation.TablePlugin which is used with Swing tables.
EOSwingTablePlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingTablePlugin
Creates a new EOSwingTablePlugin connected to an association and a UI widget.
EOSwingTextPlugin - class com.webobjects.eointerface.swing.EOSwingTextPlugin.
EOSwingTextPlugin is a concrete subclass of EOTextAssociation.TextPlugin which is used a Swing JTextComponent (or a EOTextComponentAccess, which includes a JTextComponent).
EOSwingTextPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingTextPlugin
Creates a new EOSwingTextPlugin connected to an association and a UI widget.
EOSwingTreePlugin - class com.webobjects.eointerface.swing.EOSwingTreePlugin.
 
EOSwingTreePlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
EOSwingUtilities - class com.webobjects.eointerface.swing.EOSwingUtilities.
EOSwingUtilities is a class of static methods for convenience.
EOSwitchComponent - class com.webobjects.eogeneration.rules.EOSwitchComponent.
 
EOSwitchComponent(String, NSDictionary, WOElement) - Constructor for class com.webobjects.eogeneration.rules.EOSwitchComponent
 
EOSwitchController - class com.webobjects.eoapplication.EOSwitchController.
EOSwitchController() - Constructor for class com.webobjects.eoapplication.EOSwitchController
EOSwitchController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOSwitchController
EOSynchronizationFactory - class com.webobjects.eoaccess.EOSynchronizationFactory.
This class has been introduced to implement the interfaces EOSchemaGeneration and EOSchemaSynchronization, which were introduced in WebObjects 5.0.
EOSynchronizationFactory(EOAdaptor) - Constructor for class com.webobjects.eoaccess.EOSynchronizationFactory
Creates and returns a new EOSynchronization factory that uses the specified adaptor to communicate with an external database.
EOSynchronizationFactory.Delegate - interface com.webobjects.eoaccess.EOSynchronizationFactory.Delegate.
The Delegate interface for EOSynchronizationFactory is restricted to use by the EOModeler application and should not be implemented by others.
EOTabSwitchController - class com.webobjects.eoapplication.EOTabSwitchController.
EOTabSwitchController() - Constructor for class com.webobjects.eoapplication.EOTabSwitchController
EOTabSwitchController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOTabSwitchController
EOTabSwitchController - class com.webobjects.eogeneration.rules.EOTabSwitchController.
 
EOTabSwitchController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOTabSwitchController
 
EOTable - class com.webobjects.eointerface.swing.EOTable.
The EOTable class is used to represent tables of data.
EOTable() - Constructor for class com.webobjects.eointerface.swing.EOTable
Constructs a new EOTable which is configured to always use a vertical scroll bar and a horizontal scrollbar if needed.
EOTableAssociation - class com.webobjects.eointerface.EOTableAssociation.
EOTableAssociation associates the contents of its SourceAspect's display group with a NSTableView, JTable or an EOTable (an object that places a javax.swing.JTable in a scroll view), via the repective WidgetPlugin's.
EOTableAssociation(Object) - Constructor for class com.webobjects.eointerface.EOTableAssociation
Creates a new EOTableAssociation to monitor and update the value in aDisplayObject.
EOTableAssociation.TablePlugin - class com.webobjects.eointerface.EOTableAssociation.TablePlugin.
TablePlugin communicates with a UI widget (NSTableView, JTable or EOTable, for example) on behalf of an EOTableAssociation.
EOTableAssociation.TablePlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor.
EOTableColumnAssociation - class com.webobjects.eointerface.EOTableColumnAssociation.
EOTableColumnAssociation associates display group(s) with a table column, via the repective WidgetPlugin's (subclasses of TableColumnPlugin).
EOTableColumnAssociation(Object) - Constructor for class com.webobjects.eointerface.EOTableColumnAssociation
Creates a new EOTableColumnAssociation to monitor and update the row values of a display group according to the widget object, which supplies a text (String) value.
EOTableColumnAssociation(Object, Object) - Constructor for class com.webobjects.eointerface.EOTableColumnAssociation
Creates a new EOTableColumnAssociation to monitor and update the row values of a display group according to the widget object, which supplies a text (String) value.
EOTableColumnAssociation.TableColumnPlugin - class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin.
TableColumnPlugin communicates with a UI widget (Cocoa's NSTableColumn or JFC's TableColumn, for example) on behalf of an EOTableAssociation.
EOTableColumnAssociation.TableColumnPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin
Creates a new TableColumnPlugin for use with association and widget.
EOTableColumnController - class com.webobjects.eogeneration.EOTableColumnController.
 
EOTableColumnController() - Constructor for class com.webobjects.eogeneration.EOTableColumnController
 
EOTableColumnController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOTableColumnController
 
EOTableColumnController - class com.webobjects.eogeneration.rules.EOTableColumnController.
 
EOTableColumnController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOTableColumnController
 
EOTableController - class com.webobjects.eogeneration.EOTableController.
 
EOTableController() - Constructor for class com.webobjects.eogeneration.EOTableController
 
EOTableController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOTableController
 
EOTableController - class com.webobjects.eogeneration.rules.EOTableController.
 
EOTableController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOTableController
 
EOTemporaryGlobalID - class com.webobjects.eocontrol.EOTemporaryGlobalID.
An EOTemporaryGlobalID object identifies a newly created enterprise object before it's saved to an external store.
EOTemporaryGlobalID() - Constructor for class com.webobjects.eocontrol.EOTemporaryGlobalID
Creates and returns an EOTemporaryGlobalID as a unique instance.
EOTemporaryGlobalID(byte[]) - Constructor for class com.webobjects.eocontrol.EOTemporaryGlobalID
Creates and returns an EOTemporaryGlobalID as a unique instance.
EOTextArea - class com.webobjects.eointerface.swing.EOTextArea.
The EOTextArea class is used to represent large text in a scrollable area.
EOTextArea() - Constructor for class com.webobjects.eointerface.swing.EOTextArea
Constructs a new EOTextArea which is configured to always use a vertical scroll bar and no a horizontal scrollbar.
EOTextAreaController - class com.webobjects.eogeneration.EOTextAreaController.
 
EOTextAreaController() - Constructor for class com.webobjects.eogeneration.EOTextAreaController
 
EOTextAreaController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOTextAreaController
 
EOTextAreaController - class com.webobjects.eogeneration.rules.EOTextAreaController.
 
EOTextAreaController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOTextAreaController
 
EOTextAssociation - class com.webobjects.eointerface.EOTextAssociation.
EOTextAssociation is used as an association for displaying text values, with widgets such as NSTextFieldCell or JTextField.
EOTextAssociation(Object) - Constructor for class com.webobjects.eointerface.EOTextAssociation
Returns a new EOTextAssociation object that is not (yet) bound to any display group.
EOTextAssociation.TextPlugin - class com.webobjects.eointerface.EOTextAssociation.TextPlugin.
TextPlugin communicates with a UI widget (NSTextFieldCell or JTextField, for example) on behalf of an EOTextAssociation.
EOTextAssociation.TextPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOTextAssociation.TextPlugin
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor.
EOTextColumnEditor - class com.webobjects.eointerface.swing.EOTextColumnEditor.
EOTextColumnEditor is an concrete subclass of EOColumnEditor that handles text cell editing for javax.swing.JTables.
EOTextColumnEditor() - Constructor for class com.webobjects.eointerface.swing.EOTextColumnEditor
Constructs a new EOTextColumnEditor.
EOTextComponentAccess - interface com.webobjects.eointerface.swing.EOTextComponentAccess.
EOTextComponentAccess is an interface that defines an API for accessing editable text components of Swing components.
EOTextField - class com.webobjects.eointerface.swing.EOTextField.
EOTextField is a subclass of javax.swing.JTextField that adds the notion of selectability (so that text fields can be selectable, but not editable).
EOTextField() - Constructor for class com.webobjects.eointerface.swing.EOTextField
Constructs a new EOTextField which is configured to be selectable by default.
EOTextFieldController - class com.webobjects.eogeneration.EOTextFieldController.
 
EOTextFieldController() - Constructor for class com.webobjects.eogeneration.EOTextFieldController
 
EOTextFieldController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOTextFieldController
 
EOTextFieldController - class com.webobjects.eogeneration.rules.EOTextFieldController.
 
EOTextFieldController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOTextFieldController
 
EOTitlesController - class com.webobjects.eogeneration.EOTitlesController.
 
EOTitlesController() - Constructor for class com.webobjects.eogeneration.EOTitlesController
 
EOTitlesController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOTitlesController
 
EOToolWindowAction - class com.webobjects.eogeneration.rules.EOToolWindowAction.
 
EOToolWindowAction(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOToolWindowAction
 
EOTreeAssociation - class com.webobjects.eointerface.EOTreeAssociation.
EOTreeAssociation is used as an association for displaying hierarchical object trees, with widgets such as JTree.
EOTreeAssociation(Object) - Constructor for class com.webobjects.eointerface.EOTreeAssociation
Returns a new EOValueAssociation object that is not bound to any display group.
EOTreeAssociation.TreePlugin - class com.webobjects.eointerface.EOTreeAssociation.TreePlugin.
TreePlugin communicates with a tree UI widget on behalf of an EOTreeAssociation.
EOTreeAssociation.TreePlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOTreeAssociation.TreePlugin
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor.
EOTreeController - class com.webobjects.eogeneration.EOTreeController.
 
EOTreeController() - Constructor for class com.webobjects.eogeneration.EOTreeController
 
EOTreeController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOTreeController
 
EOTreeController - class com.webobjects.eogeneration.rules.EOTreeController.
 
EOTreeController(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOTreeController
 
EOURLClassLoader - class com.webobjects.eoapplication.EOURLClassLoader.
EOURLClassLoader is an URLClassLoader that can be used to add classes to your program at runtime.
EOURLClassLoader(URL[]) - Constructor for class com.webobjects.eoapplication.EOURLClassLoader
Creates a new EOURLClassLoader object initialized to search at the URLs urls for classes.
EOURLClassLoader(URL[], ClassLoader) - Constructor for class com.webobjects.eoapplication.EOURLClassLoader
Creates a new EOURLClassLoader object initialized to search at the URLs urls for classes.
EOURLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class com.webobjects.eoapplication.EOURLClassLoader
Creates a new EOURLClassLoader object initialized to search at the URLs urls for classes.
EOUserFileDefaults - class com.webobjects.eoapplication.EOUserFileDefaults.
EOUserFileDefaults manages the defaults of an application by storing and loading them from the file system.
EOUserFileDefaults() - Constructor for class com.webobjects.eoapplication.EOUserFileDefaults
Creates a new defaults manager object.
EOUserInterfaceParameters - class com.webobjects.eoapplication.EOUserInterfaceParameters.
EOUserInterfaceParameters has many static methods used to localize strings and icons and to determine several aspects (fonts, colors, border sizes) of the user interface.
EOUserInterfaceParameters() - Constructor for class com.webobjects.eoapplication.EOUserInterfaceParameters
 
EOUserInterfaceParameters - class com.webobjects.eogeneration.rules.EOUserInterfaceParameters.
 
EOUserInterfaceParameters(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOUserInterfaceParameters
 
EOUtilities - class com.webobjects.eoaccess.EOUtilities.
This class is a collection of convenience methods intended to make common operations with EOF easier.
EOUtilities() - Constructor for class com.webobjects.eoaccess.EOUtilities
 
EOUtilities.MoreThanOneException - exception com.webobjects.eoaccess.EOUtilities.MoreThanOneException.
This exception is thrown from the methods in EOUtilities, indicating that multiple objects were found in a search that expected exactly one object as result.
EOUtilities.MoreThanOneException(String) - Constructor for class com.webobjects.eoaccess.EOUtilities.MoreThanOneException
Creates a new exception with a specified message.
EOValidation - interface com.webobjects.eocontrol.EOValidation.
The EOValidation interface in an extension of the NSValidation interface (which defines key-value based validation methods).
EOValueAndURLController - class com.webobjects.eogeneration.EOValueAndURLController.
 
EOValueAndURLController() - Constructor for class com.webobjects.eogeneration.EOValueAndURLController
 
EOValueAndURLController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOValueAndURLController
 
EOValueAssociation - class com.webobjects.eointerface.EOValueAssociation.
EOValueAssociation is used for associations that display a single value object in a widget, with the value usually being editable.
EOValueAssociation(Object) - Constructor for class com.webobjects.eointerface.EOValueAssociation
Returns a new EOValueAssociation object that is not bound to any display group.
EOValueAssociation.ValuePlugin - class com.webobjects.eointerface.EOValueAssociation.ValuePlugin.
ValuePlugin communicates with a UI widget on behalf of an EOValueAssociation.
EOValueAssociation.ValuePlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOValueAssociation.ValuePlugin
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor.
EOValueController - class com.webobjects.eogeneration.EOValueController.
 
EOValueController() - Constructor for class com.webobjects.eogeneration.EOValueController
 
EOValueController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOValueController
 
EOValueSelectionAssociation - class com.webobjects.eointerface.EOValueSelectionAssociation.
EOValueSelectionAssociation displays an attribute or to-one relationship value in a display object that offers the user multiple choices and the option of choosing just one of those choices.
EOValueSelectionAssociation(Object) - Constructor for class com.webobjects.eointerface.EOValueSelectionAssociation
Creates a new EOValueSelectionAssociation to monitor and update the values in aDisplayObject.
EOValueSelectionAssociation.ValueSelectionPlugin - class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin.
ValueSelectionPlugin communicates with a UI widget on behalf of a EOValueSelectionAssociation.
EOValueSelectionAssociation.ValueSelectionPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin
Subclasses should override this constructor to do any initialization they need to, but should call the super(association, widget) constructor.
EOView - class com.webobjects.eointerface.swing.EOView.
An EOView is a JPanel that uses an EOViewLayout layout manager to manage layout geometry.
EOView() - Constructor for class com.webobjects.eointerface.swing.EOView
Creates a new EOView object with an EOViewLayout layout manager.
EOViewLayout - class com.webobjects.eointerface.swing.EOViewLayout.
An EOViewLayout is an AWT layout manager which offers "spring" resizing (like Cocoa views).
EOViewLayout() - Constructor for class com.webobjects.eointerface.swing.EOViewLayout
Constructs a new EOViewLayout.
EOWidgetAssociation - class com.webobjects.eointerface.EOWidgetAssociation.
The EOWidgetAssociation is the superclass for all associations that connect to user interface widgets.
EOWidgetAssociation(Object) - Constructor for class com.webobjects.eointerface.EOWidgetAssociation
Used by subclasses of EOWidgetAssociation to initialize data structures and set aDisplayObject as the display object that the association manages.
EOWidgetAssociation.WidgetPlugin - class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin.
WidgetPlugin is an abstract superclass for plugins that provide a layer of abstraction between user interface widgets and EOWidgetAssociation subclasses.
EOWidgetAssociation.WidgetPlugin(EOWidgetAssociation, Object) - Constructor for class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Subclasses should override this constructor to perform any additional setup and then invoke super's implementation.
EOWidgetAssociation.WidgetPlugin.Formatting - interface com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin.Formatting.
The Formatting interface defines the basic methods needed to enable setting and getting formatting for a display object.
EOWidgetController - class com.webobjects.eogeneration.EOWidgetController.
 
EOWidgetController() - Constructor for class com.webobjects.eogeneration.EOWidgetController
 
EOWidgetController(EOXMLUnarchiver) - Constructor for class com.webobjects.eogeneration.EOWidgetController
 
EOWidgetController.DefaultAction - interface com.webobjects.eogeneration.EOWidgetController.DefaultAction.
 
EOWidgetController.DefaultAction.CommonWidgetHandler - interface com.webobjects.eogeneration.EOWidgetController.DefaultAction.CommonWidgetHandler.
 
EOWidgetController.FormatWidget - interface com.webobjects.eogeneration.EOWidgetController.FormatWidget.
 
EOWidgetController.QueryWidget - interface com.webobjects.eogeneration.EOWidgetController.QueryWidget.
 
EOWidgetController.TableWidget - interface com.webobjects.eogeneration.EOWidgetController.TableWidget.
 
EOWidgetPluginRegistry - class com.webobjects.eointerface.EOWidgetPluginRegistry.
The EOWidgetPluginRegistry maintains a mapping from widget plugin classes to association and widget classes.
EOWidgetPluginRegistry() - Constructor for class com.webobjects.eointerface.EOWidgetPluginRegistry
 
EOWidgetPluginRegistry.WidgetSetPlugin - class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin.
Abstract super class for plugins that handle the widget set specific task of displaying alert panels.
EOWidgetPluginRegistry.WidgetSetPlugin() - Constructor for class com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetSetPlugin
 
EOWindow - class com.webobjects.eogeneration.rules.EOWindow.
 
EOWindow(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOWindow
 
EOWindowAction - class com.webobjects.eogeneration.rules.EOWindowAction.
 
EOWindowAction(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOWindowAction
 
EOWindowController - class com.webobjects.eoapplication.EOWindowController.
EOWindowController extends EOComponentController for windows and dialogs.
EOWindowController() - Constructor for class com.webobjects.eoapplication.EOWindowController
The (plain) constructor for EOWindowController.
EOWindowController(EOXMLUnarchiver) - Constructor for class com.webobjects.eoapplication.EOWindowController
A constructor for EOWindowController (re-)creating an EOWindowController from the definitions stored in an EOXMLUnarchiver.
EOWindowObserver - class com.webobjects.eoapplication.EOWindowObserver.
EOWindowObserver() - Constructor for class com.webobjects.eoapplication.EOWindowObserver
EOXMLComponent - class com.webobjects.eogeneration.rules.EOXMLComponent.
 
EOXMLComponent(WOContext) - Constructor for class com.webobjects.eogeneration.rules.EOXMLComponent
 
EOXMLUnarchiver - class com.webobjects.eoapplication.EOXMLUnarchiver.
EOXMLUnarchivers are used to unarchive objects (controllers and actions) from an XML description.
EOXMLUnarchiver(NSDictionary) - Constructor for class com.webobjects.eoapplication.EOXMLUnarchiver
Creates a new EOXMLUnarchiver.
EXCEPTION_TAG - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Final exception element tag name.
EditCategoryPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Edit category.
EditComponent - class com.webobjects.directtoweb.EditComponent.
This class is used internally by other classes in WebObjects and should be considered private.
EditComponent(WOContext) - Constructor for class com.webobjects.directtoweb.EditComponent
This method is intentionally undocumented.
EditPageInterface - interface com.webobjects.directtoweb.EditPageInterface.
This interface is implemented by pages returned by the D2W method editPageForEntityNamed.
EditRelationship - class com.webobjects.directtoweb.EditRelationship.
The EditRelationship class provides an implementation of the replacementAssociationForAssociation method to components that implement the editing of relationships.
EditRelationship(WOContext) - Constructor for class com.webobjects.directtoweb.EditRelationship
Creates an instance of EditRelationship with the specified context.
EditRelationshipPageInterface - interface com.webobjects.directtoweb.EditRelationshipPageInterface.
This interface is implemented by pages returned by the D2W method editRelationshipPageForEntityNamed.
EditabilityParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
EditingContextDidSaveChangesNotification - Static variable in class com.webobjects.eocontrol.EOEditingContext
This notification is broadcast after changes are saved to the EOEditingContext's parent EOObjectStore.
EditingContextFlushChangesRunLoopOrdering - Static variable in class com.webobjects.eocontrol.EOEditingContext
Messages with lower order numbers are processed before messages with higher order numbers.
EditingContextProviderMethodNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
EditorTask - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
EmptyArray - Static variable in class com.webobjects.foundation.NSArray
A constant representation of an empty array.
EmptyData - Static variable in class com.webobjects.foundation.NSData
An empty data object, which can be shared to save memory.
EmptyDictionary - Static variable in class com.webobjects.foundation.NSDictionary
A NSDictionary instance containing no entries which may be shared.
EmptySet - Static variable in class com.webobjects.foundation.NSSet
A shared NSSet instance containing no members.
EnabledAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the Enabled aspect
EnabledDisplayGroupProviderMethodNameParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
EnabledKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
EntityAssignment - class com.webobjects.directtoweb.EntityAssignment.
The EntityAssignment class performs assignment of a key to an object that represents an entity.
EntityAssignment(String, Object) - Constructor for class com.webobjects.directtoweb.EntityAssignment
Creates an instance of EntityAssignment with the specified key path and value.
EntityAssignment(EOKeyValueUnarchiver) - Constructor for class com.webobjects.directtoweb.EntityAssignment
Creates an instance of EntityAssignment based on an EOKeyValueUnarchiver.
EntityKey - Static variable in class com.webobjects.directtoweb.D2WModel
The entity key.
EntityLoadedNotification - Static variable in class com.webobjects.eoaccess.EOModel
The notification posted after an EOEntity is loaded into memory.
EntityNameKey - Static variable in interface com.webobjects.webservices.generation.WOServiceUtilities.RuleSystemConstants
String key for accessing the entity name for the current operation
EntityParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
EntitySpecification - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
ErrorPageInterface - interface com.webobjects.directtoweb.ErrorPageInterface.
This interface is implemented by pages returned by the D2W method errorPageForEntityNamed.
EtchedBorder - Static variable in class com.webobjects.eoapplication.EOBoxController
 
EventGroupName - Static variable in class com.webobjects.eocontrol.EOEvent
Key used in the dictionary returned by eventTypeDescriptions.
EventLoggingEnabled - Static variable in class com.webobjects.eocontrol.EOEventCenter
Name of the system property (a Boolean value) defining whether or not to log registered event classes by default.
EventLoggingLimit - Static variable in class com.webobjects.eocontrol.EOEventCenter
Name of the system property (an Integer value) defining the maximum size of the event logging stack.
EventLoggingOverflowDisplay - Static variable in class com.webobjects.eocontrol.EOEventCenter
Name of the system property (a Boolean value) defining whether an event log overflow should be logged.
EventLoggingPassword - Static variable in class com.webobjects.eocontrol.EOEventCenter
Name of the system property (a String value) defining the password which allows access to event logging information.
ExpandedIconAspect - Static variable in class com.webobjects.eointerface.EOAssociation
String value of the ExpandedIconAspect aspect
ExpandedIconKeyParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
ExternalNameKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Key for use in change dictionaries whose value is the external name (database table name) for an EOEntity.
ExternalTypeKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Key for use in change dictionaries whose value is the external type (database type) for an EOAttribute.
earlierTimestamp(NSTimestamp) - Method in class com.webobjects.foundation.NSTimestamp
Deprecated. Use before instead
editAction() - Method in class com.webobjects.directtoweb.D2WInspectPage
This action method executes when the user clicks Edit in an inspect page.
editObjectAction() - Method in class com.webobjects.directtoweb.D2WListPage
Is invoked when the user clicks the edit button next to an object on the list page.
editPageForEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns an edit page (a WOComponent object implementing the EditPageInterface) for the entity identified by entityName.
editPageForNewObjectWithConfigurationNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Creates a new object and returns an edit page as a WOComponent implementing the EditPageInterface.
editPageForNewObjectWithEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Creates a new object and returns an edit page as a WOComponent implementing the EditPageInterface.
editRelationship() - Method in class com.webobjects.directtoweb.D2WEditToOneFault
Provides the action for a WOImageButton.
editRelationshipPageForEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns an edit-relationship page as a WOComponent implementing the EditRelationshipPageInterface for the entity identified by entityName.
editValues() - Method in class com.webobjects.directtoweb.D2WEditToManyFault
Provides the action for a WOImageButton.
editability() - Method in class com.webobjects.eoapplication.EODocumentController
 
editability() - Method in interface com.webobjects.eoapplication.EOEditable
Returns the editability of the receiver.
editability() - Method in class com.webobjects.eogeneration.EOAssociationController
 
editability() - Method in class com.webobjects.eogeneration.EORangeValueController
 
editableTextBackgroundColor() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the color used for the background of editable text fields.
editedDocuments() - Method in class com.webobjects.eoapplication.EOApplication
Returns an NSArray containing the application's documents (EODocument controllers) that are edited (and not saved).
editingAssociation() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the editing association
editingColumnIndex() - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Asks the plugin of the table view for the column currently being edited.
editingColumnIndex() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTableViewPlugin
Returns the index of the column currently being edited.
editingColumnIndex() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns the column being edited.
editingContext() - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Returns the current EOEditingContext associated with this fault handler.
editingContext() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns the EOEditingContext into which objects from this data source are fetched.
editingContext() - Method in class com.webobjects.eoapplication.EOEntityController
Conformance to EOObjectDisplay.
editingContext() - Method in interface com.webobjects.eoapplication.EOObjectDisplay
Returns the editing context the receiver uses to manage the graph of its enterprise objects.
editingContext() - Method in class com.webobjects.eocontrol.EOArrayDataSource
Returns the receiver's editing context.
editingContext() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the editing context that contains the receiver or null if none is set.
editingContext() - Method in class com.webobjects.eocontrol.EODataSource
Implemented by subclasses to return the receiver's EOEditingContext.
editingContext() - Method in class com.webobjects.eocontrol.EODetailDataSource
Returns the editing context of the master data source, or null if there is not one
editingContext() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns the EOEditingContext that holds the receiver.
editingContext() - Method in class com.webobjects.eodistribution.EODistributionContext
Returns the editing context used by the distribution context.
editingContext() - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
 
editingContext() - Method in class com.webobjects.webservices.generation.WOOperation
Returns this operation's EOEditingContext
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eoaccess.EODatabaseContext
Invoked when the editing context context is no longer using the object corresponding to gid.
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eocontrol.EOEditingContext
Invoked to inform the EOObjectStore that it can stop keeping data about an object it passed to a child.
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eocontrol.EOObjectStore
Invoked to inform the object store that it can stop keeping data about an object it passed to a child.
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eocontrol.EOObjectStoreCoordinator
Invoked to inform the object store that it can stop keeping data about an object it passed to a child.
editingContextDidForgetObjectWithGlobalID(EOEditingContext, EOGlobalID) - Method in class com.webobjects.eodistribution.client.EODistributedObjectStore
Invoked if a child editing context forgot an object to clear out the snapshots.
editingContextDidMergeChanges(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Invoked once after a batch of objects has been updated in anEditingContext's parent object store (in response to an ObjectsChangedInStoreNotification).
editingContextDidSaveChanges(NSNotification) - Method in class com.webobjects.directtoweb.D2WListPage
Handles notifications when the editing context did save changes.
editingContextForContext(WOContext) - Static method in class com.webobjects.webservices.generation.WOServiceUtilities
Returns an EOEditingContext based on information in context.
editingContextForDeserialization(String, EOGlobalID) - Method in class com.webobjects.webservices.generation.WORuleSerializationStrategy
Returns the current Session's EOEditingContext if the request has a session.
editingContextForDeserialization(String, EOGlobalID) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
The default implementation returns EOEditingContext.substitutionEditingContext() If that is null it creates a new one and sets it as the substitution editing context.
editingContextPresentErrorMessage(EOEditingContext, String) - Method in class com.webobjects.appserver.WODisplayGroup
Deprecated. Use NSLog instead. No user code should implement or depend upon this.
editingContextPresentErrorMessage(EOEditingContext, String) - Method in interface com.webobjects.eocontrol.EOEditingContext.MessageHandler
Invoked by context, this method should present message to the user in whatever way is appropriate (whether by opening an attention panel or printing the message in a terminal window, for example).
editingContextPresentErrorMessage(EOEditingContext, String) - Method in class com.webobjects.eointerface.EODisplayGroup
Invoked by editingContext as part of the EOEditingContext.MessageHandlers interface, this method presents an attention panel with message as the message to display.
editingContextProviderMethodName() - Method in class com.webobjects.eoapplication.EOEntityController
Returns the key path which is used to retrieve the editing context for the reveiver.
editingContextShouldContinueFetching(EOEditingContext, int, int, EOObjectStore) - Method in interface com.webobjects.eocontrol.EOEditingContext.MessageHandler
Invoked by objectStore (such as an EOAccess layer EODatabaseContext) to allow the message handler for context (often an interface layer EODisplayGroup) to prompt the user about whether or not to continue fetching the current result set.
editingContextShouldContinueFetching(EOEditingContext, int, int, EOObjectStore) - Method in class com.webobjects.eointerface.EODisplayGroup
Invoked by editingContext as part of the EOEditingContext.MessageHandlers interface, this method presents an attention panel prompting the user about whether or not to continue fetching the current result set.
editingContextShouldFetchObjects(EOEditingContext, EOFetchSpecification) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
If the delegate has appropriate results cached it can return them and the fetch will be bypassed.
editingContextShouldInvalidateObject(EOEditingContext, EOEnterpriseObject, EOGlobalID) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Sent when an object identified by globalID has been explicitly invalidated.
editingContextShouldMergeChangesForObject(EOEditingContext, EOEnterpriseObject) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
When an ObjectsChangedInStoreNotification is received, anEditingContext invokes this method in its delegate once for each of the objects that has both uncommitted changes and an update from the EOObjectStore.
editingContextShouldPresentException(EOEditingContext, Throwable) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Sent whenever an exception is caught by an EOEditingContext.
editingContextShouldUndoUserActionsAfterFailure(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Sent when a validation error occurs while processing a processRecentChanges message.
editingContextShouldValidateChanges(EOEditingContext) - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
This method is intentionally undocumented.
editingContextShouldValidateChanges(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Sent when an EOEditingContext receives a saveChanges message.
editingContextWillSaveChanges(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEditingContext.Delegate
Sent when an EOEditingContext receives a saveChanges message.
editingContextWillSaveChanges(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEditingContext.Editor
Invoked by context in its saveChanges method, this method allows the editor to flush any pending edits and, if necessary, prohibit a save operation.
editingContextWillSaveChanges(EOEditingContext) - Method in class com.webobjects.eointerface.EODisplayGroup
Invoked by editingContext in its saveChanges method as part of the EOEditors informal protocol, this method allows the EODisplayGroup to prohibit a save operation.
editingRowIndex() - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Asks the plugin of the table view for the row currently being edited.
editingRowIndex() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTableViewPlugin
Returns the index of the row currently being edited
editingRowIndex() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns the index of the row being edited
editingTableColumnAssociation() - Method in class com.webobjects.eointerface.EOTableAssociation
If a field in the table is being edited, this method will return the column assocaition for the table column of the edited field.
editingTableColumnAssociation() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Returns the EOTableColumnAssociation that's bound to the column being edited (the column is cached in EOColumnEditor's implementation of shouldSelectCell and getTableCellEditorComponent).
editorComponent() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Returns the receiver's editor Component -- a user interface control that implements the editing mechanism.
editorControllerWithEntity(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
editorForAssociation(EOTableColumnAssociation) - Method in interface com.webobjects.eointerface.swing.EOSwingTableColumnPlugin.TableColumnCustomizer
Returns an EOColumnEditor which will be used as a TableCellEditor for this column.
editorHasChangesForEditingContext(EOEditingContext) - Method in interface com.webobjects.eocontrol.EOEditingContext.Editor
Invoked by context, this method should return true if the editor has any unapplied edits that need to be saved and false if it does not.
editorHasChangesForEditingContext(EOEditingContext) - Method in class com.webobjects.eointerface.EODisplayGroup
Invoked by anEditingContext as part of the EOEditors interface, this method returns false if any association is editing, true otherwise.
editors() - Method in class com.webobjects.directtoweb.D2WModel
Gets the editors.
editors() - Method in class com.webobjects.eocontrol.EOEditingContext
Returns this EOEditingContext's list of editors.
editorsHaveChanges() - Method in class com.webobjects.eocontrol.EOEditingContext
 
elementAttributesForKeyPath(EOEnterpriseObject, String) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
The default implementation returns null which indicates that the SOAP-XML engine should fill in its own defaults for the element attributes.
elementID() - Method in class com.webobjects.appserver.WOContext
Returns an element ID.
elementID() - Method in class com.webobjects.smil.WOSMILElement
Returns the ID binding of this WOSMILElement.
elementNameForKeyPath(EOEnterpriseObject, String) - Method in class com.webobjects.webservices.support.xml.WOEnterpriseObjectSerializationStrategy
The default implementation just returns the keyPath argument.
embeddedComponentResponse(String, HashMap, HashMap, PageContext, boolean, boolean) - Static method in class com.webobjects.jspservlet.WOServletAdaptor
 
embeddedComponentResponse(String, HashMap, HashMap, HttpServletRequest, HttpServletResponse, HttpServlet, boolean, boolean) - Static method in class com.webobjects.jspservlet.WOServletAdaptor
Returns a String representing the generated content for a given WOComponent with name.
embeddedDirectActionResponse(String, String, HashMap, InputStream, HashMap, PageContext, boolean, boolean) - Static method in class com.webobjects.jspservlet.WOServletAdaptor
 
embeddedDirectActionResponse(String, String, HashMap, InputStream, HashMap, HttpServletRequest, HttpServletResponse, HttpServlet, boolean, boolean) - Static method in class com.webobjects.jspservlet.WOServletAdaptor
Returns a String representing the generated content for a given direct action with actionName.
enableActionNamed(String) - Method in class com.webobjects.eoapplication.EOController
Enables the action method actionName and resets the receiver's actions.
enableObserverNotification() - Static method in class com.webobjects.eocontrol.EOObserverCenter
Counters a prior suppressObserverNotification message.
enableReferenceForString() - Method in interface com.webobjects.foundation.xml.NSXMLObjectOutput
Enables the use of references for repeated Strings in XML output.
enableReferenceForString() - Method in class com.webobjects.foundation.xml.NSXMLOutputStream
 
enableSaveOnlyIfEdited() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns whether Save actions should only be enabled if a document is edited.
enableUndoRegistration() - Method in class com.webobjects.foundation.NSUndoManager
Enables the recording of undo operations.
enabledActions() - Method in class com.webobjects.eoapplication.EOController
Returns an array of the receiver's actions which are not explicitly disabled.
enabledDisplayGroup() - Method in class com.webobjects.eogeneration.EOAssociationController
 
enabledDisplayGroup() - Method in class com.webobjects.eogeneration.EORangeValueController
 
enabledDisplayGroupProviderMethodName() - Method in class com.webobjects.eogeneration.EOAssociationController
 
enabledDisplayGroupProviderMethodName() - Method in class com.webobjects.eogeneration.EORangeValueController
 
enabledKey() - Method in class com.webobjects.eogeneration.EOAssociationController
 
enabledKey() - Method in class com.webobjects.eogeneration.EORangeValueController
 
enabledToSetSelectedObjectValueForKey(String) - Method in class com.webobjects.eointerface.EODisplayGroup
Returns true to indicate that a single value association (such as an EOTextFieldAssociation for a JTextField) should be enabled for setting key, false otherwise.
encodeBool(boolean, String) - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Archives the boolean value under the key key.
encodeBoolean(boolean) - Method in class com.webobjects.foundation.NSCoder
Encodes a boolean value.
encodeBooleanForKey(boolean, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Encodes a boolean value into XML data.
encodeByte(byte) - Method in class com.webobjects.foundation.NSCoder
Encodes a byte value.
encodeBytes(byte[]) - Method in class com.webobjects.foundation.NSCoder
Encodes an array of bytes.
encodeChar(char) - Method in class com.webobjects.foundation.NSCoder
Encodes a character value.
encodeClass(Class) - Method in class com.webobjects.foundation.NSCoder
Encodes a class.
encodeDouble(double) - Method in class com.webobjects.foundation.NSCoder
Encodes a double value.
encodeDoubleForKey(double, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Encodes a double value into XML data.
encodeFloat(float) - Method in class com.webobjects.foundation.NSCoder
Encodes a float value.
encodeFloatForKey(float, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Encodes a float value into XML data.
encodeInt(int, String) - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Archives the integer value under the key key.
encodeInt(int) - Method in class com.webobjects.foundation.NSCoder
Encodes an integer value.
encodeIntForKey(int, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Encodes an integer value into XML data.
encodeIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EOAttribute
Encodes the receiver as a property list.
encodeIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EOEntity
Encodes the receiver as a property list.
encodeIntoPropertyList(NSMutableDictionary) - Method in interface com.webobjects.eoaccess.EOPropertyListEncoding
Encodes the receiver as a property list.
encodeIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EORelationship
 
encodeIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
encodeIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EOStoredProcedure
Encodes the definitions of this EOStoredProcedure into a property list.
encodeLong(long) - Method in class com.webobjects.foundation.NSCoder
Encodes a long value.
encodeObject(Object, String) - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Archives the object object in place under the key key.
encodeObject(Object) - Method in class com.webobjects.foundation.NSCoder
Encodes an object.
encodeObjectForKey(Object, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Encodes an object into XML data.
encodeObjectInTag(String, String, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
encodeObjectWithCoder(EOEnterpriseObject, NSCoder) - Static method in class com.webobjects.eocontrol.EOEditingContext
Invoked by an EOEnterpriseObject object to ask the EOEditingContext to encode object using encoder.
encodeObjects(Object[]) - Method in class com.webobjects.foundation.NSCoder
Encodes an array of objects.
encodeReferenceInTag(int, String, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
encodeReferenceToObject(Object, String) - Method in class com.webobjects.eocontrol.EOKeyValueArchiver
Archives the object object with a special reference (placeholder) under the key key.
encodeRootObjectForKey(Object, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
Encodes an object so that it becomes the root element for the generated XML data.
encodeShort(short) - Method in class com.webobjects.foundation.NSCoder
Encodes a short value.
encodeStringInTag(String, String, String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
encodeTableOfContentsIntoPropertyList(NSMutableDictionary) - Method in class com.webobjects.eoaccess.EOModel
Encodes the receiver into result.
encodeWebAssistantRulesWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.D2WModel
Encodes the Web Assistant rules with the specified key-value archiver.
encodeWithCoder(NSCoder) - Method in class com.webobjects.appserver.WODisplayGroup
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Conformance to NSCoding.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOKeyGlobalID
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EONotQualifier
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOOrQualifier
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOQualifierVariable
Archives the receiver's type information and data into coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOSortOrdering
Conformance to NSCoding.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eocontrol.EOTemporaryGlobalID
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.eodistribution.client.EOAttribute
Encodes the information defining this EOAttribute into the given coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Encodes (stores) the defining values of this EODistributedClassDescription object into the given coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.eodistribution.client.EORelationship
Encodes this object (its defining values) into the specified NSCoder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSArray
 
encodeWithCoder(Object, NSCoder) - Method in class com.webobjects.foundation.NSCoding.Support
Implemented by subclasses to encode an object receiver of a specific type using NSCoder coder.
encodeWithCoder(NSCoder) - Method in interface com.webobjects.foundation.NSCoding
Encodes the receiver using coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSData
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSDictionary
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSKeyValueCoding.Null
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSNotification
Encodes the receiver using coder.
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSSet
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSTimeZone
 
encodeWithCoder(NSCoder) - Method in class com.webobjects.foundation.NSTimestamp
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.appserver.WODisplayGroup
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.Assignment
This method is intentionally undocumented.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.BooleanAssignment
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.BooleanQualifier
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.D2WModel
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.NonNullQualifier
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.Rule
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.directtoweb.ServerSideAction
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Conformance to EOKeyValueArchiving.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EODetailDataSource
Provides conformance to EOKeyValueArchiving.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOEditingContext
Deprecated. Use Java Serialization instead.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOFetchSpecification
Archives the receiver's into archiver.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Archives the receiver; provides conformance to the EOKeyValueArchiving interface.
encodeWithKeyValueArchiver(Object, EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOKeyValueArchiving.Support
Asks the receiver to archive the state of receiver into the EOKeyValueArchiver archiver.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in interface com.webobjects.eocontrol.EOKeyValueArchiving
Asks the receiver to archive its state into the EOKeyValueArchiver archiver.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Archives the receiver's into archiver.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EONotQualifier
 
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOOrQualifier
Conforms to EOKeyValueArchiving.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOQualifierVariable
Conforms to EOKeyValueArchiving.
encodeWithKeyValueArchiver(EOKeyValueArchiver) - Method in class com.webobjects.eocontrol.EOSortOrdering
Conformance to EOKeyValueArchiving.
encodeWithWOXMLCoder(WOXMLCoder) - Method in interface com.webobjects.appserver.xml.WOXMLCoding
Encodes this object as XML data using the coder.
encodedClassName() - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
encoding() - Method in class com.webobjects.appserver.xml.WOXMLDecoder
Gets the character encoding set previously for the decoding process.
encoding() - Method in class com.webobjects.foundation.xml.NSXMLOutputFormat
Returns the specified encoding.
end() - Method in class com.webobjects.smil.WOSMILAnchor
Returns the value of the end binding.
end() - Method in class com.webobjects.smil.WOSMILMediaObject
Returns the value of the end binding.
end() - Method in class com.webobjects.smil.WOSMILPar
Returns the value of the end binding.
end() - Method in class com.webobjects.smil.WOSMILSeq
Returns the value of the end binding.
endEditing() - Method in class com.webobjects.appserver.WODisplayGroup
Deprecated. No longer important for WebObjects applications. No user code should depend upon this, and any references to this method may be eliminated freely.
endEditing() - Method in class com.webobjects.eoapplication.EOArchiveController
Ensures that all editors of the receiver's display groups end editing (flush current user edits to the enterprise object graph if necessary).
endEditing() - Method in interface com.webobjects.eoapplication.EOComponentController.EndEditing
Ensures that all current edits in the user interface are flushed to the underlying data objects.
endEditing() - Method in class com.webobjects.eoapplication.EOEntityController
Ensures that all editors of the receiver's display groups end editing (flush current user edits to the enterprise object graph if necessary).
endEditing() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
endEditing() - Method in class com.webobjects.eogeneration.EOQueryController
 
endEditing() - Method in class com.webobjects.eogeneration.EOTitlesController
 
endEditing() - Method in class com.webobjects.eointerface.EOAssociation
Overridden by subclasses to pass the value of the receiver's display object to the EODisplayGroup, by invoking setValueForAspect with the display object's value and the appropriate aspect (typically value).
endEditing() - Method in class com.webobjects.eointerface.EODisplayGroup
Attempts to end any editing taking place.
endEditing() - Method in class com.webobjects.eointerface.EOTableColumnAssociation.TableColumnPlugin
Asks the plugin to halt editing of its widget in the UI.
endEditing() - Method in class com.webobjects.eointerface.EOTableColumnAssociation
This method will end the editing state, for both the widget(-plugin) and the Association.
endEditing() - Method in class com.webobjects.eointerface.EOValueAssociation.ValuePlugin
Tells the plugin to stop any editing occuring in the UI at the moment.
endEditing() - Method in class com.webobjects.eointerface.EOValueAssociation
This method will end editing for both the widget plugin and the Association.
endEditing() - Method in class com.webobjects.eointerface.EOValueSelectionAssociation
See the endEditing method description in the superclass EOAssociation.
endEditing() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTableColumnPlugin
Asks the plugin to halt editing of its widget in the UI.
endEditing() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTextFieldPlugin
Asks the plugin to halt editing of its widget in the UI.
endEditing() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTextPlugin
Asks the plugin to halt editing of its widget in the UI.
endEditing() - Method in class com.webobjects.eointerface.swing.EOColumnEditor
Invoked from cancelCellEditing and stopCellEditing to inform the receiver that it should end editing.
endEditing() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Called to halt editing of this widget.
endEditing() - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Called to halt editing of this plugin's widget.
endEditing() - Method in class com.webobjects.eointerface.swing.EOTextColumnEditor
Cleans out resources after editing has finished, for example removes listeners from the editor component.
endSync() - Method in class com.webobjects.smil.WOSMILPar
Returns the value of the endSync binding.
endUndoGrouping() - Method in class com.webobjects.foundation.NSUndoManager
Marks the end of an undo group.
endpoint() - Method in class com.webobjects.webservices.client.WOClientOperation
Returns the URL at which the service is being vended.
engineConfiguration() - Method in class com.webobjects.webservices.client.WOWebService
Return the EngineConfiguration used by the underlying Axis service.
engineConfigurationForServiceNamed(String) - Method in class com.webobjects.webservices.client.WOWebServiceClient
Return the EngineConfiguration being used by the service named serviceName.
enqueueObserver(EODelayedObserver) - Method in class com.webobjects.eocontrol.EODelayedObserverQueue
Records observer to be sent subjectChanged messages.
ensureAwakeInContext(WOContext) - Method in class com.webobjects.appserver.WOComponent
Ensures that the receiver is awake in the specified context.
ensureMinimumComponentSizeWithoutSubcontrollers(int, int) - Method in class com.webobjects.eoapplication.EOComponentController
Ensures that the size of the receiver's component, not including the subcontroller area, is at least as large as the area specified by width and height.
ensureMinimumSubcontrollerAreaSize(int, int) - Method in class com.webobjects.eoapplication.EOComponentController
Ensures that the size of the receiver's subcontroller area is at least as large as the area specified by width and height.
ensureObjectAwake(Object) - Method in class com.webobjects.eocontrol.EOKeyValueUnarchiver
The order that objects an unarchiver sends awakeFromKeyValueUnarchiver to the unarchived objects is not defined.
enterQueryMode() - Method in class com.webobjects.eointerface.EODisplayGroup
This action method invokes setInQueryMode with an argument of true.
entities() - Method in class com.webobjects.eoaccess.EOModel
Returns an array containing the receiver's entities.
entitiesWithSharedObjects() - Method in class com.webobjects.eoaccess.EOModel
Returns an array of entities that have objects to load into a shared editing context.
entitiesWithSharedObjects() - Method in class com.webobjects.eoaccess.EOModelGroup
Returns an array of entities that have objects to load into a shared editing context.
entity() - Method in class com.webobjects.directtoweb.D2WComponent
Returns the current entity in the Direct to Web context of the receiver.
entity() - Method in class com.webobjects.directtoweb.D2WContext
Returns the setting for the current entity.
entity() - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Returns the EOEntity to which the operation will be applied.
entity() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the entity that owns the attribute, or null if this attribute is acting as an argument for a stored procedure.
entity() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns the root entity of the receiver.
entity() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns the EOEntity that owns to the receiver's enterprise object.
entity() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns the entity associated with the receiver.
entity() - Method in class com.webobjects.eoaccess.EORelationship
Returns the relationship's entity.
entity() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns the receiver's entity.
entityAtEndOfKeyPath(String, EOEntity) - Static method in class com.webobjects.directtoweb.KeyValuePath
 
entityExists() - Method in class com.webobjects.eogeneration.rules.EORuleComponent
 
entityForClass(EOEditingContext, Class) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the entity associated with the specified class.
entityForObject(EOEnterpriseObject) - Method in class com.webobjects.eoaccess.EODatabase
Searches the receiver's list of registered EOModels and returns the first EOEntity found whose name matches the entity name of object.
entityForObject(EOEnterpriseObject) - Method in class com.webobjects.eoaccess.EOModel
Returns the entity associated with object, whether object is an instance of an Enterprise Object class, an instance of EOGenericRecord, or a fault.
entityForObject(EOEnterpriseObject) - Method in class com.webobjects.eoaccess.EOModelGroup
Returns the EOEntity associated with object from any of the models in the receiver that handle object, or null if none of the models in the receiver handle object.
entityForObject(EOEditingContext, EOEnterpriseObject) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the entity associated with the provided Enterprise Object.
entityForSubcontrollers() - Method in class com.webobjects.eogeneration.rules.EOEntityController
 
entityHierarchy() - Method in class com.webobjects.eogeneration.rules.EOEntityController
 
entityHierarchyForSubcontrollers() - Method in class com.webobjects.eogeneration.rules.EOEntityController
 
entityLabel() - Method in class com.webobjects.woextensions.WOBatchNavigationBar
 
entityName() - Method in class com.webobjects.directtoweb.D2WComponent
Returns a String containing the name of the entity displayed by this component.
entityName() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Gets the name of the entity.
entityName() - Method in class com.webobjects.eoaccess.EOEntityClassDescription
Returns the name of the entity associated with the receiver.
entityName() - Method in class com.webobjects.eoapplication.EOEntityController
 
entityName() - Method in interface com.webobjects.eoapplication.EOObjectDisplay
Returns the name of the entity of the enterprise objects displayed in the receiver's display group.
entityName() - Method in class com.webobjects.eocontrol.EOClassDescription
Overridden by subclasses to obtain a unique type name for objects of this class.
entityName() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns the name of the receiver's entity, or null if it doesn't have one by sending an entityName message to the receiver's EOClassDescription.
entityName() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns the name of the receiver's entity, or null if it does not have one.
entityName() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns the name of the entity to be fetched.
entityName() - Method in class com.webobjects.eocontrol.EOKeyGlobalID
Returns the name of the entity governing the object identified by the receiver.
entityName() - Method in class com.webobjects.eodistribution.client.EODistributedClassDescription
Returns the name for this class description.
entityName() - Method in class com.webobjects.eogeneration.EOEditingController
 
entityName - Variable in class com.webobjects.webservices.support.xml.WOGlobalIDDeserializer
 
entityNameFromPage(WOComponent) - Static method in class com.webobjects.directtoweb.D2W
Returns the name of the entity that the D2WPage manipulates.
entityNameInList - Variable in class com.webobjects.directtoweb.DefaultHeader
Is used as a temporary variable by the Entities WOPopupButton.
entityNameKey - Static variable in class com.webobjects.directtoweb.ServerSideSettings
 
entityNamed(String) - Method in class com.webobjects.eoaccess.EODatabase
Searches the receiver's list of registered EOModels and returns the first EOEntity found with the name entityName.
entityNamed(String) - Method in class com.webobjects.eoaccess.EOModel
Returns the entity named name, or null if no such entity exists in this model.
entityNamed(String) - Method in class com.webobjects.eoaccess.EOModelGroup
Searches each of the EOModels in the receiver for the entity specified by name, and returns the entity, if found, or null if unable to find the specified entity.
entityNamed(EOEditingContext, String) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns the entity with the specified name.
entityNames() - Method in class com.webobjects.eoaccess.EOModel
Returns an array containing the names of the receiver's entities.
entityWithEntityAndKeyPath(EOEntity, String) - Method in class com.webobjects.woextensions.WOToManyRelationship
 
entityWithEntityAndKeyPath(EOEntity, String) - Method in class com.webobjects.woextensions.WOToOneRelationship
 
enumerationEntityNames() - Method in class com.webobjects.eogeneration.rules.EOAssignment
 
eoDescription() - Method in class com.webobjects.eocontrol.EOCustomObject
Returns a full description of the receiver's property values by extracting them using the key-value coding methods.
eoDescription() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Returns a String that describes the receiver.
eoShallowDescription() - Method in class com.webobjects.eocontrol.EOCustomObject
Similar to eoDescription, but doesn't descend into relationships.
eoShallowDescription() - Method in interface com.webobjects.eocontrol.EOEnterpriseObject
Similar to eoDescription, but doesn't descend into relationships.
eoShallowDescription(Object) - Static method in class com.webobjects.eocontrol.EOFaultHandler
Returns a String that describes object in a short form.
eofEventCount() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
eofEventDuration() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
eofEvents - Variable in class com.webobjects.woextensions.WOEventDisplayPage
 
equalSelector - Static variable in class com.webobjects.directtoweb.ServerSideSettings
 
equalToQueryValues() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the receiver's dictionary of equalTo query values.
equals(Object) - Method in class com.webobjects.appserver.WOMessage
Returns true if the supplied Object is a WOMessage, or a subclass, whose headers and content equal those of the receiver.
equals(Object) - Method in class com.webobjects.appserver.WOTimer
Return true if aTimer is an instance of WOTimer with the same selector, target, and userInfo as the receiver.
equals(Object) - Method in class com.webobjects.eoaccess.EOJoin
Compares object with the receiver and returns true if they are identical, false otherwise.
equals(Object) - Method in class com.webobjects.eoapplication.EOAction
Indicates whether some object "is equal to" this one.
equals(Object) - Method in class com.webobjects.eocontrol.EOCustomObject
EOF requires all EOs define equality as (this == other) To compare EOs in different EOEditingContexts, consider instead comparing their EOGlobalIDs with equals()
equals(Object) - Method in class com.webobjects.eocontrol.EOGlobalID
Compares the receiver to object.
equals(Object) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
The comparison made between the receiver and other is done by each one of the EOKeyComparisonQualifier components.
equals(Object) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Compares the receiver to other.
equals(Object) - Method in class com.webobjects.eocontrol.EONotQualifier
 
equals(Object) - Method in class com.webobjects.eocontrol.EOOrQualifier
If the receiver and the other object have equals qualifiers it returns true; false otherwise.
equals(Object) - Method in class com.webobjects.eocontrol.EOQualifierVariable
If the receiver and the other object have equals keys it returns true, false otherwise.
equals(Object) - Method in class com.webobjects.eocontrol.EOTemporaryGlobalID
Compares the receiver to object.
equals(Object) - Method in class com.webobjects.foundation.NSArray
Compares this array to object, returning true if object satisfies instanceof NSArray and its elements are equal to the elements of this array, otherwise it returns false.
equals(Object) - Method in class com.webobjects.foundation.NSData
Compares the receiving data object to object.
equals(Object) - Method in class com.webobjects.foundation.NSDictionary
Compares this dictionary to object.
equals(Object) - Method in class com.webobjects.foundation.NSNotification
Compares the receiving NSNotification object to other.
equals(Object) - Method in class com.webobjects.foundation.NSRange
Indicates whether an object is an NSRange whose location and length are equal to this range's location and length.
equals(Object) - Method in class com.webobjects.foundation.NSSelector
Determines whether an object is an NSSelector equal to this NSSelector.
equals(Object) - Method in class com.webobjects.foundation.NSSet
Determines whether this NSSet is equal to object This is true if object is an NSSet or subclass of NSSet and both sets contain identical members.
equals(Object) - Method in class com.webobjects.foundation.NSTimeZone
Indicates whether this NSTimeZone has the same data as that of anObject.
equals(Object) - Method in class com.webobjects.webservices.client.WOClientParameter
 
equals(Object) - Method in class com.webobjects.webservices.client.WOWebService.SessionInfo
 
err - Static variable in class com.webobjects.foundation.NSLog
Logger sending output to system error file.
error - Variable in class com.webobjects.woextensions.WOExceptionPage
 
errorMessage - Variable in class com.webobjects.directtoweb.D2WInspectPage
Contains an error message displayed on the inspect page.
errorMessage() - Method in class com.webobjects.woextensions.WOExceptionPage
 
errorMessageUrlForResourceNamed(String, String) - Method in class com.webobjects.appserver.WOResourceManager
Error URL returned when a resource specified is not found.
errorPage(WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns an error page as a WOComponent implementing the ErrorPageInterface.
errorPage(WOContext) - Method in class com.webobjects.directtoweb.D2W
Returns an error page as a WOComponent implementing the ErrorPageInterface.
errorline - Variable in class com.webobjects.woextensions.WOExceptionPage
 
escapeString(String) - Method in class com.webobjects.appserver.xml.WOXMLCoder
 
establishConnection() - Method in class com.webobjects.eoapplication.EOController
Connects the receiver to the controller hierarchy.
establishConnection() - Method in class com.webobjects.eoapplication.EOEntityController
Overridden from the superclass to ensure that, if an archive name is specified for the receiver, the interface file archive is loaded before the connection is established.
establishConnection() - Method in class com.webobjects.eodistribution.client.EODistributionChannel
Subclasses have to implement this method to establish a connection with the server using a specific protocol.
establishConnection() - Method in class com.webobjects.eodistribution.client.EOHTTPChannel
Establishes a connection with the server and begins communication using the HTTP protocol.
establishConnection() - Method in class com.webobjects.eointerface.EOAssociation
Overridden by subclasses to attach this association to the outlets of its display object and to otherwise configure the display object (such as by setting its action method).
establishConnection() - Method in class com.webobjects.eointerface.EOWidgetAssociation.WidgetPlugin
Overridden by subclasses to attach the receiver to its display object, and to otherwise configure the display object.
establishConnection() - Method in class com.webobjects.eointerface.cocoa.EOCocoaButtonPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.cocoa.EOCocoaCheckBoxPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.cocoa.EOCocoaComboBoxPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.cocoa.EOCocoaImageViewPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.cocoa.EOCocoaPopUpButtonPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.cocoa.EOCocoaRadioMatrixPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.cocoa.EOCocoaSimpleTextPlugin
Establishes a connection between the plugin and its UI widget This makes sure that actions from the text widget are sent to this plugin.
establishConnection() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTableColumnPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTableViewPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTextFieldPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTextPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingButtonPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingCheckBoxPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingComboBoxPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingImageViewPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingQuickTimeViewPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingTableColumnPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingTextPlugin
Establishes a connection between the plugin and its UI widget.
establishConnection() - Method in class com.webobjects.eointerface.swing.EOSwingTreePlugin
 
establishConnectionToSupercontrollers() - Method in class com.webobjects.eoapplication.EOController
Connects the receiver's supercontroller to the controller hierarchy, and then establishes the receiver's connection to the controller hierarchy.
evaluateExpression(EOSQLExpression) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to send expression to the database server for evaluation, beginning a transaction first and committing it after evaluation if a transaction isn't already in progress.
evaluateExpression(EOSQLExpression) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
evaluateExpression(EOSQLExpression) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
evaluateRules(NSDictionary) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
evaluateWithObject(EOKeyValueCodingAdditions) - Method in class com.webobjects.directtoweb.BooleanQualifier
 
evaluateWithObject(EOKeyValueCodingAdditions) - Method in class com.webobjects.directtoweb.NonNullQualifier
 
evaluateWithObject(Object) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Returns true if the object object satisfies the qualifier, false otherwise.
evaluateWithObject(Object) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Returns true if object satisfies the qualifier, false otherwise.
evaluateWithObject(Object) - Method in class com.webobjects.eocontrol.EONotQualifier
Returns true if the object object satisfies the EONotQualifier, false otherwise.
evaluateWithObject(Object) - Method in class com.webobjects.eocontrol.EOOrQualifier
Returns true if object satisfies the qualifier, false otherwise.
evaluateWithObject(Object) - Method in class com.webobjects.eocontrol.EOQualifier
Implemented by subclasses to return true if object matches the criteria specified in the receiver, false otherwise.
evaluateWithObject(Object) - Method in interface com.webobjects.eocontrol.EOQualifierEvaluation
Returns true if the argument object satisfies the qualifier, false otherwise.
event() - Method in class com.webobjects.woextensions.WOAggregateEventRow
 
event - Variable in class com.webobjects.woextensions.WOEventRow
 
eventCount() - Method in class com.webobjects.woextensions.WOEventDisplayPage
 
eventDuration() - Method in class com.webobjects.woextensions.WOEventRow
 
eventEnded() - Static method in class com.webobjects.eointerface.swing.EOSwingUtilities
Lets the frameworks know that the completion of event handling will be necessary.
eventEnded() - Method in class com.webobjects.foundation.NSDelayedCallbackCenter
Invokes the registered selectors in order of ascending priority.
eventTypeDescriptions(Class) - Static method in class com.webobjects.eocontrol.EOEvent
Used to determine event types and descriptions for a family of events.
events() - Method in class com.webobjects.eocontrol.EOAggregateEvent
Typically, an EOAggregateEvent has at least one event, the event for which the event logging system created the aggregate event.
events - Variable in class com.webobjects.woextensions.WOEventDisplayPage
 
eventsOfClass(Class, String) - Method in class com.webobjects.eocontrol.EOEventCenter
Returns the subset of the receiver's events that are instances of aClass and that have the type type.
eventsOfClassForAllCenters(Class, String) - Static method in class com.webobjects.eocontrol.EOEventCenter
Returns an array of all events (from all the event centers) that are instances of aClass and whose type is type.
exception() - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Returns the exception that was thrown when an adaptor channel attempted to process the receiver, or null if no exception was thrown or if the receiver hasn't been processed yet.
exception - Variable in class com.webobjects.woextensions.WOExceptionPage
 
exceptionAddingEntriesToUserInfo(Object, String) - Method in class com.webobjects.foundation.NSValidation.ValidationException
Deprecated. Use NSValidation.ValidationException.exceptionWithObjectAndKey(java.lang.Object, java.lang.String)
exceptionWithObjectAndKey(Object, String) - Method in class com.webobjects.foundation.NSValidation.ValidationException
Returns a new exception with the same message as this ValidationException, but whose userInfo dictionary contains object and key.
excludeObjectFromPropertyWithKey(Object, String) - Method in class com.webobjects.eocontrol.EOCustomObject
Removes the object eo from the to-many relationship named key without affecting inverse relationships, by directly modifying the property storing the to-many relationship.
executeStoredProcedure(EOStoredProcedure, NSDictionary) - Method in class com.webobjects.eoaccess.EOAdaptorChannel
An abstract method that should be implemented by subclasses to execute storedProcedure.
executeStoredProcedure(EOStoredProcedure, NSDictionary) - Method in class com.webobjects.jdbcadaptor.JDBCChannel
 
executeStoredProcedure(EOStoredProcedure, NSDictionary) - Method in class com.webobjects.jndiadaptor.JNDIChannel
 
executeStoredProcedureNamed(EOEditingContext, String, NSDictionary) - Static method in class com.webobjects.eoaccess.EOUtilities
Executes the specified stored procedure with the provided arguments.
existingSession() - Method in class com.webobjects.appserver.WOAction
Restores the session based on the request.
existingTableAssociation() - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Asks the plugin of the table view for an already existing table association.
existingTableAssociation() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTableViewPlugin
Returns the table association for this plugin.
existingTableAssociation() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns the EOTableAssociation for this plugin's table.
expandedIconForObject(Object) - Method in class com.webobjects.eointerface.EOTreeAssociation
Returns an expanded icon to display for the identifier object.
expandedIconKey() - Method in class com.webobjects.eogeneration.EOTreeController
 
expandedKeyPathsForEntityName(String, String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
expandedKeyPathsForEntityName(String, NSArray) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
expectContentLengthHeader(boolean, int) - Static method in class com.webobjects.appserver.WOHTTPConnection
Deprecated. If you are using HTTP/1.1, there is no need to tell the receiver whether to expect content length since it follows RFC 2616 (HTTP/1.1).
expirationDateForIDCookies() - Method in class com.webobjects.appserver.WOSession
Deprecated. this method is deprecated should not be used
expires() - Method in class com.webobjects.appserver.WOCookie
Returns the value of the cookie's "expires" attribute as an NSTimestamp.
expressionClass() - Method in class com.webobjects.eoaccess.EOAdaptor
Returns the subclass of EOSQLExpression used by the receiver for query language expressions, which is assigned using the class method setExpressionClassName.
expressionClass() - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Returns the subclass of EOSQLExpression used by this factory to create expressions
expressionClassName(String) - Static method in class com.webobjects.eoaccess.EOAdaptor
Returns the class name of the subclass of EOSQLExpression used for expression evaluation on a given adaptor class.
expressionFactory() - Method in class com.webobjects.eoaccess.EOAdaptor
An abstract method that supports changes made to EOSQLExpression and related classes and interfaces.
expressionFactory() - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the expression factory to use for this adaptor.
expressionFactory() - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Returns the JDBCExpressionFactory, creating a new one if necessary.
expressionFactory() - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
expressionForEntity(EOEntity) - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates a new instance of the factory's EOSQLExpression class and assigns the parameter entity to that expression.
expressionForString(String) - Method in class com.webobjects.eoaccess.EOSQLExpressionFactory
Creates and returns an SQL expression containing the string parameter.
externalModelsReferenced() - Method in class com.webobjects.eoaccess.EOEntity
Examines each of the receiver's relationships and returns a list of all external models referenced by the receiver, or an empty arrray if no external models are referenced.
externalModelsReferenced() - Method in class com.webobjects.eoaccess.EOModel
Returns an array containing those models that are referenced by the receiver.
externalName() - Method in class com.webobjects.eoaccess.EOEntity
Returns the name of the receiver as understood by the database server, that is, the receiver's external name.
externalName() - Method in class com.webobjects.eoaccess.EOStoredProcedure
Returns the name of the stored procedure as it is defined in the database, or null if it doesn't have an external name.
externalNameForInternalName(String, String, boolean) - Static method in class com.webobjects.eoaccess.EOEntity
Used by the Enterprise Objects Framework to convert an internal object name, internalName to a database schema name that conforms to a standard convention, separating name elements with separatorString and capitalizing or lowercasing the external name based on the Boolean parameter allCaps.
externalNameQuoteCharacter() - Method in class com.webobjects.eoaccess.EOSQLExpression
Returns a String with the character used to quote SQL identifiers that use unusual characters which would not otherwise be legal.
externalNameQuoteCharacter() - Method in class com.webobjects.jdbcadaptor.JDBCExpression
 
externalQuery() - Method in class com.webobjects.eoaccess.EOEntity
Returns a query statement that is used by an EOAdaptorChannel to select rows for the entity when a qualifier is empty, or null if the entity has no external query.
externalType() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the attribute's type as understood by the database.
externalTypeForJDBCType(int) - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns the name of an external type that matches the given JDBC type type.
externalTypesWithModel(EOModel) - Method in class com.webobjects.eoaccess.EOAdaptor
The default implementation returns an empty array.
externalTypesWithModel(EOModel) - Method in class com.webobjects.jdbcadaptor.JDBCAdaptor
Returns an NSArray of external type names for the model.
externalTypesWithModel(EOModel) - Method in class com.webobjects.jndiadaptor.JNDIAdaptor
 
extraBindings() - Method in class com.webobjects.directtoweb.D2WPage
This method is intentionally undocumented.
extraBindings() - Method in class com.webobjects.directtoweb.D2WSwitchComponent
Gets the extra bindings.

Last updated Thu Oct 21 15:04:16 PDT 2004.
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
Copyright © 2004 Apple Computer, Inc.