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

W-Index (NetBeans APIs) - NetBeans API Javadoc 4.1.0

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

W

WARNING - Static variable in class org.openide.ErrorManager
Something went wrong in the software, but it is continuing and the user need not be bothered.
WARNING_MESSAGE - Static variable in class org.openide.NotifyDescriptor
Message type for warning messages.
WeakListener - class org.openide.util.WeakListener.
Deprecated. Use WeakListeners class.
WeakListener(Class, EventListener) - Constructor for class org.openide.util.WeakListener
Deprecated.  
WeakListener.Change - class org.openide.util.WeakListener.Change.
Deprecated. use appropriate method instead
WeakListener.Change(ChangeListener) - Constructor for class org.openide.util.WeakListener.Change
Deprecated. Constructor.
WeakListener.Document - class org.openide.util.WeakListener.Document.
Deprecated. use appropriate method instead
WeakListener.Document(DocumentListener) - Constructor for class org.openide.util.WeakListener.Document
Deprecated. Constructor.
WeakListener.FileChange - class org.openide.util.WeakListener.FileChange.
Deprecated. use appropriate method instead
WeakListener.FileChange(FileChangeListener) - Constructor for class org.openide.util.WeakListener.FileChange
Deprecated. Constructor.
WeakListener.FileStatus - class org.openide.util.WeakListener.FileStatus.
Deprecated. use appropriate method instead
WeakListener.FileStatus(FileStatusListener) - Constructor for class org.openide.util.WeakListener.FileStatus
Deprecated. Constructor.
WeakListener.Focus - class org.openide.util.WeakListener.Focus.
Deprecated. use appropriate method instead
WeakListener.Focus(FocusListener) - Constructor for class org.openide.util.WeakListener.Focus
Deprecated. Constructor.
WeakListener.Node - class org.openide.util.WeakListener.Node.
Deprecated. use appropriate method instead
WeakListener.Node(NodeListener) - Constructor for class org.openide.util.WeakListener.Node
Deprecated. Constructor.
WeakListener.PropertyChange - class org.openide.util.WeakListener.PropertyChange.
Deprecated. use appropriate method instead
WeakListener.PropertyChange(PropertyChangeListener) - Constructor for class org.openide.util.WeakListener.PropertyChange
Deprecated. Constructor.
WeakListener.Repository - class org.openide.util.WeakListener.Repository.
Deprecated. use appropriate method instead
WeakListener.Repository(RepositoryListener) - Constructor for class org.openide.util.WeakListener.Repository
Deprecated. Constructor.
WeakListener.VetoableChange - class org.openide.util.WeakListener.VetoableChange.
Deprecated. use appropriate method instead
WeakListener.VetoableChange(VetoableChangeListener) - Constructor for class org.openide.util.WeakListener.VetoableChange
Deprecated. Constructor.
WeakListeners - class org.openide.util.WeakListeners.
A generic weak listener factory.
WeakSet - class org.openide.util.WeakSet.
Set which holds its members by using of WeakReferences.
WeakSet() - Constructor for class org.openide.util.WeakSet
Constructs a new set.
WeakSet(Collection) - Constructor for class org.openide.util.WeakSet
Constructs a new set containing the elements in the specified collection.
WeakSet(int) - Constructor for class org.openide.util.WeakSet
Constructs a new, empty set;
WeakSet(int, float) - Constructor for class org.openide.util.WeakSet
Constructs a new, empty set;
WindowManager - class org.openide.windows.WindowManager.
Manages window system.
WindowManager() - Constructor for class org.openide.windows.WindowManager
 
WindowManager.Component - interface org.openide.windows.WindowManager.Component.
Deprecated. Do not use anymore. This interface is replaced by bunch of protedcted methods which name starts with topComponent prefix, i.e. WindowManager.topComponentOpen(org.openide.windows.TopComponent), WindowManager.topComponentClose(org.openide.windows.TopComponent) etc.
WizardDescriptor - class org.openide.WizardDescriptor.
Implements a basic "wizard" GUI system.
WizardDescriptor(WizardDescriptor.Panel[], Object) - Constructor for class org.openide.WizardDescriptor
Create a new wizard from a fixed list of panels, passing some settings to the panels.
WizardDescriptor(WizardDescriptor.Panel[]) - Constructor for class org.openide.WizardDescriptor
Create a new wizard from a fixed list of panels with settings defaulted to this.
WizardDescriptor(WizardDescriptor.Iterator, Object) - Constructor for class org.openide.WizardDescriptor
Create wizard for a sequence of panels, passing some settings to the panels.
WizardDescriptor(WizardDescriptor.Iterator) - Constructor for class org.openide.WizardDescriptor
Create wizard for a sequence of panels, with settings defaulted to this.
WizardDescriptor.ArrayIterator - class org.openide.WizardDescriptor.ArrayIterator.
Special iterator that works on an array of Panels.
WizardDescriptor.ArrayIterator() - Constructor for class org.openide.WizardDescriptor.ArrayIterator
 
