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

O

obj - Variable in class org.openide.text.EditorSupport.Editor
Deprecated. data object to work with
OK_CANCEL_OPTION - Static variable in class org.openide.NotifyDescriptor
Option type used for cancellable confirmations.
OK_OPTION - Static variable in class org.openide.NotifyDescriptor
Return value if OK is chosen.
open() - Method in interface org.openide.cookies.EditorCookie
Instructs an editor to be opened.
open() - Method in interface org.openide.cookies.OpenCookie
Invokes the open action.
open() - Method in class org.openide.explorer.ExplorerPanel
 
open() - Method in class org.openide.windows.TopComponent
Show the component on current workspace.
open() - Method in class org.openide.windows.CloneableOpenSupport
Focuses existing component to open, or if none exists creates new.
open() - Method in interface org.openide.windows.WindowManager.Component
Open the component on current workspace
open(Workspace) - Method in class org.openide.awt.HtmlBrowser.BrowserComponent
always open this top component in our special mode, if no mode for this component is specified yet
open(Workspace) - Method in class org.openide.explorer.ExplorerPanel
 
open(Workspace) - Method in class org.openide.text.CloneableEditor
Overrides superclass version.
open(Workspace) - Method in class org.openide.windows.TopComponent
Show the component on given workspace.
open(Workspace) - Method in interface org.openide.windows.WindowManager.Component
Open the component on given workspace in the right mode.
OpenAction - class org.openide.actions.OpenAction.
Opens a node (e.g. in a web browser, or in the Editor).
OpenAction() - Constructor for class org.openide.actions.OpenAction
 
openAt(PositionRef) - Method in class org.openide.text.EditorSupport
Deprecated. Forcibly create one editor component.
openCloneableTopComponent() - Method in class org.openide.windows.CloneableOpenSupport
Simply open for an editor.
OpenCookie - interface org.openide.cookies.OpenCookie.
Cookie for opening an object.
openDocument() - Method in interface org.openide.cookies.EditorCookie
Get the document (and wait).
openDocument() - Method in class org.openide.text.CloneableEditorSupport
Get the document associated with this cookie.
openDocument() - Method in class org.openide.text.EditorSupport
Deprecated. Get the document associated with this cookie.
OpenLocalExplorerAction - class org.openide.actions.OpenLocalExplorerAction.
Open an Explorer window with a particular root node.
OpenLocalExplorerAction() - Constructor for class org.openide.actions.OpenLocalExplorerAction
 
openNotify() - Method in class org.openide.windows.TopComponent
Called only when top component was closed on all workspaces before and now is opened for the first time on some workspace.
openProject(ProjectCookie) - Method in class org.openide.TopManager
Opens specified project.
OpenProjectAction - class org.openide.actions.OpenProjectAction.
The OpenProject Action.
OpenProjectAction() - Constructor for class org.openide.actions.OpenProjectAction
 
OpenSupport - class org.openide.loaders.OpenSupport.
Simple support for an openable file.
OpenSupport.Env - class org.openide.loaders.OpenSupport.Env.
Environment that connects the support together with DataObject.
OpenSupport.Env(DataObject) - Constructor for class org.openide.loaders.OpenSupport.Env
Constructor.
OpenSupport(MultiDataObject.Entry) - Constructor for class org.openide.loaders.OpenSupport
New support for a given entry.
OpenSupport(MultiDataObject.Entry, OpenSupport.Env) - Constructor for class org.openide.loaders.OpenSupport
Constructor that allows subclasses to provide their own environment.
operation(OperationListener, Object) - Static method in class org.openide.util.WeakListener
 
OperationAdapter - class org.openide.loaders.OperationAdapter.
Adapter for methods of OperationListener.
OperationAdapter() - Constructor for class org.openide.loaders.OperationAdapter
 
operationCopy(OperationEvent.Copy) - Method in class org.openide.loaders.OperationAdapter
 
operationCopy(OperationEvent.Copy) - Method in interface org.openide.loaders.OperationListener
Object has been successfully copied.
operationCreateFromTemplate(OperationEvent.Copy) - Method in class org.openide.loaders.OperationAdapter
 
operationCreateFromTemplate(OperationEvent.Copy) - Method in interface org.openide.loaders.OperationListener
New instance of an object has been created.
operationCreateShadow(OperationEvent.Copy) - Method in class org.openide.loaders.OperationAdapter
 
