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. |
Mode.Xml |
Extension to provide exposure of XML configuration.
|
ModeSelector |
Selects mode which a TopComponent should initially dock into.
|
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.
|
WindowSystemListener |
Window system listener to receive notifications when the window system loads
or saves its state to disk.
|
Workspace | Deprecated
Do not use any more.
|
Class | Description |
---|---|
CloneableOpenSupport |
Simple support for an openable objects.
|
CloneableOpenSupportRedirector |
Allows to find another
CloneableOpenSupport that all the
requests passed to given one should be redirected to. |
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.
|
ModeUtilities |
Utility class to help clients manage
Mode s in order to layout TopComponents
in predefined "work-spaces". |
TopComponent |
Embeddable visual component to be displayed in NetBeans.
|
TopComponent.NodeName | Deprecated
Please do not use.
|
TopComponent.SubComponent |
Representation of a visual sub-component displayed in a TopComponent,
for example sub-tabs in a multiview window.
|
WindowManager |
Manages window system.
|
WindowSystemEvent |
Event object passed to registered listeners when the window system loads/saves.
|
Annotation Type | Description |
---|---|
OnShowing |
Annotation to place on a
Runnable with default constructor
which should be invoked as soon as the window system is shown. |
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: