Interface and Description |
---|
org.openide.windows.WindowManager.Component
Do not use anymore. This interface is replaced by bunch of protected methods
which name starts with topComponent prefix, i.e.
WindowManager.topComponentOpen(org.openide.windows.TopComponent) , WindowManager.topComponentClose(org.openide.windows.TopComponent) etc. |
org.openide.windows.Workspace
Do not use any more. Use
WindowManager methods directly,
e.g. WindowManager.getModes() etc. |
Class and Description |
---|
org.openide.windows.TopComponent.NodeName
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.
|
Constructor and Description |
---|
org.openide.windows.TopComponent.NodeName(TopComponent)
Please do not use, public just by an accident.
|