Oracle Data-aware Controls Reference
A B C D E F G H I J L M N O P Q R S T U V W X Y _

N

NAME - Static variable in interface oracle.dacf.dataset.DataItemProperties
The DataItem property for the name of the DataItem.
NAME - Static variable in class oracle.dacf.style.StylesLoader
 
NAME - Static variable in class oracle.dacf.util.errorloggers.DacfErrorPopupLogger
String returned by the getName() method.
NAME - Static variable in class oracle.dacf.util.errorloggers.OutputStreamLogger
String returned by the getName() method.
NAME - Static variable in class oracle.dacf.util.errorloggers.StdErrorLogger
String returned by the getName() method.
NAME - Static variable in class oracle.dacf.util.errorloggers.StyleStdErrorLogger
String returned by the getName() method.
NAVIGATE_IN - Static variable in class oracle.dacf.control.NavigatedEvent
 
NAVIGATE_OUT - Static variable in class oracle.dacf.control.NavigatedEvent
 
NOT_EQUAL - Static variable in class oracle.dacf.dataset.RowFilterCriteria
 
NUMERIC_VALUE - Static variable in class oracle.dacf.formatter.DefaultFormatManager
format numeric values
NameAlreadyRegisteredException - exception oracle.dacf.util.errormanager.NameAlreadyRegisteredException.
The ErrorManager throws a NameAlreadyRegisteredException when an attempt is made to register an ErrorListener or ErrorLogger with a name that has already been used for registration.
NameAlreadyRegisteredException(String) - Constructor for class oracle.dacf.util.errormanager.NameAlreadyRegisteredException
 
NamedConnection - class oracle.dacf.dataset.connections.NamedConnection.
 
NamedConnection(String) - Constructor for class oracle.dacf.dataset.connections.NamedConnection
Constructor constructs the named connection
NavbarFindActionQueryBuilder - class oracle.dacf.control.swing.find.NavbarFindActionQueryBuilder.
Implements a query builder poicy for the NavigationBar.
NavbarFindActionQueryBuilder() - Constructor for class oracle.dacf.control.swing.find.NavbarFindActionQueryBuilder
 
NavigatedAdapter - class oracle.dacf.control.NavigatedAdapter.
This class provides an empty implementation of the NavigatedListener interface.Listeners that are not interested in receiving all the NavigatedEvents should subclass from NavigatedAdapter and override appropriate methods.
NavigatedAdapter() - Constructor for class oracle.dacf.control.NavigatedAdapter
 
NavigatedEvent - class oracle.dacf.control.NavigatedEvent.
NavigatedEvent is used by a Control to notify it's listener's about the type and level of navigation change that occurs when focus changes from control to another.
NavigatedEvent(Control, int, int) - Constructor for class oracle.dacf.control.NavigatedEvent
Constructs a NavigatedEvent object of the given type and level
NavigatedListener - interface oracle.dacf.control.NavigatedListener.
This defines the interface for receiving Navigated events fired by a Control.
NavigatingAdapter - class oracle.dacf.control.NavigatingAdapter.
This class provides an empty implementation of the NavigatingListener interface.Listeners that are not interested in receiving all the NavigatingEvents should subclass from NavigatingAdapter and override appropriate methods.
NavigatingAdapter() - Constructor for class oracle.dacf.control.NavigatingAdapter
 
NavigatingEvent - class oracle.dacf.control.NavigatingEvent.
 
NavigatingEvent(Control, Control) - Constructor for class oracle.dacf.control.NavigatingEvent
 
NavigatingEvent(Control, Control, int) - Constructor for class oracle.dacf.control.NavigatingEvent
 
NavigatingException - exception oracle.dacf.control.NavigatingException.
This exception is thrown to stop the NavigationEvent delivery cycle and to transfer the focus to some other control.
NavigatingException(Control) - Constructor for class oracle.dacf.control.NavigatingException
Constructs a NavigatingException.
NavigatingException(Control, String) - Constructor for class oracle.dacf.control.NavigatingException
Constructs a NavigatingException.
NavigatingListener - interface oracle.dacf.control.NavigatingListener.
Interface for receiving NavigatingEvent fired by a Control.
NavigationBar - class oracle.dacf.control.swing.NavigationBar.
Data aware toolbar.
NavigationBar() - Constructor for class oracle.dacf.control.swing.NavigationBar
Creates a default instance
NavigationBarBeanInfo - class oracle.dacf.control.swing.NavigationBarBeanInfo.
bean info class for the check box control
NavigationBarBeanInfo() - Constructor for class oracle.dacf.control.swing.NavigationBarBeanInfo
Constructor
NavigationBarButtonClickEvent - class oracle.dacf.control.swing.NavigationBarButtonClickEvent.
Defines the event delivered to the listeners of NavigationBarButtonClickListeners, when a button on the NavBar is clicked
NavigationBarButtonClickEvent(Object, int, ActionEvent) - Constructor for class oracle.dacf.control.swing.NavigationBarButtonClickEvent
 
NavigationBarButtonClickListener - interface oracle.dacf.control.swing.NavigationBarButtonClickListener.
Defines the interface for receiving button click events from the NavigationBar
NavigationBarButtonClickVetoException - exception oracle.dacf.control.swing.NavigationBarButtonClickVetoException.
The NavigationBarButtonClickedException is thrown by NavigationBarButtonClickedListeners when they wish to veto the operation performed by the button click.
NavigationBarButtonClickVetoException(String) - Constructor for class oracle.dacf.control.swing.NavigationBarButtonClickVetoException
 
