See: Description
Interface | Description |
---|---|
CloneableOpenSupport.Env |
Abstract interface that is used by CloneableOpenSupport to
talk to outside world.
|
Mode |
Instances of this interface represent places or containers
which
TopComponent has to be added to
in order to be managed by window system. |
TopComponent.Cloneable |
Each top component that wishes to be cloned should implement
this interface, so CloneAction can check it and call the cloneComponent
method.
|
TopComponent.Registry |
Registry of all top components.
|
TopComponentGroup |
Represents window group.
|
WindowManager.Component | Deprecated
Do not use anymore.
|
Workspace | Deprecated
Do not use any more.
|
Class | Description |
---|---|
CloneableOpenSupport |
Simple support for an openable objects.
|
CloneableTopComponent |
A top component which may be cloned.
|
CloneableTopComponent.Ref |
Keeps track of a group of sister clones.
|
ExternalDropHandler |
When an implementation of this class is available in the global Lookup and
an object is being dragged over some parts of the main window of the IDE then
the window system may call methods of this class to decide whether it can
accept or reject the drag operation.
|
TopComponent |
Embeddable visual component to be displayed in NetBeans.
|
TopComponent.NodeName | Deprecated
Please do not use.
|
WindowManager |
Manages window system.
|
Annotation Type | Description |
---|---|
RetainLocation |
Annotation which can be applied to TopComponents whose persistence type
is PERSISTENCE_NEVER to allow them to remember the location they were
docked into
|
TopComponent.Description |
Provides basic information about the persistence of a
TopComponent . |
TopComponent.OpenActionRegistration |
Creates an action that can open the component.
|
TopComponent.Registration |
Registers
TopComponent into specified location among
existing window system modes . |
The Window System API provides the ability for modules to create window-like components which can, among other things:
Built on February 25 2013. | Portions Copyright 1997-2013 Sun Microsystems, Inc. All rights reserved.