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

Scout/Concepts/TabBox


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


Type of composite field to create Tabs.

  • implements: I obj.pngITabBox
  • extends: C obj.pngAbstractTabBox

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 getConfiguredXxxxxx() methods.

See also the Field and the Composite field pages for the properties that all fields have in common.


Events

Defined with execXxxxxx() methods.

See also the Field and the Composite field pages for the events that all fields have in common.


See Also

Back to the top