Interface | 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 | 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 | Description |
---|---|
org.openide.windows.TopComponent.NodeName(TopComponent) |
Please do not use, public just by an accident.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.