See: Description
Package | Description |
---|---|
org.openide.windows |
Most parts of NetBeans do not manipulate windows directly, but use
special
top components.
|
XXX no answer for arch-overall
The method is called when CloneableOpenSupportRedirector found another instance of CloneableOpenSupport to open instead the current. It is possible to override afterRedirect in derived classes and handle this situation.
It is possible to override boolean window system properties defined in resource bundle org/netbeans/core/windows/Bundle.properties
with system properties prefixed with "NB.WinSys.". For example property
Mix.Editors.And.Views.Enabled
can be overriden with a command-line switch
-J-DNB.WinSys.Mix.Editors.And.Views.Enabled=false
.
Version of CloneableEditorSupportRedirector which will be called only during opening of document when algorith tries to understand if file is in list of already opened TCs or not. SPI implementers to setup filter on specific requests only... This could minimize number of redirect() calls.
The new methods can be used in conjunction with split multiview window, where e.g. the pallette needs to know which two of the available subcomponents are showing and query their lookup.
New method setAttentionHighlight(boolean) in TopComponent class can be used to permanently highlight TopComponent's tab until user activates it.
XXX no answer for arch-usecases
|
The sources for the module are in the NetBeans Mercurial repositories.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.
Built on December 20 2016. | Portions Copyright 1997-2016 Oracle. All rights reserved.