- toFront() - Method in class org.openide.windows.TopComponent
-
Attempts to bring the parent Window
or Frame
of this TopComponent
to front of other windows.
- TopComponent - Class in org.openide.windows
-
Embeddable visual component to be displayed in NetBeans.
- 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 in org.openide.windows
-
Each top component that wishes to be cloned should implement
this interface, so CloneAction can check it and call the cloneComponent
method.
- TopComponent.Description - Annotation Type in org.openide.windows
-
Provides basic information about the persistence of a
TopComponent
.
- TopComponent.NodeName - Class in org.openide.windows
-
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.OpenActionRegistration - Annotation Type in org.openide.windows
-
Creates an action that can open the component.
- TopComponent.Registration - Annotation Type in org.openide.windows
-
- TopComponent.Registry - Interface in org.openide.windows
-
Registry of all top components.
- TopComponent.SubComponent - Class in org.openide.windows
-
Representation of a visual sub-component displayed in a TopComponent,
for example sub-tabs in a multiview window.
- TopComponent.SubComponent(String, ActionListener, boolean) - Constructor for class org.openide.windows.TopComponent.SubComponent
-
C'tor
- TopComponent.SubComponent(String, String, ActionListener, boolean) - Constructor for class org.openide.windows.TopComponent.SubComponent
-
C'tor
- TopComponent.SubComponent(String, String, ActionListener, boolean, Lookup, boolean) - Constructor for class org.openide.windows.TopComponent.SubComponent
-
C'tor
- topComponentActivatedNodesChanged(TopComponent, Node[]) - Method in class org.openide.windows.WindowManager
-
Informs about change of activated nodes of specified TopComponent
.
- topComponentAttentionHighlight(TopComponent, boolean) - Method in class org.openide.windows.WindowManager
-
Highlights the tab of the given TopComponent until user activates it.
- 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
.
- topComponentGetTabPosition(TopComponent) - Method in class org.openide.windows.WindowManager
-
Gives position index of given TopComponent in the mode.
- TopComponentGroup - Interface in org.openide.windows
-
Represents window group.
- topComponentHtmlDisplayNameChanged(TopComponent, String) - Method in class org.openide.windows.WindowManager
-
Informs about change of html display name of specified TopComponent
.
- topComponentIconChanged(TopComponent, Image) - Method in class org.openide.windows.WindowManager
-
Informs about chagne of icon of specified TopComponent
.
- topComponentID(TopComponent, String) - Method in class org.openide.windows.WindowManager
-
Returns unique ID for specified TopComponent
.
- topComponentIsOpened(TopComponent) - Method in class org.openide.windows.WindowManager
-
Indicates whether specified TopComponent
is opened.
- topComponentMakeBusy(TopComponent, boolean) - Method in class org.openide.windows.WindowManager
-
Notifies the user that some process is running in the given TopComponent,
for example by drawing an animated "wait" icon in TopComponent's header.
The default implementation does nothing.
- topComponentOpen(TopComponent) - Method in class org.openide.windows.WindowManager
-
Provides opening of specified TopComponent
.
- topComponentOpenAtTabPosition(TopComponent, int) - Method in class org.openide.windows.WindowManager
-
Opens given TopComponent at given position in the mode.
- 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
.