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

N

NAMESPACE - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Official namespace of the XML serialization.
NAME_ATTR - Static variable in interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants
Name attribute name.
NEUCompactInspectComponent - class com.webobjects.directtoweb.NEUCompactInspectComponent.
 
NEUCompactInspectComponent(WOContext) - Constructor for class com.webobjects.directtoweb.NEUCompactInspectComponent
 
NEUConfirmPage - class com.webobjects.directtoweb.NEUConfirmPage.
 
NEUConfirmPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUConfirmPage
 
NEUEditRelationshipPage - class com.webobjects.directtoweb.NEUEditRelationshipPage.
 
NEUEditRelationshipPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUEditRelationshipPage
 
NEUErrorPage - class com.webobjects.directtoweb.NEUErrorPage.
 
NEUErrorPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUErrorPage
 
NEUHeader - class com.webobjects.directtoweb.NEUHeader.
 
NEUHeader(WOContext) - Constructor for class com.webobjects.directtoweb.NEUHeader
 
NEUInspectPage - class com.webobjects.directtoweb.NEUInspectPage.
 
NEUInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUInspectPage
 
NEUListPage - class com.webobjects.directtoweb.NEUListPage.
 
NEUListPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUListPage
 
NEUMasterDetailPage - class com.webobjects.directtoweb.NEUMasterDetailPage.
 
NEUMasterDetailPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUMasterDetailPage
 
NEUPlainListPage - class com.webobjects.directtoweb.NEUPlainListPage.
 
NEUPlainListPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUPlainListPage
 
NEUQueryAllPage - class com.webobjects.directtoweb.NEUQueryAllPage.
 
NEUQueryAllPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUQueryAllPage
 
NEUQueryPage - class com.webobjects.directtoweb.NEUQueryPage.
 
NEUQueryPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUQueryPage
 
NEUTabInspectPage - class com.webobjects.directtoweb.NEUTabInspectPage.
 
NEUTabInspectPage(WOContext) - Constructor for class com.webobjects.directtoweb.NEUTabInspectPage
 
NEW - Static variable in class com.webobjects.directtoweb.D2WEditRelationshipPage
This constant is intentionally undocumented.
NSArray - class com.webobjects.foundation.NSArray.
NSArray and its subclass NSMutableArray manage ordered collections of objects.
NSArray() - Constructor for class com.webobjects.foundation.NSArray
Creates an empty, immutable array.
NSArray(Object) - Constructor for class com.webobjects.foundation.NSArray
Creates an array containing the single element object.
NSArray(Object[]) - Constructor for class com.webobjects.foundation.NSArray
Creates an array containing the elements from objects.
NSArray(Object[], NSRange) - Constructor for class com.webobjects.foundation.NSArray
Creates an array containing the objects from objects in the range specified by range.
NSArray(NSArray) - Constructor for class com.webobjects.foundation.NSArray
One should use immutableClone instead.
NSArray(Vector, NSRange, boolean) - Constructor for class com.webobjects.foundation.NSArray
Creates an array containing the objects from vector in the range specified by range.
NSArray.Operator - interface com.webobjects.foundation.NSArray.Operator.
Objects implementing NSArray.Operator are used to perform operations on an array's elements.
NSBundle - class com.webobjects.foundation.NSBundle.
An NSBundle represents a location in the file system that groups code and resources that can be used in a program.
NSBundle() - Constructor for class com.webobjects.foundation.NSBundle
 
NSCoder - class com.webobjects.foundation.NSCoder.
NSCoder is an abstract class that declares the API used by concrete subclasses to transfer objects and other data items between memory and some other format.
NSCoder() - Constructor for class com.webobjects.foundation.NSCoder
 
NSCoding - interface com.webobjects.foundation.NSCoding.
The NSCoding interface declares the methods that a class must implement so that instances of that class can be encoded and decoded.
NSCoding.Support - class com.webobjects.foundation.NSCoding.Support.
NSCoding.Support is an abstract class that defines a mechanism for one class to provide NSCoding behavior on behalf of another class.
NSCoding.Support() - Constructor for class com.webobjects.foundation.NSCoding.Support
 
NSComparator - class com.webobjects.foundation.NSComparator.
NSComparator is an abstract class that defines an API for comparing two objects for the purpose of sorting them.
NSComparator() - Constructor for class com.webobjects.foundation.NSComparator
 
NSComparator.ComparisonException - exception com.webobjects.foundation.NSComparator.ComparisonException.
Instances of the NSComparator.ComparisonException class are created and thrown when an error condition is encountered during the comparison of two objects.
NSComparator.ComparisonException(String) - Constructor for class com.webobjects.foundation.NSComparator.ComparisonException
Creates and returns a new Exception with message as the message.
NSData - class com.webobjects.foundation.NSData.
NSData and its subclass NSMutableData provide data objects, object-oriented wrappers for byte buffers.
NSData() - Constructor for class com.webobjects.foundation.NSData
Creates an empty data object.
NSData(byte[]) - Constructor for class com.webobjects.foundation.NSData
Creates a data object with all the data in the byte array bytes.
NSData(byte[], NSRange) - Constructor for class com.webobjects.foundation.NSData
Creates a data object with the bytes from the byte array bytes that fall in the range specified by range.
NSData(byte[], int, int) - Constructor for class com.webobjects.foundation.NSData
Creates a data object with the bytes from the byte array bytes that fall in the range specified by offset and count.
NSData(byte[], NSRange, boolean) - Constructor for class com.webobjects.foundation.NSData
Creates a data object with the bytes from the byte array bytes that fall in the range specified by range.
NSData(NSData) - Constructor for class com.webobjects.foundation.NSData
Creates a data object containing the contents of another data object, otherData.
NSData(InputStream, int) - Constructor for class com.webobjects.foundation.NSData
Creates a data object with the data from the stream specified by inputStream.
NSData(File) - Constructor for class com.webobjects.foundation.NSData
Deprecated.  
NSData(URL) - Constructor for class com.webobjects.foundation.NSData
Creates a new NSData from the contents of url.
NSData(String) - Constructor for class com.webobjects.foundation.NSData
Deprecated.  
NSData(String, String) - Constructor for class com.webobjects.foundation.NSData
This constructor creates a new NSData object from a String
NSDecimalNotANumber - Static variable in class com.webobjects.foundation.NSNumberFormatter
The constant BigDecimal object as a place holder for all numbers incapable of being represented as real numbers (NaN).
NSDelayedCallbackCenter - class com.webobjects.foundation.NSDelayedCallbackCenter.
An NSDelayedCallbackCenter object (also called a delayed callback center) provides a way to guarantee that particular methods are invoked after an event has ended.
NSDelayedCallbackCenter() - Constructor for class com.webobjects.foundation.NSDelayedCallbackCenter
 