operationCreateShadow(OperationEvent.Copy) - Method in interface org.openide.loaders.OperationListener
A shadow of a data object has been created.
operationDelete(OperationEvent) - Method in class org.openide.loaders.OperationAdapter
 
operationDelete(OperationEvent) - Method in interface org.openide.loaders.OperationListener
Object has been successfully deleted.
OperationEvent - class org.openide.loaders.OperationEvent.
Event that describes operations taken on a data object.
OperationEvent.Copy - class org.openide.loaders.OperationEvent.Copy.
Notification of a copy action of a data object, creation of a shadow, or creation from a template.
OperationEvent.Move - class org.openide.loaders.OperationEvent.Move.
Notification of a move of a data object.
OperationEvent.Rename - class org.openide.loaders.OperationEvent.Rename.
Notification of a rename of a data object.
OperationException - exception org.openide.util.io.OperationException.
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.
OperationException(Exception) - Constructor for class org.openide.util.io.OperationException
Default constructor.
OperationListener - interface org.openide.loaders.OperationListener.
Listener to operations on data objects.
operationMove(OperationEvent.Move) - Method in class org.openide.loaders.OperationAdapter
 
operationMove(OperationEvent.Move) - Method in interface org.openide.loaders.OperationListener
Object has been successfully moved.
operationPostCreate(OperationEvent) - Method in class org.openide.loaders.OperationAdapter
 
operationPostCreate(OperationEvent) - Method in interface org.openide.loaders.OperationListener
Object has been recognized by DataLoaderPool.findDataObject(org.openide.filesystems.FileObject).
operationRename(OperationEvent.Rename) - Method in class org.openide.loaders.OperationAdapter
 