WizardDescriptor.ArrayIterator(WizardDescriptor.Panel[]) - Constructor for class org.openide.WizardDescriptor.ArrayIterator
Construct an iterator.
WizardDescriptor.FinishPanel - interface org.openide.WizardDescriptor.FinishPanel.
Deprecated. 4.28 Use FinishablePanel instead.
WizardDescriptor.FinishablePanel - interface org.openide.WizardDescriptor.FinishablePanel.
A special interface for panel that needs to dynamically enabled Finish button.
WizardDescriptor.InstantiatingIterator - interface org.openide.WizardDescriptor.InstantiatingIterator.
Iterator for a wizard that needs to somehow instantiate new objects.
WizardDescriptor.Iterator - interface org.openide.WizardDescriptor.Iterator.
Iterator on the sequence of panels.
WizardDescriptor.Panel - interface org.openide.WizardDescriptor.Panel.
One wizard panel with a component on it.
WizardDescriptor.ValidatingPanel - interface org.openide.WizardDescriptor.ValidatingPanel.
A special interface for panels that need to do additional validation when Next or Finish button is clicked.
WizardValidationException - exception org.openide.WizardValidationException.
The exception informs about fail in wizard panel validation and provides a localized description what's wrong.
WizardValidationException(JComponent, String, String) - Constructor for class org.openide.WizardValidationException
Creates a new exception instance.
Workspace - interface org.openide.windows.Workspace.
Deprecated. Do not use any more. Use WindowManager methods directly, e.g. WindowManager.getModes() etc.
WorkspaceSwitchAction - class org.openide.actions.WorkspaceSwitchAction.
Deprecated. No longer used since there are no more workspaces.
WorkspaceSwitchAction() - Constructor for class org.openide.actions.WorkspaceSwitchAction
Deprecated.  
waitFinished() - Method in class org.openide.util.RequestProcessor.Task
This method is an implementation of the waitFinished method in the RequestProcessor.Task.
waitFinished(long) - Method in class org.openide.util.RequestProcessor.Task
Enhanced reimplementation of the Task.waitFinished(long) method.
waitFinished() - Method in class org.openide.util.Task
Wait until the task is finished.
waitFinished(long) - Method in class org.openide.util.Task
Wait until the task is finished, but only a given time.
weakFileChangeListener(FileChangeListener, Object) - Static method in class org.openide.filesystems.FileUtil
Creates a weak implementation of FileChangeListener.
weakFileStatusListener(FileStatusListener, Object) - Static method in class org.openide.filesystems.FileUtil
Creates a weak implementation of FileStatusListener.
weakNodeListener(NodeListener, Object) - Static method in class org.openide.nodes.NodeOp
Creates a weak implementation of NodeListener.
whereOpened() - Method in interface org.openide.windows.WindowManager.Component
Deprecated. Gets a list of workspaces where this component is currently open.
willThrowExceptionIfKeyWasNotFound() - Method in class org.openide.util.MapFormat
Test whether formatter will throw exception if object for key was not found.
wrapString(String, int, BreakIterator, boolean) - Static method in class org.openide.util.Utilities
Wrap multi-line strings.
wrapString(String, int, boolean, boolean) - Static method in class org.openide.util.Utilities
Deprecated. Use (String, int, BreakIterator, boolean) as it is friendlier to I18N.
wrapStringToArray(String, int, boolean, boolean) - Static method in class org.openide.util.Utilities
Deprecated. use Utilities.wrapStringToArray(String, int, BreakIterator, boolean) since it is better for I18N
wrapStringToArray(String, int, BreakIterator, boolean) - Static method in class org.openide.util.Utilities
Wrap multi-line strings (and get the individual lines).
write(int) - Method in class org.openide.util.io.NullOutputStream
write method
write(Document, OutputStream, String) - Static method in class org.openide.xml.XMLUtil
Write Document into OutputStream using given encoding.
writeAccess(Mutex.Action) - Method in class org.openide.util.Mutex
Run an action with write access.
writeAccess(Mutex.ExceptionAction) - Method in class org.openide.util.Mutex
Run an action with write access and possibly throw an exception.
writeAccess(Runnable) - Method in class org.openide.util.Mutex
Run an action with write access and return no result.
writeAttribute(String, String, Object) - Method in interface org.openide.filesystems.AbstractFileSystem.Attr
Set the file attribute with the specified name.
writeAttribute(String, String, Object) - Method in class org.openide.filesystems.DefaultAttributes
 
writeAttribute(String, String, Object) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
writeAttribute(String, String, Object) - Method in class org.openide.filesystems.JarFileSystem
 
writeAttribute(String, String, Object) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Set the file attribute with the specified name.
writeExternal(ObjectOutput) - Method in class org.openide.explorer.ExplorerPanel
Deprecated. Stores the manager
writeExternal(ObjectOutput) - Method in class org.openide.explorer.view.ChoiceView
 
writeExternal(ObjectOutput) - Method in class org.openide.explorer.view.ListView
 
writeExternal(ObjectOutput) - Method in class org.openide.filesystems.Repository
Deprecated. Unused.
writeExternal(ObjectOutput) - Method in class org.openide.options.ContextSystemOption
 
writeExternal(ObjectOutput) - Method in class org.openide.options.SystemOption
Write all properties of this object (or subclasses) to an object output.
writeExternal(ObjectOutput) - Method in class org.openide.text.CloneableEditor
 
writeExternal(ObjectOutput) - Method in class org.openide.text.PrintSettings
Externalizes this SystemOption
writeExternal(ObjectOutput) - Method in class org.openide.util.SharedClassObject
Writes nothing to the stream.
writeExternal(ObjectOutput) - Method in class org.openide.windows.CloneableTopComponent
 
writeExternal(ObjectOutput) - Method in class org.openide.windows.TopComponent
Serialize this top component.
writeReplace() - Method in class org.openide.text.CloneableEditor
Replaces serializing object.
writeReplace() - Method in class org.openide.util.SharedClassObject
This method provides correct handling of serialization and deserialization.
writeReplace() - Method in class org.openide.windows.TopComponent
Delegates instance of replacer class to be serialized instead of top component itself.
writeSafely(ObjectOutput, Object) - Static method in class org.openide.util.io.NbObjectOutputStream
Writes an object safely to the object output.

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