Interface Name | In/Out | Stability | Specified in What Document? |
KeepNonPersistentTCInModelWhenClosed | Exported | Private |
Client property "KeepNonPersistentTCInModelWhenClosed" of TopComponent controls behavior of winsys
when TopComponent with persistence type "Never" or "OnlyOpened" is closed. As some TopComponent wants
to keep their position in winsys ie. be able to reopen at the same place and some TopComponent wants
to be removed from winsys model.
If property is not set nonpersistent TopComponent is removed from model when closed - it is original
behavior before fix of issue #101700.
If property is set (to Boolean.TRUE) then TopComponent is kept in model. It means that
client must explicitly set this client property to get behavior requested by issue #101700.
|
netbeans.winsys.tc.activate_at_startup | Exported | Private |
Name of TopComponent's Boolean client property which instructs the window system to activate
the given TopComponent at startup time regardless which TopComponent was active at
shutdown time. So it's usuable for welcome screen-like behavior.
If more than one TopComponent has this property set to Boolean.TRUE then
an arbitrary one will be selected and activated.
|
TopComponentAllowDockAnywhere | Exported | Private |
Name of client property (of Boolean type) which says whether the TopComponent is allowed
to be docked anywhere (even crossing view-editor border).
|
netbeans.winsys.tc.keep_preferred_size_when_slided_in | Exported | Stable |
Name of TopComponent's Boolean client property which forces the window system
to respect TopComponent's preferred size when it is slided-in from left/right/bottom
sliding bar when set to Boolean.TRUE. Otherwise the slided-in TopComponent
will fill the entire width/length of the IDE window (the default behavior).
This switch is intended for tools/palette windows like e.g. color chooser,
tool picker etc.
|
netbeans.winsys.tc.closing_disabled | Exported | Stable |
Name of TopComponent's Boolean client property which removes close button
from TopComponent's header and disables its 'Close Window' action when set to Boolean.TRUE.
|
netbeans.winsys.tc.sliding_disabled | Exported | Stable |
Name of TopComponent's Boolean client property which removes 'minimized' button
from TopComponent's header and disables its 'Minimize Window' action when
set to Boolean.TRUE. TopComponents which are already slided-out and have this
property set to Boolean.TRUE will have 'pin' button removed from their header
and their 'Minimize Window' action will be disabled.
|
netbeans.winsys.tc.undocking_disabled | Exported | Stable |
Name of TopComponent's Boolean client property which disables TopComponent's
'Undock Window' action when set to Boolean.TRUE. TopComponents which are already
floating and have this property set to Boolean.TRUE will have their 'Dock Window' action disabled.
|
netbeans.winsys.tc.dragging_disabled | Exported | Stable |
Name of TopComponent's Boolean client property which disables drag and drop
when set to Boolean.TRUE.
|
netbeans.winsys.tc.maximization_disabled | Exported | Stable |
Name of TopComponent's Boolean client property which disables TopComponent
maximization by double-clicking its header when set to Boolean.TRUE. TopComponent's
'Maximize Window' action will be also disabled.
|
OpenIDE-Transmodal-Action | Exported | Friend |
An Action with the property OpenIDE-Transmodal-Action set to
Boolean.TRUE should function on all focused components. This includes the Main
Window, dialogs, popup menus, etc. Otherwise only the Main Window and TopComponent s
will receive the keystroke.
|
org.netbeans.core.windows.TopComponent.DragAndDrop.Enabled | Exported | Stable |
Name of resource bundle property which disables the drag and drop of window
TopComponents when its value is set to false , the default value is true .
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
org.netbeans.core.windows.TopComponent.Undocking.Enabled | Exported | Stable |
Name of resource bundle property which disables undocking of window
TopComponents when its value is set to false , the default value is true .
When this feature is disabled then there is no 'Undock' item in TopComponent popup menu
and 'Undock Window' action the main menu is disabled.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
org.netbeans.core.windows.TopComponent.Sliding.Enabled | Exported | Stable |
Name of resource bundle property which disables sliding of window
TopComponents when its value is set to false , the default value is true .
When this feature is disabled then there is no 'Minimize Window' item in TopComponent popup menu
and also the Minimize button in TopComponent's header is hidden.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
org.netbeans.core.windows.TopComponent.Resizing.Enabled | Exported | Stable |
Name of resource bundle property which disables resizing of window
TopComponents when its value is set to false , the default value is true .
When this feature is disabled then it is not possible to drag splitter bars
to change the size of TopComponents.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
org.netbeans.core.windows.View.TopComponent.Closing.Enabled | Exported | Stable |
Name of resource bundle property which disables closing of view TopComponents (non-editor windows)
when its value is set to false , the default value is true .
When this feature is disabled then there is no 'Close Window' item in view's popup menu,
there is no close button in TopComponent's header and also 'Close Window' action in
the main menu is disabled when a view TopComponent is activated.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
org.netbeans.core.windows.Editor.TopComponent.Closing.Enabled | Exported | Stable |
Name of resource bundle property which disables closing of editor TopComponents (document windows)
when its value is set to false , the default value is true .
When this feature is disabled then there are no 'Close Window', 'Close All Documents' and
'Close Other Documents' items in editor's popup menu,
there is no close button in editor's header and also Close actions in
the main menu are disabled when an editor TopComponent is activated.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
org.netbeans.core.windows.TopComponent.Maximization.Enabled | Exported | Stable |
Name of resource bundle property which disables maximization of TopComponents
when its value is set to false , the default value is true .
When this feature is disabled then there is no 'Maximize Window' item
in TopComponent's popup menu and also 'Maximize Window' action in
the main menu is disabled.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
org.netbeans.core.windows.Splitter.Respect.MinimumSize.Enabled | Exported | Stable |
Name of resource bundle property which forces splitter to ingore TopComponent
minimum size when resizing when its value is set to false ,
the default value is true .
When this feature is enabled then the splitter bars will not move beyond
the minimum size of its TopComponents.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
netbeans.windows | Exported | Private |
This property was deleted and has no effect now, as sdi support was dropped
and replaced by individual seperate windows. Please don't use, it's useless.
|