org.openide.util 8.15.1
A B C D E F G H I J K L M N O P Q R S T U V W X

S

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.
saveAll() - Method in class org.openide.LifecycleManager
Save all opened objects.
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

Schedules a runnable which will run with a given frequency, regardless of how long execution takes, with the exception that if execution takes longer than the specified delay, execution will be delayed but will never be run on two threads concurrently.

scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.openide.util.RequestProcessor

Schedules a runnable which will run repeatedly after the specified initial delay, with the specified delay between the completion of one run and the start of the next.

second() - Method in class org.openide.util.Union2
Retrieve the union member of the second type.
services() - Method in class org.openide.ServiceType.Registry
Deprecated. Get all available services managed by the engine.
services(Class<T>) - Method in class org.openide.ServiceType.Registry
Deprecated. Get all available services that are assignable to the given superclass.
ServiceType - Class in org.openide
Deprecated. The prefered way to register and lookup services is now Lookup as described in services registration and lookup page.
ServiceType() - Constructor for class org.openide.ServiceType
Deprecated.  
ServiceType.Handle - Class in org.openide
Deprecated. The prefered way to register and lookup services is now Lookup as described in services registration and lookup page.
ServiceType.Handle(ServiceType) - Constructor for class org.openide.ServiceType.Handle
Deprecated. Create a new handle for an service.
ServiceType.Registry - Class in org.openide
Deprecated. Use lookup instead.
ServiceType.Registry() - Constructor for class org.openide.ServiceType.Registry
Deprecated.  
setActionPerformer(ActionPerformer) - Method in class org.openide.util.actions.CallbackSystemAction
Deprecated. use TopComponent.getActionMap() as described in the javadoc
setBooleanState(boolean) - Method in class org.openide.util.actions.BooleanStateAction
Set the current state.
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
Deprecated. Useless.
setComment(String, String[], boolean) - Method in class org.openide.util.EditableProperties
Create comment for the property.
setContents(Transferable, ClipboardOwner) - Method in class org.openide.util.datatransfer.ExClipboard
 
setEnabled(boolean) - Method in class org.openide.util.actions.SystemAction
Set whether the action should be enabled.
setExactMatch(boolean) - Method in class org.openide.util.MapFormat
Specify whether both brackets are required in the expression.
setHelpIDString(JComponent, String) - Static method in class org.openide.util.HelpCtx
Set the help ID for a component.
setIcon(Icon) - Method in class org.openide.util.actions.SystemAction
Set the action's display icon.
setLeftBrace(String) - Method in class org.openide.util.MapFormat
Sets string used as left brace
setMap(Map) - 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.
setName(String) - Method in class org.openide.ServiceType
Deprecated. Set the name of the service type.
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
setServiceTypes(List) - Method in class org.openide.ServiceType.Registry
Deprecated. Better to change service instance files instead.
setSurviveFocusChange(boolean) - Method in class org.openide.util.actions.CallbackSystemAction
Set whether the action will survive a change in focus.
setThrowExceptionIfKeyWasNotFound(boolean) - Method in class org.openide.util.MapFormat
Specify whether formatter will throw exception if object for key was not found.
SharedClassObject - Class in org.openide.util
Shared object that allows different instances of the same class to share common data.
SharedClassObject() - Constructor for class org.openide.util.SharedClassObject
Create a shared object.
showJFileChooser(JFileChooser, Component, String) - Static method in class org.openide.util.Utilities
Deprecated. Not needed in JDK 1.4.
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.
stringToKey(String) - Static method in class org.openide.util.Utilities
Construct a new key description from a given universal string description.
stringToKeys(String) - Static method in class org.openide.util.Utilities
Convert a space-separated list of user-friendly key binding names to a list of Swing key strokes.
submit(Callable<T>) - Method in class org.openide.util.RequestProcessor

Note: If the passed Callable implements Cancellable, then that object's Cancellable.cancel() method will be called if Future.cancel(boolean) is invoked.

submit(Runnable, T) - Method in class org.openide.util.RequestProcessor
Note: If the passed Runnable implements Cancellable, then that object's Cancellable.cancel() method will be called if Future.cancel(boolean) is invoked.
submit(Runnable) - Method in class org.openide.util.RequestProcessor

Note: If the passed Runnable implements Cancellable, then that object's Cancellable.cancel() method will be called if Future.cancel(boolean) is invoked.

SystemAction - Class in org.openide.util.actions
A base class for user-visible actions.
SystemAction() - Constructor for class org.openide.util.actions.SystemAction
 

org.openide.util 8.15.1
A B C D E F G H I J K L M N O P Q R S T U V W X
Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.