NSDictionary - class com.webobjects.foundation.NSDictionary.
The NSDictionary class declares an API for objects that manage immutable associations of keys and values.
NSDictionary() - Constructor for class com.webobjects.foundation.NSDictionary
Creates an empty dictionary.
NSDictionary(Object, Object) - Constructor for class com.webobjects.foundation.NSDictionary
Creates a dictionary containing a single object object for a single key key.
NSDictionary(Object[], Object[]) - Constructor for class com.webobjects.foundation.NSDictionary
Creates an NSDictionary with entries from the contents of the keys and objects arrays.
NSDictionary(NSArray, NSArray) - Constructor for class com.webobjects.foundation.NSDictionary
Creates an NSDictionary with entries from the contents of the keys and objects NSArrays.
NSDictionary(NSDictionary) - Constructor for class com.webobjects.foundation.NSDictionary
Creates a dictionary containing the keys and values found in otherDictionary.
NSDictionary(Dictionary, boolean) - Constructor for class com.webobjects.foundation.NSDictionary
Creates a dictionary containing the keys and values found in dictionary.
NSDisposable - interface com.webobjects.foundation.NSDisposable.
The NSDisposable interface declares one method, dispose, in which an object prepares for destruction.
NSDisposableRegistry - class com.webobjects.foundation.NSDisposableRegistry.
A NSDisposableRegistry object is a registry of NSDisposable objects that should be disposed when the registry is disposed.
NSDisposableRegistry() - Constructor for class com.webobjects.foundation.NSDisposableRegistry
Creates an empty disposable registry.
NSForwardException - exception com.webobjects.foundation.NSForwardException.
NSForwardException objects (or forwarded exceptions) are wrappers for Throwable objects which are not RuntimeExceptions.
NSForwardException(Throwable, String) - Constructor for class com.webobjects.foundation.NSForwardException
Creates an NSForwardException from wrapped.
NSForwardException(Throwable) - Constructor for class com.webobjects.foundation.NSForwardException
Creates an NSForwardException from wrapped.
NSKVCNULL_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSKeyValueCoding - interface com.webobjects.foundation.NSKeyValueCoding.
The NSKeyValueCoding interface defines a data transport mechanism in which the properties of an object are accessed indirectly by name (or key), rather than directly through invocation of an accessor method or as instance variables.
NSKeyValueCoding.DefaultImplementation - class com.webobjects.foundation.NSKeyValueCoding.DefaultImplementation.
The NSKeyValueCoding.DefaultImplementation class provides the WebObjects default implementations of the NSKeyValueCoding and NSKeyValueCoding.ErrorHandling interfaces.
NSKeyValueCoding.ErrorHandling - interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling.
The NSKeyValueCoding.ErrorHandling interface declares an API for handling errors that occur during key-value coding.
NSKeyValueCoding.Null - class com.webobjects.foundation.NSKeyValueCoding.Null.
NSKeyValueCoding.Null is a final class that defines a unique object used to represent null values in collection objects, such as NSArrays, which do not allow null values.
NSKeyValueCoding.UnknownKeyException - exception com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException.
Instances of the NSKeyValueCoding.UnknownKeyException class are created and thrown when an unknown key is encountered during key-value coding.
NSKeyValueCoding.UnknownKeyException(String, Object, String) - Constructor for class com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException
Creates and returns a new UnknownKeyException with message as the message and a user info dictionary specifying object for the TargetObjectUserInfoKey and key for the UnknownUserInfoKey.
NSKeyValueCoding.UnknownKeyException(String, NSDictionary) - Constructor for class com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException
Deprecated. Use NSKeyValueCoding.UnknownKeyException.NSKeyValueCoding.UnknownKeyException(java.lang.String, java.lang.Object, java.lang.String) instead.
NSKeyValueCoding.Utility - class com.webobjects.foundation.NSKeyValueCoding.Utility.
The NSKeyValueCoding.Utility class is a convenience that allows you to access the properties of NSKeyValueCoding objects and non-NSKeyValueCoding objects using the same code.
NSKeyValueCoding.ValueAccessor - class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor.
NSKeyValueCoding.ValueAccessor is an abstract class that establishes a mechanism by which NSKeyValueCoding can operate on object's package access instance variables.
NSKeyValueCoding.ValueAccessor() - Constructor for class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
empty constructor is required for subclasses implementing the ValueAccessor interface
NSKeyValueCodingAdditions - interface com.webobjects.foundation.NSKeyValueCodingAdditions.
The NSKeyValueCodingAdditions interface defines an extension to the basic NSKeyValueCoding interface.
NSKeyValueCodingAdditions.DefaultImplementation - class com.webobjects.foundation.NSKeyValueCodingAdditions.DefaultImplementation.
The NSKeyValueCodingAdditions.DefaultImplementation class provides default implementations of the NSKeyValueCodingAdditions interface.
NSKeyValueCodingAdditions.Utility - class com.webobjects.foundation.NSKeyValueCodingAdditions.Utility.
The NSKeyValueCodingAdditions.Utility class is a convenience that allows one to access the properties of NSKeyValueCodingAdditions objects and non-NSKeyValueCodingAdditions objects using the same code.
NSLock - class com.webobjects.foundation.NSLock.
An NSLock object is used to coordinate the operation of multiple threads of execution within the same application.
NSLock() - Constructor for class com.webobjects.foundation.NSLock
Creates an NSLock object.
NSLocking - interface com.webobjects.foundation.NSLocking.
The NSLocking interface declares the elementary methods adopted by classes that define lock objects.
NSLog - class com.webobjects.foundation.NSLog.
NSLog is a static class that is used to access the WebObjects Foundation logging system.
NSLog() - Constructor for class com.webobjects.foundation.NSLog
 
