|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Drawable | |
org.eclipse.ercp.swt.mobile | This package contains classes which are suitable for mobile devices. |
org.eclipse.swt.browser | Optional Expanded eSWT Widgets |
org.eclipse.swt.graphics | SWT graphics classes. |
org.eclipse.swt.widgets | Optional Expanded eSWT Widgets |
Uses of Drawable in org.eclipse.ercp.swt.mobile |
Classes in org.eclipse.ercp.swt.mobile that implement Drawable | |
class |
CaptionedControl
A CaptionedControl is used to display a label (caption) in front of a control. |
class |
ConstrainedText
A single-line Text control which constrains the user input by styles. |
class |
DateEditor
A special data entry control that allows users to enter or choose a date. |
class |
HyperLink
Instances of this class represent a selectable user interface object that launchs other applications when activated by the end-user. |
class |
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. |
class |
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. |
class |
MobileShell
A shell particularly suitable for devices that require dynamic change of trims at run-time. |
class |
SortedList
Instances of this class represent a selectable user interface object that displays a sorted list of text items. |
class |
TextExtension
This class contains methods for extending the functionality of the Text control. |
Uses of Drawable in org.eclipse.swt.browser |
Classes in org.eclipse.swt.browser that implement Drawable | |
class |
Browser
Instances of this class implement the browser user interface metaphor. |
Uses of Drawable in org.eclipse.swt.graphics |
Classes in org.eclipse.swt.graphics that implement Drawable | |
class |
Device
This class is the abstract superclass of all device objects, such as the Display device. |
class |
Image
Instances of this class are graphics which have been prepared for display on a specific device. |
Constructors in org.eclipse.swt.graphics with parameters of type Drawable | |
GC(Drawable drawable)
Constructs a new instance of this class which has been configured to draw on the specified drawable. |
|
GC(Drawable drawable,
int style)
Constructs a new instance of this class which has been configured to draw on the specified drawable. |
Uses of Drawable in org.eclipse.swt.widgets |
Classes in org.eclipse.swt.widgets that implement Drawable | |
class |
Button
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
class |
Canvas
Instances of this class provide a surface for drawing arbitrary graphics. |
class |
Combo
Instances of this class are controls that allow the user to choose an item from a list of items, or optionally enter a new value by typing it into an editable text field. |
class |
Composite
Instances of this class are controls which are capable of containing other controls. |
class |
Control
Control is the abstract superclass of all windowed user interface classes. |
class |
Decorations
Instances of this class provide the appearance and behavior of Shells , but are not top
level shells or dialogs. |
class |
Display
Instances of this class are responsible for managing the connection between SWT and the underlying operating system. |
class |
Label
Instances of this class represent a non-selectable user interface object that displays a string or image. |
class |
List
Instances of this class represent a selectable user interface object that displays a list of strings and issues notificiation when a string selected. |
class |
ProgressBar
Instances of the receiver represent is an unselectable user interface object that is used to display progress, typically in the form of a bar. |
class |
Scrollable
This class is the abstract superclass of all classes which represent controls that have standard scroll bars. |
class |
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
class |
Slider
Instances of this class are selectable user interface objects that represent a range of positive, numeric values. |
class |
Table
Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notificiation when selected. |
class |
Text
Instances of this class are selectable user interface objects that allow the user to enter and modify text. |
class |
Tree
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notification when an item in the hierarchy is selected. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |