Class and Description |
---|
CloneableOpenSupport
Simple support for an openable objects.
|
CloneableOpenSupport.Env
Abstract interface that is used by CloneableOpenSupport to
talk to outside world.
|
CloneableTopComponent
A top component which may be cloned.
|
CloneableTopComponent.Ref
Keeps track of a group of sister clones.
|
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
Embeddable visual component to be displayed in NetBeans.
|
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.
|
TopComponent.SubComponent
Representation of a visual sub-component displayed in a TopComponent,
for example sub-tabs in a multiview window.
|
TopComponentGroup
Represents window group.
|
WindowManager
Manages window system.
|
WindowManager.Component
Deprecated.
Do not use anymore. This interface is replaced by bunch of protected methods
which name starts with topComponent prefix, i.e.
WindowManager.topComponentOpen(org.openide.windows.TopComponent) , WindowManager.topComponentClose(org.openide.windows.TopComponent) etc. |
WindowSystemEvent
Event object passed to registered listeners when the window system loads/saves.
|
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. Use
WindowManager methods directly,
e.g. WindowManager.getModes() etc. |
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.