NSLog.Log4JLogger - class com.webobjects.foundation.NSLog.Log4JLogger.
NSLog.Log4JLogger is a concrete subclass of NSLog.Logger.
NSLog.Log4JLogger() - Constructor for class com.webobjects.foundation.NSLog.Log4JLogger
 
NSLog.Log4JLogger(Logger, int) - Constructor for class com.webobjects.foundation.NSLog.Log4JLogger
Creates a new NSLog.Log4JLogger which directs output to aLogger.
NSLog.Logger - class com.webobjects.foundation.NSLog.Logger.
NSLog.Logger is an abstract class that specifies the core functionality for NSLog.
NSLog.Logger() - Constructor for class com.webobjects.foundation.NSLog.Logger
The default constructor for Logger does nothing.
NSLog.PrintStreamLogger - class com.webobjects.foundation.NSLog.PrintStreamLogger.
NSLog.PrintStreamLogger is a concrete subclass of NSLog.Logger.
NSLog.PrintStreamLogger() - Constructor for class com.webobjects.foundation.NSLog.PrintStreamLogger
Creates a new NSLog.PrintStreamLogger which directs output to System.out.
NSLog.PrintStreamLogger(PrintStream) - Constructor for class com.webobjects.foundation.NSLog.PrintStreamLogger
Creates a new NSLog.PrintStreamLogger which directs output to ps.
NSMultiReaderLock - class com.webobjects.foundation.NSMultiReaderLock.
The NSMultiReaderLock class provides reader and writer locks.
NSMultiReaderLock() - Constructor for class com.webobjects.foundation.NSMultiReaderLock
Creates an NSMultiReaderLock object.
NSMutableArray - class com.webobjects.foundation.NSMutableArray.
The NSMutableArray class provides facilities for managing a mutable collection of objects.
NSMutableArray() - Constructor for class com.webobjects.foundation.NSMutableArray
Creates an empty mutable array.
NSMutableArray(int) - Constructor for class com.webobjects.foundation.NSMutableArray
Creates an empty mutable array with enough allocated memory to hold the number of objects specified by capacity, a number greater than or equal to 0.
NSMutableArray(Object) - Constructor for class com.webobjects.foundation.NSMutableArray
Creates a mutable array containing the single element object.
NSMutableArray(Object[]) - Constructor for class com.webobjects.foundation.NSMutableArray
Creates a mutable array containing objects.
NSMutableArray(Object[], NSRange) - Constructor for class com.webobjects.foundation.NSMutableArray
Creates a mutable array containing the objects from objects in the range specified by range.
NSMutableArray(NSArray) - Constructor for class com.webobjects.foundation.NSMutableArray
One should use the mutableClone method instead.
NSMutableArray(Vector, NSRange, boolean) - Constructor for class com.webobjects.foundation.NSMutableArray
Creates a mutable array containing the objects from vector in the range specified by range.
NSMutableData - class com.webobjects.foundation.NSMutableData.
The NSMutableData class declares the programmatic interface to an object that contains modifiable data in the form of bytes.
NSMutableData() - Constructor for class com.webobjects.foundation.NSMutableData
Creates an empty NSMutableData object.
NSMutableData(int) - Constructor for class com.webobjects.foundation.NSMutableData
Creates an NSMutableData object prepared to store at least capacity bytes.
NSMutableData(byte[]) - Constructor for class com.webobjects.foundation.NSMutableData
Creates an NSMutableData object with all the data in the byte array bytes.
NSMutableData(byte[], NSRange) - Constructor for class com.webobjects.foundation.NSMutableData
Creates an NSMutableData object with the bytes from the byte array bytes that fall in the range specified by range.
NSMutableData(byte[], NSRange, boolean) - Constructor for class com.webobjects.foundation.NSMutableData
Creates an NSMutableData object with the bytes from the byte array bytes that fall in the range specified by range.
NSMutableData(NSData) - Constructor for class com.webobjects.foundation.NSMutableData
Creates an NSMutableData object containing the contents of another data object otherData.
NSMutableData(InputStream, int) - Constructor for class com.webobjects.foundation.NSMutableData
Creates a data object with the data from the stream specified by inputStream.
NSMutableData(File) - Constructor for class com.webobjects.foundation.NSMutableData
Deprecated.  
NSMutableData(URL) - Constructor for class com.webobjects.foundation.NSMutableData
Deprecated.  
NSMutableData(String) - Constructor for class com.webobjects.foundation.NSMutableData
Deprecated.  
NSMutableData(String, String) - Constructor for class com.webobjects.foundation.NSMutableData
This constructor creates a new NSMutableData object from a String
NSMutableDictionary - class com.webobjects.foundation.NSMutableDictionary.
The NSMutableDictionary class adds methods to insert, modify, and remove elements to the API of its parent class NSDictionary.
NSMutableDictionary() - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates an empty NSMutableDictionary.
NSMutableDictionary(int) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates an empty NSMutableDictionary prepared to hold at least capacity entries.
NSMutableDictionary(Object, Object) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates an NSMutableDictionary containing a single object object for a single key key.
NSMutableDictionary(Object[], Object[]) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates an NSMutableDictionary with entries from the contents of the keys and objects arrays.
NSMutableDictionary(NSArray, NSArray) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates an NSMutableDictionary with entries from the contents of the keys and objects NSArrays.
NSMutableDictionary(NSDictionary) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates a new NSMutableDictionary containing the keys and values found in otherDictionary.
NSMutableDictionary(Dictionary, boolean) - Constructor for class com.webobjects.foundation.NSMutableDictionary
Creates an NSMutableDictionary containing the keys and values found in dictionary.
NSMutableRange - class com.webobjects.foundation.NSMutableRange.
An NSMutableRange is an object representing a range that can be changed.
NSMutableRange() - Constructor for class com.webobjects.foundation.NSMutableRange
Creates and returns an empty NSMutableRange.
NSMutableRange(int, int) - Constructor for class com.webobjects.foundation.NSMutableRange
Creates a new NSMutableRange with the range elements of location and length.
NSMutableRange(NSRange) - Constructor for class com.webobjects.foundation.NSMutableRange
Creates a new NSMutableRange with the location and length values of range.
NSMutableSet - class com.webobjects.foundation.NSMutableSet.
NSMutableSet provides support for the mathematical concept of a set which, unlike its parent NSSet, may have members added or removed after its creation.
NSMutableSet() - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an empty NSMutableSet.
NSMutableSet(int) - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an empty NSMutableSet prepared to hold at least capacity members.
NSMutableSet(Object) - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an NSMutableSet containing a single object object.
NSMutableSet(Object[]) - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an NSMutableSet containing the all the elements in objects.
NSMutableSet(NSArray) - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an NSMutableSet containing the all the elements in objects.
NSMutableSet(NSSet) - Constructor for class com.webobjects.foundation.NSMutableSet
Creates an NSMutableSet containing all the members in otherSet.
NSNotification - class com.webobjects.foundation.NSNotification.
NSNotification objects encapsulate information so that it can be broadcast to other objects by an NSNotificationCenter object.
NSNotification(String, Object, NSDictionary) - Constructor for class com.webobjects.foundation.NSNotification
Initializes and returns a notification with name name, object object, and arbitrary user information userInfo.
NSNotification(String, Object) - Constructor for class com.webobjects.foundation.NSNotification
Initializes and returns a notification with name name, object object, and an empty userInfo.
NSNotificationCenter - class com.webobjects.foundation.NSNotificationCenter.
An NSNotificationCenter object (or simply, notification center) is essentially a notification dispatch table.
NSNotificationCenter() - Constructor for class com.webobjects.foundation.NSNotificationCenter
Standard no-arg constructor.
NSNumberFormatter - class com.webobjects.foundation.NSNumberFormatter.
NSNumberFormatter converts between java.lang.Number and textual representations of numeric values.
NSNumberFormatter() - Constructor for class com.webobjects.foundation.NSNumberFormatter
Creates an NSNumberFormatter and sets its pattern to the default pattern.
NSNumberFormatter(String) - Constructor for class com.webobjects.foundation.NSNumberFormatter
Creates an NSFormatter and sets its pattern to pattern.
NSPathUtilities - class com.webobjects.foundation.NSPathUtilities.
This class provides static methods that are useful when working with paths.
NSPathUtilities() - Constructor for class com.webobjects.foundation.NSPathUtilities
 
