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

waitFinished() - Method in class org.openide.awt.MenuBar
Blocks until the menubar is completely created.
waitFinished() - Method in class org.openide.awt.ToolbarPool
Allows to wait till the content of the pool is initialized.
waitFinished() - Method in class org.openide.loaders.FolderInstance
Overrides the instance finished to deal with internal state correctly.
waitFinished() - Method in class org.openide.util.Task
Wait until the task is finished.
waitFinished() - Method in class org.openide.util.RequestProcessor.Task
This method is an implementation of the waitFinished method in the RequestProcessor.Task.
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.
Watch - class org.openide.debugger.Watch.
Represents one debugger watch.
Watch() - Constructor for class org.openide.debugger.Watch
 
WeakListener - class org.openide.util.WeakListener.
Property change listener that delegates to another one change listener but hold only weak reference to that listener, so it does not prevent it to be finalized.
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.
WeakListener(Class, EventListener) - Constructor for class org.openide.util.WeakListener
 
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;
welcome() - Method in interface org.openide.Places.Folders
Deprecated. Get the welcome folder.
whereOpened() - Method in interface org.openide.windows.WindowManager.Component
 
willThrowExceptionIfKeyWasNotFound() - Method in class org.openide.util.MapFormat
Should formatter throw exception if object for key was not found? If given map does not contain object for key specified, it could throw an exception.
WindowManager - class org.openide.windows.WindowManager.
Manager of windows in the IDE.
WindowManager.Component - interface org.openide.windows.WindowManager.Component.
A manager that handles operations on top components.
WindowManager() - Constructor for class org.openide.windows.WindowManager
 
WizardDescriptor - class org.openide.WizardDescriptor.
Implements a basic "wizard" GUI system.
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.
A special interface for panels in middle of the iterators path that would like to have the finish button enabled.
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(WizardDescriptor.Iterator) - Constructor for class org.openide.WizardDescriptor
Create wizard for a sequence 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.Panel[]) - Constructor for class org.openide.WizardDescriptor
Create a new wizard from a fixed list of panels with settings defaulted to this.
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.
Workspace - interface org.openide.windows.Workspace.
Represents one user workspace that holds a list of modes into which components can be assigned.
workspaces() - Method in interface org.openide.Places.Nodes
Get a node with all workspaces.
WorkspaceSwitchAction - class org.openide.actions.WorkspaceSwitchAction.
Switch to a different workspace.
WorkspaceSwitchAction() - Constructor for class org.openide.actions.WorkspaceSwitchAction
 
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.
wrapString(String, int, BreakIterator, boolean) - Static method in class org.openide.util.Utilities
Wrap multi-line strings.
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(Document, OutputStream, String) - Static method in class org.openide.loaders.XMLDataObject
Deprecated. Moved to XMLUtil.
write(Document, OutputStream, String) - Static method in class org.openide.xml.XMLUtil
Write Document into OutputStream using given encoding.
write(Document, Writer) - Static method in class org.openide.loaders.XMLDataObject
Deprecated. Encoding used by Writer may be in direct conflict with encoding declared in document. Replaced with Util.
write(int) - Method in class org.openide.util.io.NullOutputStream
write method
write(Writer) - Method in class org.openide.loaders.XMLDataObject.Info
Deprecated. Write specified info to writer
writeable - Variable in class org.openide.src.nodes.ElementNode
Is this node read-only or are modifications permitted?
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.XMLFileSystem.Impl
Set the file attribute with the specified name.
writeAttribute(String, String, Object) - Method in class org.openide.filesystems.JarFileSystem
 
writeAttribute(String, String, Object) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
writeAttribute(String, String, Object) - Method in class org.openide.filesystems.DefaultAttributes
 
writeExternal(ObjectOutput) - Method in class org.openide.awt.MenuBar
Saves the contents of this object to the specified stream.
writeExternal(ObjectOutput) - Method in class org.openide.explorer.ExplorerPanel
Stores the manager
writeExternal(ObjectOutput) - Method in class org.openide.explorer.view.ListView
 
writeExternal(ObjectOutput) - Method in class org.openide.explorer.view.ChoiceView
 
writeExternal(ObjectOutput) - Method in class org.openide.filesystems.Repository
Saves pool to stream by saving all file systems.
writeExternal(ObjectOutput) - Method in class org.openide.loaders.DataLoader
Writes nothing to the stream.
writeExternal(ObjectOutput) - Method in class org.openide.loaders.UniFileLoader
Writes extensions to the stream.
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.options.ControlPanel
Deprecated.  
writeExternal(ObjectOutput) - Method in class org.openide.options.ContextSystemOption
 
writeExternal(ObjectOutput) - Method in class org.openide.src.nodes.SourceOptions
 
writeExternal(ObjectOutput) - Method in class org.openide.text.PrintSettings
Externalizes this SystemOption
writeExternal(ObjectOutput) - Method in class org.openide.text.CloneableEditor
 
writeExternal(ObjectOutput) - Method in class org.openide.util.SharedClassObject
Writes nothing to the stream.
writeExternal(ObjectOutput) - Method in class org.openide.windows.TopComponent
Serialize this top component.
writeExternal(ObjectOutput) - Method in class org.openide.windows.CloneableTopComponent
 
writeReplace() - Method in class org.openide.awt.HtmlBrowser.BrowserComponent
Serializes browser component -> writes Replacer object which holds browser content and look.
writeReplace() - Method in class org.openide.loaders.DataObject
The Serialization replacement for this object stores the primary file instead.
writeReplace() - Method in class org.openide.loaders.MultiDataObject.Entry
Make a Serialization replacement.
writeReplace() - Method in class org.openide.options.ControlPanel
Deprecated.  
writeReplace() - Method in class org.openide.src.Element
 
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 December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.