NavigationManager - class oracle.dacf.control.NavigationManager.
This class arbitrates the focus changes between Data aware controls Control.
NavigationManager() - Constructor for class oracle.dacf.control.NavigationManager
NavigationManager is implemented as a singleton and cannot be instantiated directly.
navigated(int, int) - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
navigated(int, int) - Method in class oracle.dacf.dataset.QueryCriteriaValue
 
navigated(int, int) - Method in class oracle.dacf.dataset.ResultSetInfo
 
navigated(NavigationEvent) - Method in class oracle.dacf.dataset.RowSetPropertyAccess
Notification from the RowSet that the current row has changed.
navigated(NavigationEvent) - Method in class oracle.dacf.dataset.StatusImmediateAccessImpl
Notification from the RowSet that the current row has changed.
navigatedInColumn(NavigatedEvent) - Method in class oracle.dacf.control.NavigatedAdapter
This method is called when Control receiving the focus is bound to a different column than the Control loosing the focus.
navigatedInColumn(NavigatedEvent) - Method in interface oracle.dacf.control.NavigatedListener
This method is called when Control receiving the focus is bound to a different column than the Control loosing the focus.
navigatedInQueryView(NavigatedEvent) - Method in class oracle.dacf.control.NavigatedAdapter
This method is called when Control receiving the focus is bound to a different queryview than the Control loosing the focus.
navigatedInQueryView(NavigatedEvent) - Method in interface oracle.dacf.control.NavigatedListener
This method is called when Control receiving the focus is bound to a different queryview than the Control loosing the focus.
navigatedInRow(NavigatedEvent) - Method in class oracle.dacf.control.NavigatedAdapter
This method is called when Control receiving the focus is bound to a different row than the Control loosing the focus.
navigatedInRow(NavigatedEvent) - Method in interface oracle.dacf.control.NavigatedListener
This method is called when Control receiving the focus is bound to a different row than the Control loosing the focus.
navigatedInSession(NavigatedEvent) - Method in class oracle.dacf.control.NavigatedAdapter
This method is called when Control receiving the focus is bound to a different workunit than the Control loosing the focus.
navigatedInSession(NavigatedEvent) - Method in interface oracle.dacf.control.NavigatedListener
This method is called when Control receiving the focus is bound to a different workunit than the Control loosing the focus.
navigatedOutColumn(NavigatedEvent) - Method in class oracle.dacf.control.NavigatedAdapter
This method is called when Control loosing the focus is bound to a different column than the Control gaining the focus.
navigatedOutColumn(NavigatedEvent) - Method in interface oracle.dacf.control.NavigatedListener
This method is called when Control loosing the focus is bound to a different column than the Control gaining the focus.
navigatedOutQueryView(NavigatedEvent) - Method in class oracle.dacf.control.NavigatedAdapter
This method is called when Control loosing the focus is bound to a different queryview than the Control gaining the focus.
navigatedOutQueryView(NavigatedEvent) - Method in interface oracle.dacf.control.NavigatedListener
This method is called when Control loosing the focus is bound to a different queryview than the Control gaining the focus.
navigatedOutRow(NavigatedEvent) - Method in class oracle.dacf.control.NavigatedAdapter
This method is called when Control loosing the focus is bound to a different column than the Control gaining the focus.
navigatedOutRow(NavigatedEvent) - Method in interface oracle.dacf.control.NavigatedListener
This method is called when Control loosing the focus is bound to a different column than the Control gaining the focus.
navigatedOutSession(NavigatedEvent) - Method in class oracle.dacf.control.NavigatedAdapter
This method is called when Control loosing the focus is bound to a different workunit than the Control gaining the focus.
navigatedOutSession(NavigatedEvent) - Method in interface oracle.dacf.control.NavigatedListener
This method is called when Control loosing the focus is bound to a different workunit than the Control gaining the focus.
navigatingOut(NavigatingEvent) - Method in class oracle.dacf.control.NavigatingAdapter
 
navigatingOut(NavigatingEvent) - Method in interface oracle.dacf.control.NavigatingListener
 
navigationBarButtonClicked(NavigationBarButtonClickEvent) - Method in interface oracle.dacf.control.swing.NavigationBarButtonClickListener
 
navigationBarButtonClicked(NavigationBarButtonClickEvent) - Method in class oracle.dacf.util.MultiSelectDelete
 
newCursor() - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
newRow() - Method in interface oracle.dacf.control.swing.find.ViewCriteriaModel
create a new ViewCriteriaRow
newRow() - Method in class oracle.dacf.control.swing.find.ViewCriteriaModelImpl
create a new ViewCriteriaRow
newRow() - Method in class oracle.dacf.dataset.MappingRowsetAccessImpl
 
newRow() - Method in class oracle.dacf.dataset.QueryCriteriaRowset
Adds a new row to the QueryCriteriaRowset.
newViewCriteriaRow() - Method in class oracle.dacf.control.swing.FindPanel
create a new view criteria row.
next() - Method in interface oracle.dacf.control.swing.find.ViewCriteriaModel
move to the next ViewCriteriaRow
next() - Method in class oracle.dacf.control.swing.find.ViewCriteriaModelImpl
move to the next ViewCriteriaRow
next() - Method in class oracle.dacf.dataset.MappingRowsetAccessImpl
 
next() - Method in class oracle.dacf.dataset.QueryCriteriaRowset
 
next() - Method in class oracle.dacf.util.ItemNameTokenizer
 

Oracle Data-aware Controls Reference
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.