站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

S-Index (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 
A B C D E F G H I K L M N O P Q R S T U V W X

S

SafeException - exception org.openide.util.io.SafeException.
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 class org.openide.util.io.SafeException
Default constructor.
ServiceType - class org.openide.ServiceType.
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 org.openide.ServiceType.Handle.
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 org.openide.ServiceType.Registry.
Deprecated. Use lookup instead.
ServiceType.Registry() - Constructor for class org.openide.ServiceType.Registry
Deprecated.  
SharedClassObject - class org.openide.util.SharedClassObject.
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.
SystemAction - class org.openide.util.actions.SystemAction.
The common predecessor of callable actions in the IDE.
SystemAction() - Constructor for class org.openide.util.actions.SystemAction
 
saveAll() - Method in class org.openide.LifecycleManager
Save all opened objects.
schedule(int) - Method in class org.openide.util.RequestProcessor.Task
(Re-)schedules a task to run in the future.
services() - Method in class org.openide.ServiceType.Registry
Deprecated. Get all available services managed by the engine.
services(Class) - Method in class org.openide.ServiceType.Registry
Deprecated. Get all available services that are assignable to the given superclass.
set(Collection, InstanceContent.Convertor) - Method in class org.openide.util.lookup.InstanceContent
Changes all pairs in the lookup to new values.
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.
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
setLookups(Lookup[]) - Method in class org.openide.util.lookup.ProxyLookup
Change the delegates.
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.
setPairs(Collection) - Method in class org.openide.util.lookup.AbstractLookup.Content
Changes all pairs in the lookup to new values.
setPairs(Collection) - Method in class org.openide.util.lookup.AbstractLookup
Changes all pairs in the lookup to new values.
setPriority(int) - Method in class org.openide.util.RequestProcessor.Task
Changes the priority the task will be performed with.
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.
showJFileChooser(JFileChooser, Component, String) - Static method in class org.openide.util.Utilities
Deprecated. Not needed in JDK 1.4.
singleton(Object) - Static method in class org.openide.util.Enumerations
Creates an enumeration with one element.
singleton(Object) - Static method in class org.openide.util.lookup.Lookups
Creates a singleton lookup.
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.
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.

 
A B C D E F G H I K L M N O P Q R S T U V W X
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.