Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Oracle Data-aware Controls Reference
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_
E
EJB_PLATFORM
- Static variable in class oracle.dacf.dataset.
SessionInfo
String constant for the EJB deployment platform.
EJB_STRING
- Static variable in class oracle.dacf.dataset.
SessionInfo
String constant for the EJB deployment platform.
EMPTY_ENUMERATION
- Static variable in class oracle.dacf.control.swing.
TreeControlNode
An enumeration that is always empty.
EMPTY_PREFIX
- Static variable in class oracle.dacf.dataset.
DacObject
ENABLED
- Static variable in interface oracle.dacf.control.swing.find.
FindPanelUI
property id to specify if the FindPanel should be enable/disabled
END_ERROR
- Static variable in class oracle.dacf.util.errorloggers.
StdErrorLogger
EQUAL
- Static variable in class oracle.dacf.dataset.
RowFilterCriteria
EQUALS
- Static variable in interface oracle.dacf.util.
Compare
ERROR
- Static variable in class oracle.dacf.dataset.
DacfSeverity
The error message describes an error condition that presents a serious impediment to the normal performance of the application.
ERROR
- Static variable in class oracle.dacf.style.
StyleSeverity
The ErrorMessage describes an error condition that presents a serious impediment to the normal performance of the application.
ERR_PROD_CODE
- Static variable in class oracle.dacf.control.
NavigationManager
ERR_PROD_CODE
- Static variable in class oracle.dacf.dataset.
ColumnInfo
ERR_PROD_CODE
- Static variable in class oracle.dacf.dataset.
ResultSetInfo
ERR_PROD_CODE
- Static variable in class oracle.dacf.dataset.
SessionInfo
ERR_PROD_CODE
- Static variable in class oracle.dacf.dataset.
ValidationManager
EVENT_PROPERTY_ROW
- Static variable in interface oracle.dacf.control.
Control
The event property for the initial row affected by an event.
EVENT_PROPERTY_ROW_CHANGE
- Static variable in interface oracle.dacf.control.
Control
EVENT_PROPERTY_ROW_COUNT
- Static variable in interface oracle.dacf.control.
Control
The event property for the number of rows affected by an event.
EVENT_PROPERTY_VIEW_CHANGE
- Static variable in interface oracle.dacf.control.
Control
EVENT_PROPERTY_VIEW_REFRESHED
- Static variable in interface oracle.dacf.control.
Control
EVENT_PROPERTY_VIEW_SCROLLED
- Static variable in interface oracle.dacf.control.
Control
EXCLUDE
- Static variable in interface oracle.dacf.control.
Control
attribute to indicate a column should not be included.
EditModeListener
- class oracle.dacf.style.
EditModeListener
.
EditModeListener()
- Constructor for class oracle.dacf.style.
EditModeListener
Constructor
EjbConnection
- class oracle.dacf.dataset.connections.
EjbConnection
.
EjbConnection()
- Constructor for class oracle.dacf.dataset.connections.
EjbConnection
EjbConnection(String, String, Applet)
- Constructor for class oracle.dacf.dataset.connections.
EjbConnection
Constructor
EjbConnection(String, String)
- Constructor for class oracle.dacf.dataset.connections.
EjbConnection
Constructor
ErrorAttribute
- interface oracle.dacf.util.errormanager.
ErrorAttribute
.
The
ErrorAttribute
interface defines an error attribute to be recorded in the logging facilities.
ErrorLogger
- interface oracle.dacf.util.errormanager.
ErrorLogger
.
The
ErrorLogger
interface implements the base methods for an ErrorLogger implementation.
ErrorLoggerAdapter
- class oracle.dacf.util.errormanager.
ErrorLoggerAdapter
.
The
ErrorLoggerAdapter
interface is the Adapter implementation for the error logger, and defines an abstract non-buffered logger.
ErrorLoggerAdapter()
- Constructor for class oracle.dacf.util.errormanager.
ErrorLoggerAdapter
ErrorManager
- class oracle.dacf.util.errormanager.
ErrorManager
.
The
ErrorManager
is a singleton object that manages the storage and flow of
ErrorMessage
objects.
ErrorManager()
- Constructor for class oracle.dacf.util.errormanager.
ErrorManager
ErrorManagerListener
- interface oracle.dacf.util.errormanager.
ErrorManagerListener
.
Defines the interface for ErrorManager event listeners.
ErrorMessage
- class oracle.dacf.util.errormanager.
ErrorMessage
.
The
ErrorMessage
class is an overloaded class and is used to define an error.
ErrorMessage(Object, ErrorType, ErrorSeverity, ErrorMessageText)
- Constructor for class oracle.dacf.util.errormanager.
ErrorMessage
Public constructor for the generic, context-less error message.
ErrorMessage(Object, ErrorType, ErrorSeverity, ErrorMessageText, ErrorMessageContext)
- Constructor for class oracle.dacf.util.errormanager.
ErrorMessage
Public constructor which requires context-specific information to extend the error message.
ErrorMessageContext
- interface oracle.dacf.util.errormanager.
ErrorMessageContext
.
The
ErrorMessageContext
interface represents the situation- or error-specific context information attached to the
ErrorMessage
.
ErrorMessageText
- class oracle.dacf.util.errormanager.
ErrorMessageText
.
The
ErrorMessageText
class is an overloaded class that defines the error message as a message text and a message ID.
ErrorMessageText(String, String)
- Constructor for class oracle.dacf.util.errormanager.
ErrorMessageText
Constructor for the error message text with the message ID and error text.
ErrorMessageText(String)
- Constructor for class oracle.dacf.util.errormanager.
ErrorMessageText
Constructor for the error message text with only the error text.
ErrorMessageText.MessageId
- class oracle.dacf.util.errormanager.
ErrorMessageText.MessageId
.
Inner class implementing the error message ID.
ErrorMessageText.MessageText
- class oracle.dacf.util.errormanager.
ErrorMessageText.MessageText
.
Inner class implementing the error message text.
ErrorMessageVetoException
- exception oracle.dacf.util.errormanager.
ErrorMessageVetoException
.
The
ErrorMessageVetoException
is thrown by error listeners when they want to veto either the:
ErrorMessageVetoException(String)
- Constructor for class oracle.dacf.util.errormanager.
ErrorMessageVetoException
ErrorSeverity
- class oracle.dacf.util.errormanager.
ErrorSeverity
.
The
ErrorSeverity
class definines the text to be used for a given error severity.
ErrorSeverity(String)
- Constructor for class oracle.dacf.util.errormanager.
ErrorSeverity
Protected constructor--creates a severity using the default icon.
ErrorTimeStamp
- class oracle.dacf.util.errormanager.
ErrorTimeStamp
.
The
ErrorTimeStamp
class defines the time stamp given to an error message when it is logged.
ErrorTimeStamp()
- Constructor for class oracle.dacf.util.errormanager.
ErrorTimeStamp
Default constructor, constructing the current time as a
TimeStamp
.
ErrorTimeStamp.ErrorDate
- class oracle.dacf.util.errormanager.
ErrorTimeStamp.ErrorDate
.
Inner class implementing the data part of the time stamp as an
ErrorAttribute
.
ErrorTimeStamp.ErrorDate()
- Constructor for class oracle.dacf.util.errormanager.
ErrorTimeStamp.ErrorDate
ErrorTimeStamp.ErrorTime
- class oracle.dacf.util.errormanager.
ErrorTimeStamp.ErrorTime
.
Inner class implementing the time part of the time stamp as an
ErrorAttribute
.
ErrorTimeStamp.ErrorTime()
- Constructor for class oracle.dacf.util.errormanager.
ErrorTimeStamp.ErrorTime
ErrorType
- class oracle.dacf.util.errormanager.
ErrorType
.
The
ErrorType
class provides the base methods for defining error types or categories.
ErrorType(String)
- Constructor for class oracle.dacf.util.errormanager.
ErrorType
Protected constructor used to create an error type.
ExceptionProcessor
- class oracle.dacf.dataset.
ExceptionProcessor
.
A single instance that encapsulates generic and database access exceptions in ErrorMessages and posts these error messages to the ErrorManager.
ExceptionProcessor()
- Constructor for class oracle.dacf.dataset.
ExceptionProcessor
Protected constructor.
ExceptionProcessorEvent
- class oracle.dacf.dataset.
ExceptionProcessorEvent
.
The ExceptionProcessorEvent is created when the ExceptionProcessor needs to call its listeners and communicate that a particular exception is going to be process for registration with the ErrorManager.
ExceptionProcessorEvent(Object, int, Exception, ErrorType, ErrorSeverity)
- Constructor for class oracle.dacf.dataset.
ExceptionProcessorEvent
ExceptionProcessorEvent(Object, int, Exception, ErrorType, ErrorSeverity, String)
- Constructor for class oracle.dacf.dataset.
ExceptionProcessorEvent
ExceptionProcessorListener
- interface oracle.dacf.dataset.
ExceptionProcessorListener
.
Defines the set of methods that must be implemented when one wishes to monitor the processing of exceptions by the ExceptionProcessor.
ExceptionProcessorVetoException
- exception oracle.dacf.dataset.
ExceptionProcessorVetoException
.
This exception is thrown by implementors of ExceptionProcessorListener when they wish to veto the processing of a particular exception.
ExceptionProcessorVetoException(String)
- Constructor for class oracle.dacf.dataset.
ExceptionProcessorVetoException
editItem(FindItemModel, Object)
- Method in interface oracle.dacf.control.swing.find.
FindItemEditor
use the custom editor.
editorStopped()
- Static method in class oracle.dacf.style.
StyleManager
should be called by the editor when it finished editing.
enabledChanged(boolean)
- Method in interface oracle.dacf.control.
ControlEnabledListener
enabledChanged(boolean)
- Method in class oracle.dacf.control.swing.
ButtonControl
enabledChanged(boolean)
- Method in class oracle.dacf.control.swing.
CheckBoxControl
enabledChanged(boolean)
- Method in class oracle.dacf.control.swing.
ComboBoxControl
enabledChanged(boolean)
- Method in class oracle.dacf.control.swing.
GridControl
enabledChanged(boolean)
- Method in class oracle.dacf.control.swing.
ImageControl
enabledChanged(boolean)
- Method in class oracle.dacf.control.swing.
LabelControl
enabledChanged(boolean)
- Method in class oracle.dacf.control.swing.
ListControl
enabledChanged(boolean)
- Method in class oracle.dacf.control.swing.
RadioPanelControl
enabledChanged(boolean)
- Method in class oracle.dacf.control.swing.
TextAreaControl
enabledChanged(boolean)
- Method in class oracle.dacf.control.swing.
TextFieldControl
enabledChanged(boolean)
- Method in class oracle.dacf.control.swing.
TreeControl
equals(Object)
- Method in class oracle.dacf.dataset.
AppModuleInfo
Returns
true
if the specified AppModuleInfo is the same as this AppModuleInfo.
equals(Object)
- Method in class oracle.dacf.dataset.
ModuleDescriptor
equals(Object)
- Method in class oracle.dacf.dataset.
ModuleInfo
Returns
true
if the specified ModuleInfo is the same as this ModuleInfo.
equals(Object)
- Method in class oracle.dacf.dataset.
PackageInfo
Returns
true
if the specified PackageInfo is identical to this PackageInfo.
equals(Object)
- Method in class oracle.dacf.dataset.
Query
equals(Object)
- Method in class oracle.dacf.dataset.
QueryInfo
Returns
true
if the specified QueryInfo instance is identical to this QueryInfo object.
equals(Object)
- Method in class oracle.dacf.dataset.
QueryStatementInfo
Returns
true
if the specified object defines an identical QueryStatementInfo instance.
equals(Object)
- Method in class oracle.dacf.dataset.
QueryViewInfo
Returns
true
if the compared object is identical to this QueryViewInfo instance.
equals(Object)
- Method in class oracle.dacf.dataset.
SessInfoDescriptor
Deprecated.
Applications should not use this method.
executeQuery(boolean)
- Method in class oracle.dacf.control.swing.find.
FindAction
execute the query.
executeQuery()
- Method in class oracle.dacf.control.swing.find.
ViewCriteriaFindAction
execute the query.
executeQuery(boolean)
- Method in class oracle.dacf.control.swing.find.
ViewCriteriaFindAction
First post changes or commit/rollback and then execute query
executeQuery()
- Method in class oracle.dacf.dataset.
ResultSetInfo
Execute or re-execute the underlying query.
executeReturnItems()
- Method in interface oracle.dacf.control.
LOVInterface
execute return items
executeReturnItems()
- Method in class oracle.dacf.control.swing.
LOV
execute return items
executeReturnItems()
- Method in class oracle.dacf.control.swing.lov.
IBReturnItem
make use of the return item names to actually return item values
executeReturnItems()
- Method in interface oracle.dacf.control.swing.lov.
LOVInterface
execute return items
executeReturnItems()
- Method in interface oracle.dacf.control.swing.lov.
ReturnItem
make use of the return item names to actually return item values
exposeBaseClassBeanInfo
- Variable in class oracle.dacf.control.swing.
ControlBeanInfoHelper
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Oracle Data-aware Controls Reference
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_
Copyright © 1997, 2003, Oracle.
All rights reserved.