|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopComponent | |
org.openide.awt | A set of utility classes pertaining to the visual appearance of the IDE. |
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. |
Uses of TopComponent in org.openide.awt |
Subclasses of TopComponent in org.openide.awt | |
static class |
HtmlBrowser.BrowserComponent
|
Uses of TopComponent in org.openide.explorer |
Subclasses of TopComponent in org.openide.explorer | |
class |
ExplorerPanel
Simple top component capable of displaying an Explorer. |
Uses of TopComponent in org.openide.text |
Subclasses of TopComponent in org.openide.text | |
class |
CloneableEditor
Cloneable top component to hold the editor kit. |
static class |
EditorSupport.Editor
Deprecated. Cloneable top component to hold the editor kit. |
Uses of TopComponent in org.openide.windows |
Subclasses of TopComponent in org.openide.windows | |
class |
CloneableTopComponent
A top component which may be cloned. |
Methods in org.openide.windows that return TopComponent | |
TopComponent |
CloneableTopComponent.cloneComponent()
Clone the top component and register the clone. |
TopComponent[] |
Mode.getTopComponents()
|
TopComponent |
TopComponent.Cloneable.cloneComponent()
Creates a clone of this component |
TopComponent |
TopComponent.Registry.getActivated()
Get the currently selected element. |
Methods in org.openide.windows with parameters of type TopComponent | |
boolean |
Mode.dockInto(TopComponent c)
Attaches a component to a mode for this workspace. |
boolean |
Mode.canDock(TopComponent tc)
|
protected abstract WindowManager.Component |
WindowManager.createTopComponentManager(TopComponent c)
Create a component manager for the given top component. |
protected static WindowManager.Component |
WindowManager.findComponentManager(TopComponent tc)
Finds top component manager for given top component. |
protected void |
WindowManager.activateComponent(TopComponent tc)
Activate a component. |
protected void |
WindowManager.componentOpenNotify(TopComponent tc)
Notifies component that it was opened (and wasn't opened on any workspace before). |
protected void |
WindowManager.componentCloseNotify(TopComponent tc)
Notifies component that it was closed (and is not opened on any workspace anymore). |
Mode |
Workspace.findMode(TopComponent c)
Finds mode the component is in on this workspace. |
Constructors in org.openide.windows with parameters of type TopComponent | |
TopComponent.NodeName(TopComponent top)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |