Uses of Package
org.openide.windows

Packages that use org.openide.windows
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.awt A set of utility classes pertaining to the visual appearance of the IDE. 
org.openide.execution The IDE uses a small interface to describe the execution of Java-based classes together with arguments. 
org.openide.explorer Many different UI components of the IDE are actually Explorer views of nodes. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
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
InputOutput
          An I/O connection to one tab on the Output Window.
OutputWriter
          A print writer with a few hooks for the Output Window.
WindowManager
          Manager of windows in the IDE.
 

Classes in org.openide.windows used by org.openide.awt
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
          Represents one user workspace that holds a list of modes into which components can be assigned.
 

Classes in org.openide.windows used by org.openide.execution
InputOutput
          An I/O connection to one tab on the Output Window.
 

Classes in org.openide.windows used by org.openide.explorer
TopComponent
          Embeddable visual component to be displayed in the IDE.
Workspace
          Represents one user workspace that holds a list of modes into which components can be assigned.
 

Classes in org.openide.windows used by org.openide.loaders
CloneableOpenSupport
          Simple support for an openable objects.
CloneableOpenSupport.Env
          Abstract interface that is used by CloneableOpenSupport to talk to outside world.
 

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
          Represents one user workspace that holds a list of modes into which components can be assigned.
 

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.
InputOutput
          An I/O connection to one tab on the Output Window.
Mode
          A window-management mode in which a TopComponent can be.
OutputEvent
          Event fired when something happens to a line in the Output Window.
OutputListener
          Listener to actions taken on a line in the Output Window.
OutputWriter
          A print writer with a few hooks for the Output Window.
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.
WindowManager.Component
          A manager that handles operations on top components.
Workspace
          Represents one user workspace that holds a list of modes into which components can be assigned.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.