Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/TabBox"

(Screenshot)
(Description)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ScoutPage|cat=Concepts}}
+
{{ScoutPage|cat=Component Model}}
  
 
Type of {{ScoutLink|Concepts|CompositeField|composite field}} to create Tabs.
 
Type of {{ScoutLink|Concepts|CompositeField|composite field}} to create Tabs.
Line 7: Line 7:
  
 
== Description ==
 
== Description ==
{{note|TODO|add Description}}
+
The TabBox is a composite field to create tabs.
  
 +
It can only contain GroupBoxes.
  
 
== Screenshot ==
 
== Screenshot ==
[[Image:Scout_TabBox.png]]
+
{|{{BMTableStyle}}
 +
|-{{BMTHStyle}}
 +
! RAP
 +
! SWT
 +
! Swing
 +
! Swing Rayo
 +
|-
 +
| [[Image:Scout_3.8_TabBox_RAP.png]] || [[Image:Scout_3.8_TabBox_SWT.png]] || [[Image:Scout_3.8_TabBox_Swing.png]] || [[Image:Scout_3.8_TabBox_Swing_Rayo.png]]
 +
|-
 +
|}
  
 
== Properties ==
 
== Properties ==

Revision as of 08:20, 4 October 2012

The Scout documentation has been moved to https://eclipsescout.github.io/.

Type of The Scout documentation has been moved to https://eclipsescout.github.io/. to create Tabs.

Description

The TabBox is a composite field to create tabs.

It can only contain GroupBoxes.

Screenshot

RAP SWT Swing Swing Rayo
Scout 3.8 TabBox RAP.png Scout 3.8 TabBox SWT.png Scout 3.8 TabBox Swing.png Scout 3.8 TabBox Swing Rayo.png

Properties

Defined with The Scout documentation has been moved to https://eclipsescout.github.io/. methods.

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. and the The Scout documentation has been moved to https://eclipsescout.github.io/. pages for the properties that all fields have in common.


Events

Defined with The Scout documentation has been moved to https://eclipsescout.github.io/. methods.

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. and the The Scout documentation has been moved to https://eclipsescout.github.io/. pages for the events that all fields have in common.


See Also

Back to the top