站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

org.openide.windows (NetBeans Windows API) - NetBeans API Javadoc 5.0.0

 

Package org.openide.windows

Most parts of the IDE do not manipulate windows directly, but use special top components.

See:
          Description

Interface Summary
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 Summary
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.
TopComponent Embeddable visual component to be displayed in the IDE.
TopComponent.NodeName Deprecated. Please do not use.
WindowManager Manages window system.
 

Package org.openide.windows Description

Most parts of the IDE do not manipulate windows directly, but use special top components.

The Window System API provides the ability for modules to create window-like components which can, among other things:

  1. Be docked as tabs into a container window.
  2. Provide popup menus in their window icon or tab.
  3. Handle activation and node selections.
  4. Provide the ability to be cloned, and the clones monitored.


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.