operationRename(OperationEvent.Rename) - Method in interface org.openide.loaders.OperationListener
Object has been successfully renamed.
org.openide - package org.openide
Jumping-off points for all the rest of the IDE's functionality.
org.openide.actions - package org.openide.actions
There are a number of standard system actions available for use in the IDE.
org.openide.awt - package org.openide.awt
A set of utility classes pertaining to the visual appearance of the IDE.
org.openide.compiler - package org.openide.compiler
Different compiler implementations may be plugged into the IDE to build files from source.
org.openide.cookies - package org.openide.cookies
Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object.
org.openide.debugger - package org.openide.debugger
The IDE can support plugged-in implementations of an abstract debugger interface.
org.openide.execution - package org.openide.execution
The IDE uses a small interface to describe the execution of Java-based classes together with arguments.
org.openide.explorer - package org.openide.explorer
Many different UI components of the IDE are actually Explorer views of nodes.
org.openide.explorer.propertysheet - package org.openide.explorer.propertysheet
The exact properties of a node may be displayed and edited with the Property Sheet.
org.openide.explorer.view - package org.openide.explorer.view
The Explorer is really an abstraction that needs a view to actually display the nodes.
org.openide.filesystems - package org.openide.filesystems
The IDE internally uses the concept of a virtual filesystem.
org.openide.loaders - package org.openide.loaders
DataSystems are the logical layer between a filesystem and the regular functions of the IDE.
org.openide.modules - package org.openide.modules
The IDE is capable of being extended by pluggable modules providing additional functionality.
org.openide.nodes - package org.openide.nodes
The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree.
org.openide.options - package org.openide.options
System options provide an easy-to-use mechanism for persistent storage of user-settable options.
org.openide.src - package org.openide.src
The parsing results of Java sources and the result of Java Reflection may be uniformly accessed as source elements.
org.openide.src.nodes - package org.openide.src.nodes
Source elements can be represented by default element nodes.
org.openide.text - package org.openide.text
The IDE is able to integrate multiple editors for different content types and mechanically access their content.
org.openide.util - package org.openide.util
A set of utility classes covering a few general infrastructure points in the Open APIs.
org.openide.util.actions - package org.openide.util.actions
There are several types of standard actions that should be used for many user interactions with the IDE.
org.openide.util.datatransfer - package org.openide.util.datatransfer
The IDE uses special extensions to data transfer.
org.openide.util.enum - package org.openide.util.enum
A set of utility classes providing convenient forms of Java Collections enumerations.
org.openide.util.io - package org.openide.util.io
A set of utility classes providing extensions to the Java I/O system.
org.openide.util.lookup - package org.openide.util.lookup
Useful implementations of the lookup system used to register functionality and objects in the APIs.
org.openide.windows - package org.openide.windows
Most parts of the IDE do not manipulate windows directly, but use special top components.
org.openide.xml - package org.openide.xml
A set of utility classes assisting in the manipulation of XML documents in the IDE.
orientation - Variable in class org.openide.awt.SpinButton
Current orientation of SpinButton.
original - Variable in class org.openide.nodes.FilterNode.Children
Original node.
original - Variable in class org.openide.text.FilterDocument
the original document to delegate to
OS_AIX - Static variable in class org.openide.util.Utilities
Operating system is IBM AIX.
OS_DEC - Static variable in class org.openide.util.Utilities
Deprecated. please use OS_TRU64 instead
OS_HP - Static variable in class org.openide.util.Utilities
Operating system is HP-UX.
OS_IRIX - Static variable in class org.openide.util.Utilities
Operating system is SGI IRIX.
OS_LINUX - Static variable in class org.openide.util.Utilities
Operating system is Linux.
OS_MAC - Static variable in class org.openide.util.Utilities
Operating system is Mac.
OS_OS2 - Static variable in class org.openide.util.Utilities
Operating system is OS/2.
OS_OTHER - Static variable in class org.openide.util.Utilities
Operating system is unknown.
OS_SOLARIS - Static variable in class org.openide.util.Utilities
Operating system is Solaris.
OS_SUNOS - Static variable in class org.openide.util.Utilities
Operating system is Sun OS.
OS_TRU64 - Static variable in class org.openide.util.Utilities
Operating system is Compaq TRU64 Unix
OS_UNIX_MASK - Static variable in class org.openide.util.Utilities
A mask for Unix platforms.
OS_VMS - Static variable in class org.openide.util.Utilities
Operating system is Compaq OpenVMS
OS_WIN_OTHER - Static variable in class org.openide.util.Utilities
Operating system is one of the Windows variants but we don't know which one it is
OS_WIN2000 - Static variable in class org.openide.util.Utilities
Operating system is Windows 2000.
OS_WIN95 - Static variable in class org.openide.util.Utilities
Operating system is Windows 95.
OS_WIN98 - Static variable in class org.openide.util.Utilities
Operating system is Windows 98.
OS_WINDOWS_MASK - Static variable in class org.openide.util.Utilities
A mask for Windows platforms.
OS_WINNT - Static variable in class org.openide.util.Utilities
Operating system is Windows NT.
OutputEvent - class org.openide.windows.OutputEvent.
Event fired when something happens to a line in the Output Window.
OutputEvent(InputOutput) - Constructor for class org.openide.windows.OutputEvent
Create an event.
outputLineAction(OutputEvent) - Method in interface org.openide.windows.OutputListener
Called when some sort of action is performed on a line.
outputLineCleared(OutputEvent) - Method in interface org.openide.windows.OutputListener
Called when a line is cleared from the buffer of known lines.
outputLineSelected(OutputEvent) - Method in interface org.openide.windows.OutputListener
Called when a line is selected.
OutputListener - interface org.openide.windows.OutputListener.
Listener to actions taken on a line in the Output Window.
outputStream() - Method in class org.openide.text.DataEditorSupport.Env
Obtains the output stream.
outputStream() - Method in interface org.openide.text.CloneableEditorSupport.Env
Obtains the output stream.
outputStream(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Get output stream.
outputStream(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Get output stream.
outputStream(String) - Method in class org.openide.filesystems.JarFileSystem
 
outputStream(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
outputStream(String) - Method in class org.openide.filesystems.LocalFileSystem
 
outputStream(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
OutputWriter - class org.openide.windows.OutputWriter.
A print writer with a few hooks for the Output Window.
OutputWriter(Writer) - Constructor for class org.openide.windows.OutputWriter
Make an output writer.
overlaps(ConnectionCookie.Type) - Method in interface org.openide.cookies.ConnectionCookie.Type
Test whether the specified type could be accepted by this type.
ownershipLost() - Method in interface org.openide.util.datatransfer.TransferListener
Released from a clipboard.
owns(Class) - Method in class org.openide.modules.ModuleInfo
Determine if the provided class was loaded as a part of this module, and thus will only be loadable later if this module is enabled.

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.