NSProperties - class com.webobjects.foundation.NSProperties.
This class extends Java's properties mechanism to merge application properties with the standard system properties available using the java.lang.System.getProperties method.
NSProperties() - Constructor for class com.webobjects.foundation.NSProperties
 
NSPropertyListSerialization - class com.webobjects.foundation.NSPropertyListSerialization.
This class provides static methods that convert between property lists and their string representations, which can be either strings or NSData objects.
NSPropertyListSerialization() - Constructor for class com.webobjects.foundation.NSPropertyListSerialization
 
NSRANGE_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSRange - class com.webobjects.foundation.NSRange.
An NSRange represents a range, a measurement of a segment of something linear, such as a byte stream.
NSRange() - Constructor for class com.webobjects.foundation.NSRange
Creates an NSRange with zero location and length.
NSRange(int, int) - Constructor for class com.webobjects.foundation.NSRange
Creates a NSRange with the range elements of location and length.
NSRange(NSRange) - Constructor for class com.webobjects.foundation.NSRange
Creates an NSRange with the location and length values of range.
NSRecursiveLock - class com.webobjects.foundation.NSRecursiveLock.
NSRecursiveLock defines a lock that may be acquired multiple times by the same thread without causing a deadlock (a situation where a thread is permanently blocked waiting for itself to relinquish a lock).
NSRecursiveLock() - Constructor for class com.webobjects.foundation.NSRecursiveLock
Creates an NSRecursiveLock.
NSSelector - class com.webobjects.foundation.NSSelector.
An NSSelector object specifies a method signature (a method's name and parameter list).
NSSelector(String) - Constructor for class com.webobjects.foundation.NSSelector
Creates a selector for a method that takes no parameters.
NSSelector(String, Class[]) - Constructor for class com.webobjects.foundation.NSSelector
Creates a new selector for a method that takes arguments.
NSSet - class com.webobjects.foundation.NSSet.
NSSet declares an API for an object that manages a collection of objects similar to a mathematical set.
NSSet() - Constructor for class com.webobjects.foundation.NSSet
Creates an empty NSSet.
NSSet(Object) - Constructor for class com.webobjects.foundation.NSSet
Creates an NSSet containing the single object.
NSSet(Object[]) - Constructor for class com.webobjects.foundation.NSSet
Creates an NSSet containing all the elements in objects Note: NSSet assumes that the member objects are immutable.
NSSet(NSArray) - Constructor for class com.webobjects.foundation.NSSet
Creates an NSSet containing all the elements in objects Note: NSSet assumes that the member objects are immutable.
NSSet(NSSet) - Constructor for class com.webobjects.foundation.NSSet
Creates a new NSSet containing the same objects as another NSSet.
NSSocketUtilities - class com.webobjects.foundation.NSSocketUtilities.
This class provides an easy way to get a TCP socket (java.net.Socket) with a connection timeout.
NSSocketUtilities() - Constructor for class com.webobjects.foundation.NSSocketUtilities
 
NSTIMESTAMP_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSTIMEZONE_QNAME - Static variable in interface com.webobjects.webservices.support.xml.WOSoapConstants
 
NSTimeZone - class com.webobjects.foundation.NSTimeZone.
NSTimeZone defines the behavior of time zones for different geopolitical regions.
NSTimeZone() - Constructor for class com.webobjects.foundation.NSTimeZone
Required internally to implement the java.io.Serializable interface and should be considered private.
NSTimeZone(String, NSData) - Constructor for class com.webobjects.foundation.NSTimeZone
Used internally by NSTimeZone and should be considered private.
NSTimestamp - class com.webobjects.foundation.NSTimestamp.
NSTimestamp objects represent a particular instant in time.
NSTimestamp() - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp representing the current time, accurate to the millisecond.
NSTimestamp(long) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp representing the specified number of milliseconds since the reference date, January 1, 1970, 00:00:00 GMT.
NSTimestamp(long, int) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp representing the specified number of milliseconds and nanoseconds since the reference date, January 1, 1970, 00:00:00 GMT.
NSTimestamp(long, NSTimestamp) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp object representing the specified number of milliseconds after the time specified by date.
NSTimestamp(long, TimeZone) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp representing the specified number of milliseconds since the reference date in the specified time zone.
NSTimestamp(long, int, TimeZone) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp object representing the specified number of milliseconds and nanoseconds since the reference date in the specified time zone.
NSTimestamp(int, int, int, int, int, int, TimeZone) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp representing the specified year, month,day, hours, minutes, and seconds in the specified time zone.
NSTimestamp(Date) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp from a Date.
NSTimestamp(Timestamp) - Constructor for class com.webobjects.foundation.NSTimestamp
Creates an NSTimestamp from a java.sql.Timestamp.
NSTimestamp.IntRef - class com.webobjects.foundation.NSTimestamp.IntRef.
Deprecated. in the Java Foundation framework. NSTimestamp.IntRef objects act as a containers to hold the values returned by NSTimestamp's gregorianUnitsSinceTimestamp method and consist solely of an instance variable, value.
NSTimestamp.IntRef() - Constructor for class com.webobjects.foundation.NSTimestamp.IntRef
Deprecated.  
NSTimestampFormatter - class com.webobjects.foundation.NSTimestampFormatter.
Instances of NSTimestampFormatter format NSTimestamps into their textual representations and convert textual representations of dates and times into NSTimestamps.
NSTimestampFormatter() - Constructor for class com.webobjects.foundation.NSTimestampFormatter
Creates an NSTimestampFormatter with the default pattern.
NSTimestampFormatter(String) - Constructor for class com.webobjects.foundation.NSTimestampFormatter
Creates an NSTimestampFormatter with the pattern string aPattern.
NSTimestampFormatter(String, DateFormatSymbols) - Constructor for class com.webobjects.foundation.NSTimestampFormatter
Creates an NSTimestampFormatter with the specified pattern using the specified date format symbols.
NSUndoManager - class com.webobjects.foundation.NSUndoManager.
NSUndoManager is a general-purpose recorder of operations for undo and redo.
NSUndoManager() - Constructor for class com.webobjects.foundation.NSUndoManager
Creates an NSUndoManager object.
NSValidation - interface com.webobjects.foundation.NSValidation.
The NSValidation interface defines a validation mechanism in which the properties of an object are validated indirectly by name (or key), rather than directly through invocation of an specific validation method.
NSValidation.DefaultImplementation - class com.webobjects.foundation.NSValidation.DefaultImplementation.
The methods in the NSValidation.DefaultImplementation class are just like the methods defined by the NSValidation interface, except they are static methods and they take an additional argument, which is the object on which the default implementation should operate.
NSValidation.Utility - class com.webobjects.foundation.NSValidation.Utility.
This class is a convenience that allows you to access the properties of NSValidation objects and non-NSValidation objects using the same code.
NSValidation.ValidationException - exception com.webobjects.foundation.NSValidation.ValidationException.
Instances of the NSValidation.ValidationException class are created and thrown when an error condition is encountered during the validation of an object that implements NSValidation.
NSValidation.ValidationException(String) - Constructor for class com.webobjects.foundation.NSValidation.ValidationException
Creates and returns a new exception with message as the message.
NSValidation.ValidationException(String, Object, String) - Constructor for class com.webobjects.foundation.NSValidation.ValidationException
Creates and returns a new exception with message as the message and a userInfo dictionary specifying object for the ValidatedObjectUserInfoKey and key for the ValidatedKeyUserInfoKey.
NSValidation.ValidationException(String, NSDictionary) - Constructor for class com.webobjects.foundation.NSValidation.ValidationException
Deprecated. Use NSValidation.ValidationException.NSValidation.ValidationException(String, Object, String)
NSXMLInputStream - class com.webobjects.foundation.xml.NSXMLInputStream.
An NSXMLInputStream deserializes primitive data and objects previously written as XML data using an NSXMLOutputStream.
NSXMLInputStream(InputStream) - Constructor for class com.webobjects.foundation.xml.NSXMLInputStream
Creates an ObjectInputStream that reads from the specified InputStream.
NSXMLObjectOutput - interface com.webobjects.foundation.xml.NSXMLObjectOutput.
This interface provides for converting data from any of the Java primitive types to a series of XML elements.
NSXMLObjectStreamConstants - interface com.webobjects.foundation.xml.NSXMLObjectStreamConstants.
Constants used for XML serialization.
NSXMLOutputFormat - class com.webobjects.foundation.xml.NSXMLOutputFormat.
This simple class specifies an output format to control the XML output and is based on the XSLT specification for output format.
NSXMLOutputFormat() - Constructor for class com.webobjects.foundation.xml.NSXMLOutputFormat
Creates an output format that has the following properties: indentation is on UTF-8 encoding XML 1.0 version not a standalone document XML declaration is written out
NSXMLOutputFormat(boolean) - Constructor for class com.webobjects.foundation.xml.NSXMLOutputFormat
Creates an output format that has the same properties as an default NSXMLOutputFormat except that for the identation property.
NSXMLOutputStream - class com.webobjects.foundation.xml.NSXMLOutputStream.
An NSXMLOutputStream writes primitive data types and graphs of Java objects to an OutputStream as XML data.
NSXMLOutputStream(OutputStream, File) - Constructor for class com.webobjects.foundation.xml.NSXMLOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
NSXMLOutputStream(OutputStream, InputSource) - Constructor for class com.webobjects.foundation.xml.NSXMLOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
NSXMLOutputStream(OutputStream, Transformer) - Constructor for class com.webobjects.foundation.xml.NSXMLOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
NSXMLOutputStream(OutputStream) - Constructor for class com.webobjects.foundation.xml.NSXMLOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
NULL_VALUE - Static variable in class com.webobjects.directtoweb.D2WContext
This constant is intentionally undocumented.
NameKey - Static variable in interface com.webobjects.eoaccess.EOSchemaSynchronization
Key for use in change dictionaries whose value is the name in the database for a property.
NavigationActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the actions to navigate around in the user interface
NavigationActionsCategoryPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Navigation actions category.
NeedsAllPermissionsKey - Static variable in class com.webobjects.eodistribution.WOJavaClientComponent
The name of the needsAllPermissions binding.
NestedEditingContextProviderMethodName - Static variable in class com.webobjects.eoapplication.EOEntityController
The constant describing a the nestedEditingContext editing context provider method name.
NeverEditable - Static variable in interface com.webobjects.eoapplication.EOEditable
The constant describing that a controller is never editable.
NeverReuseController - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
NewDisplayGroupProviderMethodName - Static variable in class com.webobjects.eoapplication.EOEntityController
The constant describing a the newDisplayGroup display group provider method name.
NewDisplayGroupUsingOptimisticRefreshProviderMethodName - Static variable in class com.webobjects.eoapplication.EOEntityController
The constant describing a the newDisplayGroupUsingOptimisticRefresh display group provider method name.
NewEditingContextProviderMethodName - Static variable in class com.webobjects.eoapplication.EOEntityController
The constant describing a the newEditingContext editing context provider method name.
NewMultipleWindowActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of actions that create multiple windows.
NewSingleWindowActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of actions that create single windows.
NewTitlesDisplayGroupProviderMethodName - Static variable in class com.webobjects.eogeneration.EOTitlesController
 
NextPageDelegate - interface com.webobjects.directtoweb.NextPageDelegate.
This interface defines the nextPage method that a Direct to Web template can invoke in its next page delegate.
NextPrimaryKeyProcedureOperation - Static variable in class com.webobjects.eoaccess.EOEntity
A stored procedure to generate a new primary key.
NoBorder - Static variable in class com.webobjects.eoapplication.EOBoxController
 
NoSelection - Static variable in class com.webobjects.eointerface.EOValueSelectionAssociation.ValueSelectionPlugin
Marker value to signify nothing has been selected.
NoWhitespaceAllowed - Static variable in class com.webobjects.eoapplication.EODialogs
 
NonNullQualifier - class com.webobjects.directtoweb.NonNullQualifier.
 
NonNullQualifier(String) - Constructor for class com.webobjects.directtoweb.NonNullQualifier
 
NonNullableColumnsKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
NoneKey - Static variable in class com.webobjects.jndiadaptor.JNDIAdaptor
A connection dictionary value representing no authentication method.
NoneMarker - Static variable in class com.webobjects.directtoweb.D2WModel
A constant that represents the lack of a selection.
NotFound - Static variable in class com.webobjects.foundation.NSArray
This constant is returned by several search methods, indicating that no matching object was found.
NullAspectSignature - Static variable in class com.webobjects.eointerface.EOAssociation
String signature of a Null aspect.
NullValue - Static variable in interface com.webobjects.foundation.NSKeyValueCoding
A constant used to represent null in places which do not handle raw null.
NullableKey - Static variable in class com.webobjects.jdbcadaptor.JDBCContext
 
name() - Method in class com.webobjects.appserver.WOApplication
Returns the name of the application, which is the name of the executable without any extensions.
name() - Method in class com.webobjects.appserver.WOComponent
Returns the name of the component, which includes a path of all directories under DOCUMENTROOT/WebObjects and is minus the ".wo" extension.
name() - Method in class com.webobjects.appserver.WOCookie
The name is similar to the key of a dictionary or hash table.
name() - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Returns the name of this form element.
name() - Method in class com.webobjects.eoaccess.EOAdaptor
Returns the adaptor's name.
name() - Method in class com.webobjects.eoaccess.EOAttribute
Returns the internal name of the attribute.
name() - Method in class com.webobjects.eoaccess.EOEntity
Returns the receiver's name.
name() - Method in class com.webobjects.eoaccess.EOModel
Returns the receiver's name.
name() - Method in class com.webobjects.eoaccess.EOProperty
An abstract method that should be implemented by subclasses to return the name of the property object.
name() - Method in class com.webobjects.eoaccess.EORelationship
Returns the relationship's name.
name() - Method in interface com.webobjects.eoaccess.EOSchemaSynchronization.ColumnTypes
Returns the receiver's name.
name() - Method in class com.webobjects.eoaccess.EOStoredProcedure
Returns the name of the stored procedure as it is defined in the EOModel.
name() - Method in class com.webobjects.eodistribution.client.EOAttribute
Returns the name of the attribute (within the model, not necessarily the same as on the database).
name() - Method in class com.webobjects.eodistribution.client.EORelationship
Returns the name of this relationship.
name() - Method in class com.webobjects.eogeneration.rules.EOStringDictionary
 
name() - Method in class com.webobjects.foundation.NSBundle
Gets the name of this NSBundle object.
name() - Method in class com.webobjects.foundation.NSNotification
Returns the name of the notification.
name() - Method in class com.webobjects.foundation.NSSelector
 
name() - Method in class com.webobjects.foundation.NSTimeZone
Deprecated. Use getID.
name() - Method in interface com.webobjects.jndiadaptor.JNDIType
Gets the name.
name() - Method in class com.webobjects.webservices.client.WOClientOperation
Returns the name of the operation.
name() - Method in class com.webobjects.webservices.client.WOClientParameter
Returns the name of the parameter.
name() - Method in class com.webobjects.webservices.client.WOWebService
Returns the local part of the QName of the service.
nameForExternalName(String, String, boolean) - Static method in class com.webobjects.eoaccess.EOEntity
Used by the Enterprise Objects Framework to convert a database schema name externalName to an internal object name that conforms to a standard convention, using the capitalization rule initialCaps and removing the character separatorString that separates name elements in the external name.
nameFromFrameworkBundle(NSBundle) - Static method in class com.webobjects.directtoweb.D2WModel
Gets the name of the specified framework bundle.
namedObjects() - Method in class com.webobjects.eoapplication.EOArchive
Returns a dictionary with all named objects loaded from the archive.
namingException() - Method in class com.webobjects.jndiadaptor.JNDIAdaptorException
Gets the naming exception.
needsAllPermissions() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
Returns whether the application needs all permissions (versus running in an applet-like sandbox).
needsAllPermissions() - Method in class com.webobjects.eodistribution.WOJavaClientJNLP
Returns whether the Java Client application needs all permissions (versus running in an applet-like sandbox).
needsErrorSpecification() - Method in class com.webobjects.eogeneration.rules.EOAvailableSpecifications
 
needsErrorSpecification() - Method in class com.webobjects.eogeneration.rules.EODefaultSpecifications
 
negate() - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
negate() - Method in class com.webobjects.woextensions.WOKeyValueConditional
 
negativeFormat() - Method in class com.webobjects.foundation.NSNumberFormatter
Deprecated. Use NSNumberFormatter.negativePattern().
negativePattern() - Method in class com.webobjects.foundation.NSNumberFormatter
 
nestedEditingContext() - Method in class com.webobjects.eoapplication.EOEntityController
Creates a new, nested editing context to the editing context from its closest supercontroller conforming to the EOObjectDisplay interface and returning an editing context.
nestingLevel() - Method in class com.webobjects.woextensions.WXOutlineEntry
 
nestingLevelForChildren() - Method in class com.webobjects.woextensions.WXOutlineEntry
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOActionController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOAssociationController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOCheckBoxController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOComboBoxController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOImageViewController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTableColumnController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTableController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTextAreaController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTextFieldController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTitlesController
 
newAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EOTreeController
 
newConnection(AssistantConnection) - Method in interface com.webobjects.directtoweb.ServerInterface
 
newDataSource() - Method in class com.webobjects.eoapplication.EOEntityController
Creates and returns a new data source to be used with a display group of the receiver.
newDisplayComponent() - Method in class com.webobjects.eoapplication.EOMenuSwitchController
newDisplayComponent() - Method in class com.webobjects.eoapplication.EOProgrammaticSwitchController
newDisplayComponent() - Method in class com.webobjects.eoapplication.EOSwitchController
newDisplayComponent() - Method in class com.webobjects.eoapplication.EOTabSwitchController
newDisplayGroup() - Method in class com.webobjects.eoapplication.EOEntityController
Creates a new display group using a data source provided by newDataSource.
newDisplayGroup() - Method in class com.webobjects.eogeneration.EOEditingController
 
newDisplayGroupUsingOptimisticRefresh() - Method in class com.webobjects.eoapplication.EOEntityController
Creates a new display group using a data source provided by newDataSource, configured to not use optimistic refresh.
newEditingContext() - Method in class com.webobjects.eoapplication.EOEntityController
Creates a new editing context with the default parent object store.
newEventOfClass(Class, String) - Static method in class com.webobjects.eocontrol.EOEventCenter
Creates an event of the desired class and type.
newLabelComponent(String, int, boolean, int, boolean) - Method in class com.webobjects.eogeneration.EOWidgetController
 
newMasterDataSource(EOEditingContext, String, EOFetchSpecification) - Method in class com.webobjects.eoapplication.EODataSourceFactory
newMasterDataSourceWithFetchSpecificationName(EOEditingContext, String, String) - Method in class com.webobjects.eoapplication.EODataSourceFactory
newMaximumAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
newMaximumAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EORangeValueController
 
newMinimumAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
newMinimumAssociation(JComponent, EODisplayGroup, String, EODisplayGroup) - Method in class com.webobjects.eogeneration.EORangeValueController
 
newObjectAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks New in the edit-relationship page.
newObjectAction() - Method in class com.webobjects.directtoweb.DefaultHeader
Is invoked when the user clicks Search in the menu bar.
newObjectInRelationship() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Returns the EOEnterpriseObject, defined in the EOControl Framework, that is created when the user clicks New.
newPageDelegate() - Method in class com.webobjects.directtoweb.D2WEmbeddedComponent
This method is intentionally undocumented.
newPageDelegate() - Method in class com.webobjects.directtoweb.D2WQuery
Returns the new page delegate.
newPageDelegate() - Method in class com.webobjects.directtoweb.D2WSelect
Returns the new page delegate.
newPrimaryKeySelectString(String, String) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
 
newPrimaryKeySelectString(String, String) - Method in class com.webobjects.jdbcadaptor.MicrosoftPlugIn
 
newPrimaryKeySelectString(String, String) - Method in class com.webobjects.jdbcadaptor.SybasePlugIn
 
newPrimaryKeys(int, EOEntity, JDBCChannel) - Method in class com.webobjects.jdbcadaptor.JDBCPlugIn
Generates a batch of new primary keys for entity.
newPrimaryKeys(int, EOEntity, JDBCChannel) - Method in class com.webobjects.jdbcadaptor.OraclePlugIn
 
newQueryDataSource() - Method in class com.webobjects.eogeneration.EOQueryController
 
newQueryDisplayGroup() - Method in class com.webobjects.eogeneration.EOQueryController
 
newQueryEditingContext() - Method in class com.webobjects.eogeneration.EOQueryController
 
newRow() - Method in class com.webobjects.eoaccess.EODatabaseOperation
Returns a dictionary representation of the receiver's enterprise object.
newSettings(ServerSideSettings) - Method in class com.webobjects.directtoweb.D2WModel
Updates the model with the specified settings.
newSignificantKey(String) - Method in class com.webobjects.directtoweb.D2W
Adds key to the list of keys that the rule engine uses to cache the results of rule firing.
newSignificantKey(String) - Static method in class com.webobjects.directtoweb.D2WFastModel
Adds the specified key to the significant keys.
newTitlesDataSource() - Method in class com.webobjects.eogeneration.EOActionController
 
newTitlesDataSource() - Method in class com.webobjects.eogeneration.EOTitlesController
 
newTitlesDisplayGroup() - Method in class com.webobjects.eogeneration.EOTitlesController
 
newValueForBytes(byte[], int) - Method in class com.webobjects.eoaccess.EOAttribute
Called by the adaptor during value creation while fetching from the database.
newValueForBytesString(byte[], int) - Method in class com.webobjects.eoaccess.EOAttribute
Deprecated.  
newValueForImmutableBytes(byte[]) - Method in class com.webobjects.eoaccess.EOAttribute
Called by the adaptor during value creation while fetching from the database.
newValueForString(String) - Method in class com.webobjects.eoaccess.EOAttribute
Called by the adaptor during value creation while fetching from the database.
newWidget() - Method in class com.webobjects.eogeneration.EOActionController
 
newWidget() - Method in class com.webobjects.eogeneration.EOCheckBoxController
 
newWidget() - Method in class com.webobjects.eogeneration.EOComboBoxController
 
newWidget() - Method in class com.webobjects.eogeneration.EODetailSelectionController
 
newWidget() - Method in class com.webobjects.eogeneration.EOImageViewController
 
newWidget() - Method in class com.webobjects.eogeneration.EOMultipleValuesEnumerationController
 
newWidget() - Method in class com.webobjects.eogeneration.EOOneValueEnumerationController
 
newWidget() - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
newWidget() - Method in class com.webobjects.eogeneration.EORangeTextFieldController
 
newWidget() - Method in class com.webobjects.eogeneration.EOStaticTextFieldController
 
newWidget() - Method in class com.webobjects.eogeneration.EOTableColumnController
 
newWidget() - Method in class com.webobjects.eogeneration.EOTableController
 
newWidget() - Method in class com.webobjects.eogeneration.EOTextAreaController
 
newWidget() - Method in class com.webobjects.eogeneration.EOTextFieldController
 
newWidget() - Method in class com.webobjects.eogeneration.EOTreeController
 
newWidget() - Method in class com.webobjects.eogeneration.EOWidgetController
 
newWidgetPluginForAssociation(EOWidgetAssociation, Object) - Static method in class com.webobjects.eointerface.EOWidgetPluginRegistry
Creates a new instance of the widget plugin class that is usable with association and widget.
newWindow(JComponent) - Method in class com.webobjects.eoapplication.EODialogController
newWindow(JComponent) - Method in class com.webobjects.eoapplication.EOFrameController
newWindow(JComponent) - Method in class com.webobjects.eoapplication.EOModalDialogController
newWindow() - Method in class com.webobjects.eoapplication.EOSimpleWindowController
newWindow(JComponent) - Method in class com.webobjects.eoapplication.EOSimpleWindowController
next() - Method in class com.webobjects.eoaccess.EOAccessGenericFaultHandler
Returns the next fault handler in the chain.
nextController() - Method in interface com.webobjects.eoapplication.EOController.Enumeration
Returns the next controller in the enumeration.
nextFormData() - Method in class com.webobjects.appserver.WOMultipartIterator
This is the primary method for the iterator.
nextPage() - Method in class com.webobjects.directtoweb.D2WInspectPage
Is invoked when the user clicks Return in an inspect page.
nextPage() - Method in class com.webobjects.directtoweb.D2WPage
Returns the next page of the receiver, a WOComponent, or null, if no next page has been specified.
nextPage(WOComponent) - Method in interface com.webobjects.directtoweb.NextPageDelegate
This action method is invoked when the user leaves a Direct to Web page.
nextPageDelegate() - Method in class com.webobjects.directtoweb.D2WPage
Returns the next page delegate of the receiver, an object, or null, if no next page delegate has been specified.
nextPageDelegate() - Method in interface com.webobjects.directtoweb.SelectPageInterface
Returns the receiver's next page delegate.
noDownloadClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientApplet
Deprecated. This method is used in combination with the downloadClientClasses binding.
noDownloadClientClasses() - Method in class com.webobjects.eodistribution.WOJavaClientComponent
This method is used in combination with the downloadClientClasses binding.
noValue() - Method in class com.webobjects.eogeneration.rules.EOAssignment
 
noValue() - Method in class com.webobjects.eogeneration.rules.EOController
 
nonSelectedBgColor() - Method in class com.webobjects.woextensions.WOTabPanel
 
notInProgressBackgroundColor() - Method in class com.webobjects.woextensions.WOCompletionBar
 
notInProgressColor() - Method in class com.webobjects.woextensions.WOCompletionBar
 
notifyObserversObjectWillChange(Object) - Static method in class com.webobjects.eocontrol.EOObserverCenter
Unless change notification is suppressed, sends an objectWillChange to all observers registered for eo with that object as the argument, and sends that message to all omniscient observers as well.
notifyObserversUpToPriority(int) - Method in class com.webobjects.eocontrol.EODelayedObserverQueue
Sends subjectChanged messages to all of the receiver's enqueued observers whose priority is lastPriority or earlier.
nullOutDerivedValues() - Method in class com.webobjects.directtoweb.D2WContext
This is an intentionally undocumented private use method.
number() - Method in class com.webobjects.appserver.WOApplication
Provided for backwards compatibility only.
numberOfColumns() - Method in class com.webobjects.eogeneration.rules.EOForm
 
numberOfColumns() - Method in class com.webobjects.eointerface.EOTableAssociation.TablePlugin
Asks the plugin of the table view for the number of columns in the table.
numberOfColumns() - Method in class com.webobjects.eointerface.cocoa.EOCocoaTableViewPlugin
Returns the number of columns displayed in the plugin's table view.
numberOfColumns() - Method in class com.webobjects.eointerface.swing.EOSwingTablePlugin
Returns the table's number of columns.
numberOfDisplayedObjects() - Method in class com.webobjects.eointerface.EOTableAssociation
Returns the number of diplayed objects (from the source display group).
numberOfEnumerationEntities() - Method in class com.webobjects.eogeneration.rules.EOController
 
numberOfMainEntities() - Method in class com.webobjects.eogeneration.rules.EOController
 
numberOfObjectsPerBatch() - Method in class com.webobjects.appserver.WODisplayGroup
You can set the batch size using setNumberOfObjectsPerBatch or using WebObjects Builder's Display Group Options panel.
numberOfObjectsPerBatch() - Method in class com.webobjects.directtoweb.D2WListPage
Gets the batch size of the display group.
numberOfObjectsPerBatch() - Method in class com.webobjects.woextensions.WOBatchNavigationBar
 
numberOfSwitchPropertyKeys() - Method in class com.webobjects.eogeneration.rules.EOForm
 
numberOfToManyFaultsToBatchFetch() - Method in class com.webobjects.eoaccess.EORelationship
Returns the number of to-many faults that are triggered at one time.
numberOne() - Method in class com.webobjects.eogeneration.rules.EOForm
 
numberToDisplay - Variable in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
numberToDisplay() - Method in class com.webobjects.woextensions.WOSimpleArrayDisplay
 
numberformat - Variable in class com.webobjects.woextensions.WOCompletionBar
 
numericFormValue(NSNumberFormatter) - Method in class com.webobjects.appserver.WOMultipartIterator.WOFormData
Method to return a Number for the form value.
numericFormValueForKey(String, NSNumberFormatter) - Method in class com.webobjects.appserver.WORequest
Method to return a Number for a form value from the request for a specific name (key).

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.