| Interface Name | In/Out | Stability | Specified in What Document? |
| 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 ignore 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.
|
| org.netbeans.core.windows.Mode.View.DragAndDrop.Enabled | Exported | Stable |
Name of resource bundle property which allows to drag and drop the whole
group of non-document windows when its value is set to true,
which is also the default value.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
| org.netbeans.core.windows.Mode.Editor.DragAndDrop.Enabled | Exported | Stable |
Name of resource bundle property which allows to drag and drop the whole
group of document windows when its value is set to true,
which is also the default value.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
| org.netbeans.core.windows.Mode.View.Undocking.Enabled | Exported | Stable |
Name of resource bundle property which allows to float the whole
group of non-document windows when its value is set to true,
which is also the default value.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
| org.netbeans.core.windows.Mode.Editor.Undocking.Enabled | Exported | Stable |
Name of resource bundle property which allows to float the whole
group of document windows when its value is set to true,
which is also the default value.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
| org.netbeans.core.windows.Mode.Sliding.Enabled | Exported | Stable |
Name of resource bundle property which allows to minimize (slide-out) the whole
group of non-document windows when its value is set to true,
which is also the default value.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
| org.netbeans.core.windows.TopComponent.Auto.Slide.In.Minimized.Mode.Enabled | Exported | Stable |
Name of resource bundle property which controls the opening of windows in a
minimized (slided-out) group of non-document windows. When set to true
(the default value) then a window which should open in a minimized group (Mode)
will open also minimized (slided-out). When set to false a window will open
docked even though the whole group (Mode) has been minimized.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
| org.netbeans.core.windows.Mode.Closing.Enabled | Exported | Stable |
Name of resource bundle property which allows to close the whole
group of non-document windows when its value is set to true,
which is also the default value.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
| WinSys.Show.Hide.MainWindow.While.Switching.Role | Exported | Stable |
Name of resource bundle property which controls whether the main IDE
window may hide temporarily (true) when switching window
layout role or whether the main window should stay visible when switching
roles (false). The default value is false.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
| WinSys.Open.New.Editors.Docked | Exported | Stable |
Name of resource bundle property which when set to true will
force opening of new editor windows docked into the main IDE window.
When set to false new editor windows will open tabbed
with the last active editor window (which may be floating).
The default value is false.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|
| WinSys.DragAndDrop.Sliding.Enabled | Exported | Stable |
Name of resource bundle property which enables/disables drag and drop
of TopComponents into sliding Modes. When set to true then user can
drag a TopComponent and drop it into a sliding bar to minimize it.
The default value is false.
The property value can be adjusted by branding of org.netbeans.core.windows module.
|