- SafeException - Exception in org.openide.util.io
-
Special IOException that is used to signal that the write operation
failed but the underlaying stream is not corrupted and can be used
for next operations.
- SafeException(Exception) - Constructor for exception org.openide.util.io.SafeException
-
Default constructor.
- schedule(Runnable, long, TimeUnit) - Method in class org.openide.util.RequestProcessor
- schedule(Callable<T>, long, TimeUnit) - Method in class org.openide.util.RequestProcessor
- schedule(int) - Method in class org.openide.util.RequestProcessor.Task
-
(Re-)schedules a task to run in the future.
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.openide.util.RequestProcessor
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.openide.util.RequestProcessor
- second() - Method in class org.openide.util.Pair
-
Returns the second element of the
Pair
.
- second() - Method in class org.openide.util.Union2
-
Retrieve the union member of the second type.
- setBranding(String) - Static method in class org.openide.util.NbBundle
-
Set the current branding token.
- setClassLoaderFinder(NbBundle.ClassLoaderFinder) - Static method in class org.openide.util.NbBundle
-
- setComment(String, String[], boolean) - Method in class org.openide.util.EditableProperties
-
Create comment for the property.
- setExactMatch(boolean) - Method in class org.openide.util.MapFormat
-
Specify whether both brackets are required in the expression.
- setLeftBrace(String) - Method in class org.openide.util.MapFormat
-
Sets string used as left brace
- setMap(Map<String, ?>) - Method in class org.openide.util.MapFormat
-
Sets argument map
This map should contain key-value pairs with key values used in
formatted string expression.
- setPriority(int) - Method in class org.openide.util.RequestProcessor.Task
-
Changes the priority the task will be performed with.
- setProperty(String, String) - Method in class org.openide.util.EditableProperties
-
Convenience method to set a property.
- setProperty(String, String[]) - Method in class org.openide.util.EditableProperties
-
Sets a property to a value broken into segments for readability.
- setRightBrace(String) - Method in class org.openide.util.MapFormat
-
Sets string used as right brace
- setThrowExceptionIfKeyWasNotFound(boolean) - Method in class org.openide.util.MapFormat
-
Specify whether formatter will throw exception if object for key was not found.
- shutdown() - Method in class org.openide.util.RequestProcessor
- shutdownNow() - Method in class org.openide.util.RequestProcessor
- singleton(T) - Static method in class org.openide.util.Enumerations
-
Creates an enumeration with one element.
- size() - Method in class org.openide.util.WeakSet
-
- skipSafely(ObjectInput) - Static method in class org.openide.util.io.NbObjectInputStream
-
Skips an object from the given object input without loading it.
- stop() - Method in class org.openide.util.RequestProcessor
-
Stops processing of runnables processor.
- store(OutputStream) - Method in class org.openide.util.EditableProperties
-
Store properties to a stream.
- submit(Callable<T>) - Method in class org.openide.util.RequestProcessor
- submit(Runnable, T) - Method in class org.openide.util.RequestProcessor
-
- submit(Runnable) - Method in class org.openide.util.RequestProcessor