A C D E F G I M N O P R S T U V W

T

TopComponent - class org.openide.windows.TopComponent.
Embeddable visual component to be displayed in the IDE.
TopComponent() - Constructor for class org.openide.windows.TopComponent
Create a top component.
TopComponent.Cloneable - interface org.openide.windows.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.NodeName - class org.openide.windows.TopComponent.NodeName.
This class provides the connection between the node name and a name of the component.
TopComponent.NodeName(TopComponent) - Constructor for class org.openide.windows.TopComponent.NodeName
Constructs new name adapter that can be attached to any node and will listen on changes of its display name and modify the name of the component.
TopComponent.Registry - interface org.openide.windows.TopComponent.Registry.
Registry of all top components.
TopComponentGroup - interface org.openide.windows.TopComponentGroup.
Represents window group.
topComponentActivatedNodesChanged(TopComponent, Node[]) - Method in class org.openide.windows.WindowManager
XXX Informs about change of activated nodes of specified TopComponent.
topComponentClose(TopComponent) - Method in class org.openide.windows.WindowManager
XXX Provides closing of specified TopComponent.
topComponentDefaultActions(TopComponent) - Method in class org.openide.windows.WindowManager
XXX Gets default list of actions which appear in popup menu of TopComponent.
topComponentDisplayNameChanged(TopComponent, String) - Method in class org.openide.windows.WindowManager
XXX Informs about change of display name of specified TopComponent.
topComponentID(TopComponent, String) - Method in class org.openide.windows.WindowManager
XXX Returns unique ID for specified TopComponent.
topComponentIconChanged(TopComponent, Image) - Method in class org.openide.windows.WindowManager
XXX Informs about chagne of icon of specified TopComponent.
topComponentIsOpened(TopComponent) - Method in class org.openide.windows.WindowManager
XXX Indicates whether specified TopComponent is opened.
topComponentOpen(TopComponent) - Method in class org.openide.windows.WindowManager
XXX Provides opening of specified TopComponent.
topComponentRequestActive(TopComponent) - Method in class org.openide.windows.WindowManager
XXX Provides activation of specified TopComponent.
topComponentRequestVisible(TopComponent) - Method in class org.openide.windows.WindowManager
XXX Provides selection of specfied TopComponent.
topComponentToolTipChanged(TopComponent, String) - Method in class org.openide.windows.WindowManager
XXX Informs about change of tooltip of specified TopComponent.

 
A C D E F G I M N O P R S T U V W
Built on October 24 2003.  |  Portions Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.