Skip navigation links
org.openide.util.ui 9.24
A B C D E F G H I K L M N O P Q R S T U V W 

S

saveAll() - Method in class org.openide.LifecycleManager
Save all opened objects.
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.Registry - Class in org.openide
Deprecated.
Use lookup instead.
setActionPerformer(ActionPerformer) - Method in class org.openide.util.actions.CallbackSystemAction
Deprecated.
use TopComponent.getActionMap() as described in the javadoc
setAntiAliasing(Graphics2D, boolean) - Static method in class org.openide.util.VectorIcon
Selectively enable or disable antialiasing during painting.
setBooleanState(boolean) - Method in class org.openide.util.actions.BooleanStateAction
Deprecated.
Set the current state.
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.
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.
setName(String) - Method in class org.openide.ServiceType
Deprecated.
Set the name of the service type.
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.
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.
Single(DataFlavor) - Constructor for class org.openide.util.datatransfer.ExTransferable.Single
Constructor.
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.
suppressAuthenticationDialog(Callable<R>) - Static method in class org.openide.util.NetworkSettings
Suppress asking user a question about the authentication credentials while running blockOfCode.
SVGLoader - Interface in org.openide.util.spi
SVG image loader.
SystemAction - Class in org.openide.util.actions
A base class for user-visible actions.
SystemAction() - Constructor for class org.openide.util.actions.SystemAction
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links
org.openide.util.ui 9.24