Package org.eclipse.ercp.swt.mobile

This package contains classes which are suitable for mobile devices.

See:
          Description

Interface Summary
MobileDeviceListener Classes implementing this interface provide methods that are called when the device configuration is updated.
ScreenListener Classes implementing this interface provide methods that are called when the screen configuration is updated.
 

Class Summary
CaptionedControl A CaptionedControl is used to display a label (caption) in front of a control.
Command Command is a metaphor that represents a general action.
ConstrainedText A single-line Text control which constrains the user input by styles.
DateEditor A special data entry control that allows users to enter or choose a date.
HyperLink Instances of this class represent a selectable user interface object that launchs other applications when activated by the end-user.
Input Instances of this class represent key based input features.
ListBox Instances of this class represent a selectable user interface object that displays a list of items consisting of text and icons from a data model.
ListBoxItem Instances of this class represent an item in a ListBox widget.
ListView A widget that allows the user to select one or more items from a collection of items that can be displayed in a multi-column way with different styles.
MobileDevice Instances of this class represent the device that is being used.
MobileDeviceEvent Instances of this class are sent as a result of device configuration changes.
MobileShell A shell particularly suitable for devices that require dynamic change of trims at run-time.
MultiPageDialog Instances of this class represents a tabbed dialog.
QueryDialog A modal window used to prompt the end-user for data input.
Screen Instances of this class represent display screens available for application use.
ScreenEvent Instances of this class are sent as a result of screen configuration changes.
SortedList Instances of this class represent a selectable user interface object that displays a sorted list of text items.
TaskTip This class provides feedback to the user about the state of a long-running task.
TextExtension This class contains methods for extending the functionality of the Text control.
TimedMessageBox A modal window used to shortly inform the user of limited information using a standard style.
 

Package org.eclipse.ercp.swt.mobile Description

This package contains classes which are suitable for mobile devices. The API selection is primarily concerned with meeting the function requirements for mobile embedded devices. The API is a complementary part to eSWT and may utilize Core eSWT components or native widgets for its implementation.

See eSWT User Interface - High Level Design for more introduction text about the user interface architecture and about the context it is being applied to.