Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/Concepts/Cell

< Scout‎ | Concepts
Revision as of 13:26, 8 February 2013 by Jeremie.bresson.unblu.com (Talk | contribs) (New page: {{ScoutPage|cat=Concepts}} A cell is an element of the scout model used to represent a table cell or a tree node. * interface: {{ScoutJavadoc|ICell|I}} * class: {{ScoutJavadoc|Cell|C}} ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

A cell is an element of the scout model used to represent a table cell or a tree node.

Description

A cell groups together different element used to represent the cell:

  • Text
  • Icon
  • Tooltip Text
  • Font
  • Background Color
  • Foreground Color
  • Horizontal Alignment
  • Value
  • Editable Flag (true or false)
  • Enabled Flag (true or false)


See also

Back to the top