- NbBundle - Class in org.openide.util
-
Convenience class permitting easy loading of localized resources of various sorts.
- NbBundle() - Constructor for class org.openide.util.NbBundle
-
- NbBundle.ClassLoaderFinder - Interface in org.openide.util
-
- NbBundle.Messages - Annotation Type in org.openide.util
-
Creates a helper class with static definitions of bundle keys.
- NbCollections - Class in org.openide.util
-
Utilities for working with generics.
- NbMarshalledObject - Class in org.openide.util.io
-
Object that holds serialized reference to another object.
- NbMarshalledObject(Object) - Constructor for class org.openide.util.io.NbMarshalledObject
-
Creates a new NbMarshalledObject
that contains the
serialized representation of the provided object.
- NbObjectInputStream - Class in org.openide.util.io
-
Controlled deserialization stream using the system class loader.
- NbObjectInputStream(InputStream) - Constructor for class org.openide.util.io.NbObjectInputStream
-
Create a new object input.
- NbObjectOutputStream - Class in org.openide.util.io
-
Object output stream that could in the future be smart about saving certain objects.
- NbObjectOutputStream(OutputStream) - Constructor for class org.openide.util.io.NbObjectOutputStream
-
Create a new object output.
- NbPreferences - Class in org.openide.util
-
Provides an implementation of the Preferences API which may be backed by
a NetBeans-specific implementation.
- NbPreferences.Provider - Interface in org.openide.util
-
- notEmpty(CharSequence, CharSequence) - Static method in class org.openide.util.Parameters
-
Asserts the parameter value is neither null
nor an empty
character sequence.
- notifyFinished() - Method in class org.openide.util.Task
-
Notify all waiters that this task has finished.
- notifyRunning() - Method in class org.openide.util.Task
-
Changes the state of the task to be running.
- NotImplementedException - Exception in org.openide.util
-
Should be thrown when a feature is not implemented.
- NotImplementedException() - Constructor for exception org.openide.util.NotImplementedException
-
Creates new exception NotImplementedException
- NotImplementedException(String) - Constructor for exception org.openide.util.NotImplementedException
-
Creates new exception NotImplementedException with text specified
string s.
- notNull(CharSequence, Object) - Static method in class org.openide.util.Parameters
-
Asserts the parameter value is not null
.
- notWhitespace(CharSequence, CharSequence) - Static method in class org.openide.util.Parameters
-
Asserts the parameter value is not null
and it contains
at least one non-whitespace character.
- NullInputStream - Class in org.openide.util.io
-
Input stream that is always empty.
- NullInputStream() - Constructor for class org.openide.util.io.NullInputStream
-
Create an empty null input stream.
- NullOutputStream - Class in org.openide.util.io
-
null OutputStream utility
- NullOutputStream() - Constructor for class org.openide.util.io.NullOutputStream
-