首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc 4.1.0
O-Index (NetBeans APIs) - NetBeans API Javadoc 4.1.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
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.
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_FREEBSD
- Static variable in class org.openide.util.
Utilities
Operating system is FreeBSD
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_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.
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
OpenAction
- class org.openide.actions.
OpenAction
.
Opens a node (for example, in a web browser, or in the Editor).
OpenAction()
- Constructor for class org.openide.actions.
OpenAction
OpenCookie
- interface org.openide.cookies.
OpenCookie
.
Cookie for opening an object.
OpenLocalExplorerAction
- class org.openide.actions.
OpenLocalExplorerAction
.
Open an Explorer window with a particular root node.
OpenLocalExplorerAction()
- Constructor for class org.openide.actions.
OpenLocalExplorerAction
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.
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
Deprecated.
open(Workspace)
- Method in class org.openide.explorer.
ExplorerPanel
Deprecated.
open(Workspace)
- Method in class org.openide.text.
CloneableEditor
Overrides superclass version.
open()
- Method in class org.openide.text.
CloneableEditorSupport
Overrides superclass method, first processes document preparation.
open()
- Method in class org.openide.windows.
CloneableOpenSupport
Opens and focuses or just focuses already opened
CloneableTopComponent
.
open()
- Method in class org.openide.windows.
TopComponent
Shows this
TopComponent
.
open(Workspace)
- Method in class org.openide.windows.
TopComponent
Deprecated.
Use
TopComponent.open()
instead.
open()
- Method in interface org.openide.windows.
TopComponentGroup
Opens all TopComponent's belonging to this group which have opening flag switched on.
open()
- Method in interface org.openide.windows.
WindowManager.Component
Deprecated.
Open the component on current workspace
open(Workspace)
- Method in interface org.openide.windows.
WindowManager.Component
Deprecated.
Opens this component on a given workspace.
openAt(PositionRef, int)
- Method in class org.openide.text.
CloneableEditorSupport
Forcibly create one editor component.
openCloneableTopComponent()
- Method in class org.openide.windows.
CloneableOpenSupport
Simply open for an editor.
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.
openNotify()
- Method in class org.openide.windows.
TopComponent
Deprecated.
Use
TopComponent.componentOpened()
instead.
org.openide
- package org.openide
Miscellaneous general classes, especially the util classes to handle a user notifications, displaying dialogs and the error management system.
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.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.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.propertysheet.editors
- package org.openide.explorer.propertysheet.editors
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.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.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.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
Deprecated.
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
outputStream(String)
- Method in interface org.openide.filesystems.
AbstractFileSystem.Info
Get output stream.
outputStream(String)
- Method in class org.openide.filesystems.
JarFileSystem.Impl
outputStream(String)
- Method in class org.openide.filesystems.
JarFileSystem
outputStream(String)
- Method in class org.openide.filesystems.
LocalFileSystem.Impl
outputStream(String)
- Method in class org.openide.filesystems.
LocalFileSystem
outputStream(String)
- Method in class org.openide.filesystems.
XMLFileSystem.Impl
Get output stream.
outputStream()
- Method in interface org.openide.text.
CloneableEditorSupport.Env
Obtains the output stream.
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.