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

Uses of Package org.openide.windows (NetBeans APIs) - NetBeans API Javadoc 4.1.0


Uses of Package
org.openide.windows

Packages that use org.openide.windows
org.openide.explorer Many different UI components of the IDE are actually Explorer views of nodes. 
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
org.openide.windows Most parts of the IDE do not manipulate windows directly, but use special top components
 

Classes in org.openide.windows used by org.openide.explorer
TopComponent
          Embeddable visual component to be displayed in the IDE.
Workspace
          Deprecated. Do not use any more. Use WindowManager methods directly, e.g. WindowManager.getModes() etc.
 

Classes in org.openide.windows used by org.openide.text
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.
TopComponent
          Embeddable visual component to be displayed in the IDE.
TopComponent.Cloneable
          Each top component that wishes to be cloned should implement this interface, so CloneAction can check it and call the cloneComponent method.
Workspace
          Deprecated. Do not use any more. Use WindowManager methods directly, e.g. WindowManager.getModes() etc.
 

Classes in org.openide.windows used by org.openide.windows
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 the IDE.
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
          Manages window system.
WindowManager.Component
          Deprecated. Do not use anymore. This interface is replaced by bunch of protedcted methods which name starts with topComponent prefix, i.e. WindowManager.topComponentOpen(org.openide.windows.TopComponent), WindowManager.topComponentClose(org.openide.windows.TopComponent) etc.
Workspace
          Deprecated. Do not use any more. Use WindowManager methods directly, e.g. WindowManager.getModes() etc.
 



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