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

7 Basic Controls

Revision as of 19:08, 17 January 2007 by Unnamed Poltroon (Talk)

Back to RWTOverview

RWT will have the same behavior for all basic controls as SWT does. Currently there exists an incomplete implementation that provides basic functionality.

Class Label

Currently implemented:

  • get/set text

Class Button

Currently implemented:

  • the types CHECK, PUSH, RADIO
  • get/set text and image
  • selection
  • alignment
  • SelectionListener

Class Text

Currently implemented:

  • get/set text

Class List

Currently implemented:

  • all selection-related methods
  • handling of focused item
  • all item operations
  • SelectionListener

Class Combo

Currently Implemented:

  • all selection-related methods
  • all item operations
  • SelectionListener

Back to the top