- get(Object) - Method in class org.openide.util.EditableProperties
-
- get() - Method in class org.openide.util.io.NbMarshalledObject
-
Returns a new copy of the contained marshalledobject.
- getBranding() - Static method in class org.openide.util.NbBundle
-
Get the current branding token.
- getBundle(String) - Static method in class org.openide.util.NbBundle
-
Get a resource bundle with the default class loader and locale/branding.
- getBundle(Class<?>) - Static method in class org.openide.util.NbBundle
-
Get a resource bundle in the same package as the provided class,
with the default locale/branding and the class' own classloader.
- getBundle(String, Locale) - Static method in class org.openide.util.NbBundle
-
Get a resource bundle with the default class loader and branding.
- getBundle(String, Locale, ClassLoader) - Static method in class org.openide.util.NbBundle
-
Get a resource bundle the hard way.
- getCause() - Method in exception org.openide.util.io.OperationException
-
- getCause() - Method in exception org.openide.util.io.SafeException
-
- getCause() - Method in exception org.openide.util.MutexException
-
- getClassName(Class<?>) - Static method in class org.openide.util.BaseUtilities
-
Assemble a human-presentable class name for a specified class.
- getComment(String) - Method in class org.openide.util.EditableProperties
-
Returns comment associated with the property.
- getDefault() - Static method in class org.openide.util.RequestProcessor
-
Warning: The instance of RequestProcessor
returned
by this method has very bad performance side effects, don't use unless
you understand all implications!
- getDefault() - Static method in class org.openide.xml.EntityCatalog
-
Get a master entity catalog which can delegate to any others that have
been registered via lookup.
- getDelay() - Method in class org.openide.util.RequestProcessor.Task
-
Getter for amount of millis till this task
is started.
- getException() - Method in exception org.openide.util.io.OperationException
-
- getException() - Method in exception org.openide.util.io.SafeException
-
- getException() - Method in exception org.openide.util.MutexException
-
Get the encapsulated exception.
- getLeftBrace() - Method in class org.openide.util.MapFormat
-
Returns string used as left brace.
- getLocalizedFile(String, String) - Static method in class org.openide.util.NbBundle
-
- getLocalizedFile(String, String, Locale) - Static method in class org.openide.util.NbBundle
-
- getLocalizedFile(String, String, Locale, ClassLoader) - Static method in class org.openide.util.NbBundle
-
- getLocalizedMessage() - Method in exception org.openide.util.io.FoldingIOException
-
- getLocalizedValue(Map<String, T>, String, Locale) - Static method in class org.openide.util.NbBundle
-
Find a localized and/or branded value for a given key and locale.
- getLocalizedValue(Map<String, T>, String) - Static method in class org.openide.util.NbBundle
-
Find a localized and/or branded value for a given key in the default system locale.
- getLocalizedValue(Attributes, Attributes.Name, Locale) - Static method in class org.openide.util.NbBundle
-
Find a localized and/or branded value in a JAR manifest.
- getLocalizedValue(Attributes, Attributes.Name) - Static method in class org.openide.util.NbBundle
-
Find a localized and/or branded value in a JAR manifest in the default system locale.
- getLocalizingSuffixes() - Static method in class org.openide.util.NbBundle
-
Get a list of all suffixes used to search for localized/branded resources.
- getMap() - Method in class org.openide.util.MapFormat
-
Returns argument map.
- getMessage() - Method in exception org.openide.util.io.OperationException
-
Description taken from previous message
- getMessage(Class<?>, String) - Static method in class org.openide.util.NbBundle
-
Finds a localized and/or branded string in a bundle.
- getMessage(Class<?>, String, Object) - Static method in class org.openide.util.NbBundle
-
Finds a localized and/or branded string in a bundle and formats the message
by passing requested parameters.
- getMessage(Class<?>, String, Object, Object) - Static method in class org.openide.util.NbBundle
-
Finds a localized and/or branded string in a bundle and formats the message
by passing requested parameters.
- getMessage(Class<?>, String, Object, Object, Object) - Static method in class org.openide.util.NbBundle
-
Finds a localized and/or branded string in a bundle and formats the message
by passing requested parameters.
- getMessage(Class<?>, String, Object, Object, Object, Object, Object...) - Static method in class org.openide.util.NbBundle
-
Finds a localized and/or branded string in a bundle and formats the message
by passing requested parameters.
- getMessage(Class<?>, String, Object[]) - Static method in class org.openide.util.NbBundle
-
Finds a localized and/or branded string in a bundle and formats the message
by passing requested parameters.
- getMessage() - Method in exception org.openide.util.TopologicalSortException
-
- getObjectType(Class<?>) - Static method in class org.openide.util.BaseUtilities
-
Get the object type for given primitive type.
- getOperatingSystem() - Static method in class org.openide.util.BaseUtilities
-
Get the operating system on which NetBeans is running.
- getPrimitiveType(Class<?>) - Static method in class org.openide.util.BaseUtilities
-
Get the primitive type for given object type.
- getPriority() - Method in class org.openide.util.RequestProcessor.Task
-
Current priority of the task.
- getProperty(String) - Method in class org.openide.util.EditableProperties
-
Convenience method to get a property as a string.
- getRightBrace() - Method in class org.openide.util.MapFormat
-
Returns string used as right brace.
- getShortClassName(Class<?>) - Static method in class org.openide.util.BaseUtilities
-
Assemble a human-presentable class name for a specified class (omitting the package).