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

T-Index (NetBeans Windows API) - NetBeans API Javadoc 5.0.0

 
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(Lookup) - Constructor for class org.openide.windows.TopComponent
Creates a top component for a provided lookup that will delegate take and synchronize activated nodes and ActionMap from a provided lookup.
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.
Deprecated. Please do not use. This support class does nothing much useful. If you need to synchronize display name of your TopComponent with some Node's display name, we recommend you to do it manually in your client's code.
TopComponent.NodeName(TopComponent) - Constructor for class org.openide.windows.TopComponent.NodeName
Deprecated. Please do not use, public just by an accident.
TopComponent.Registry - interface org.openide.windows.TopComponent.Registry.
Registry of all top components.
TopComponentGroup - interface org.openide.windows.TopComponentGroup.
Represents window group.
toFront() - Method in class org.openide.windows.TopComponent
Attempts to bring the parent Window or Frame of this TopComponent to front of other windows.
topComponentActivatedNodesChanged(TopComponent, Node[]) - Method in class org.openide.windows.WindowManager
Informs about change of activated nodes of specified TopComponent.
topComponentCancelRequestAttention(TopComponent) - Method in class org.openide.windows.WindowManager
Stop this TopComponent's tab from flashing if it is flashing.
topComponentClose(TopComponent) - Method in class org.openide.windows.WindowManager
Provides closing of specified TopComponent.
topComponentDefaultActions(TopComponent) - Method in class org.openide.windows.WindowManager
Gets default list of actions which appear in popup menu of TopComponent.
topComponentDisplayNameChanged(TopComponent, String) - Method in class org.openide.windows.WindowManager
Informs about change of display name of specified TopComponent.
topComponentHtmlDisplayNameChanged(TopComponent, String) - Method in class org.openide.windows.WindowManager
Informs about change of html display name of specified TopComponent.
topComponentID(TopComponent, String) - Method in class org.openide.windows.WindowManager
Returns unique ID for specified TopComponent.
topComponentIconChanged(TopComponent, Image) - Method in class org.openide.windows.WindowManager
Informs about chagne of icon of specified TopComponent.
topComponentIsOpened(TopComponent) - Method in class org.openide.windows.WindowManager
Indicates whether specified TopComponent is opened.
topComponentOpen(TopComponent) - Method in class org.openide.windows.WindowManager
Provides opening of specified TopComponent.
topComponentRequestActive(TopComponent) - Method in class org.openide.windows.WindowManager
Provides activation of specified TopComponent.
topComponentRequestAttention(TopComponent) - Method in class org.openide.windows.WindowManager
Cause this TopComponent's tab to flash or otherwise draw the users' attention to it.
topComponentRequestVisible(TopComponent) - Method in class org.openide.windows.WindowManager
Provides selection of specfied TopComponent.
topComponentToFront(TopComponent) - Method in class org.openide.windows.WindowManager
Attempts to bring the parent Window of the given TopComponent to front of other windows.
topComponentToolTipChanged(TopComponent, String) - Method in class org.openide.windows.WindowManager
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 May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.