Uses of Interface
org.eclipse.swt.graphics.Drawable
-
Packages that use Drawable Package Description org.eclipse.swt.browser org.eclipse.swt.custom org.eclipse.swt.graphics org.eclipse.swt.internal org.eclipse.swt.opengl org.eclipse.swt.printing org.eclipse.swt.widgets -
-
Uses of Drawable in org.eclipse.swt.browser
Classes in org.eclipse.swt.browser that implement Drawable Modifier and Type Class Description class
Browser
Instances of this class implement the browser user interface metaphor. -
Uses of Drawable in org.eclipse.swt.custom
Classes in org.eclipse.swt.custom that implement Drawable Modifier and Type Class Description class
AnimatedProgress
Deprecated.As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE Styles:VERTICAL, HORIZONTAL, BORDERclass
CBanner
Instances of this class implement a Composite that lays out its children and allows programmatic control of the layout.class
CCombo
The CCombo class represents a selectable user interface object that combines a text field and a list and issues notification when an item is selected from the list.class
CLabel
A Label which supports aligned text and/or an image and different border styles.class
CTabFolder
Instances of this class implement the notebook user interface metaphor.class
SashForm
The SashForm is a composite control that lays out its children in a row or column arrangement (as specified by the orientation) and places a Sash between each child.class
ScrolledComposite
A ScrolledComposite provides scrollbars and will scroll its content when the user uses the scrollbars.class
StyledText
A StyledText is an editable user interface object that displays lines of text.class
TableCursor
A TableCursor provides a way for the user to navigate around a Table using the keyboard.class
TreeCursor
A TreeCursor provides a way for the user to navigate around a Tree with columns using the keyboard.class
ViewForm
Instances of this class implement a Composite that positions and sizes children and allows programmatic control of layout and border parameters. -
Uses of Drawable in org.eclipse.swt.graphics
Classes in org.eclipse.swt.graphics that implement Drawable Modifier and Type Class Description class
Device
This class is the abstract superclass of all device objects, such as the Display device and the Printer device.class
Image
Instances of this class are graphics which have been prepared for display on a specific device.Methods in org.eclipse.swt.graphics with parameters of type Drawable Modifier and Type Method Description static GC
GC. gtk_new(Drawable drawable, GCData data)
Invokes platform specific functionality to allocate a new graphics context.Constructors in org.eclipse.swt.graphics with parameters of type Drawable Constructor Description 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.internal
Methods in org.eclipse.swt.internal with parameters of type Drawable Modifier and Type Method Description static float
DPIUtil. autoScaleDown(Drawable drawable, float size)
Auto-scale down float dimensions if enabled for Drawable class.static float[]
DPIUtil. autoScaleDown(Drawable drawable, float[] size)
Auto-scale down float array dimensions if enabled for Drawable class.static int
DPIUtil. autoScaleDown(Drawable drawable, int size)
Auto-scale down int dimensions if enabled for Drawable class.static int[]
DPIUtil. autoScaleDown(Drawable drawable, int[] pointArray)
static Point
DPIUtil. autoScaleDown(Drawable drawable, Point point)
Returns a new scaled down Point if enabled for Drawable class.static Rectangle
DPIUtil. autoScaleDown(Drawable drawable, Rectangle rect)
Returns a new scaled down Rectangle if enabled for Drawable class.static float
DPIUtil. autoScaleUp(Drawable drawable, float size)
static int
DPIUtil. autoScaleUp(Drawable drawable, int size)
Auto-scale up int dimensions if enabled for Drawable class.static int[]
DPIUtil. autoScaleUp(Drawable drawable, int[] pointArray)
static Point
DPIUtil. autoScaleUp(Drawable drawable, Point point)
Returns a new scaled up Point if enabled for Drawable class.static Rectangle
DPIUtil. autoScaleUp(Drawable drawable, Rectangle rect)
Returns a new scaled up Rectangle if enabled for Drawable class. -
Uses of Drawable in org.eclipse.swt.opengl
Classes in org.eclipse.swt.opengl that implement Drawable Modifier and Type Class Description class
GLCanvas
GLCanvas is a widget capable of displaying OpenGL content. -
Uses of Drawable in org.eclipse.swt.printing
Classes in org.eclipse.swt.printing that implement Drawable Modifier and Type Class Description class
Printer
Instances of this class are used to print to a printer. -
Uses of Drawable in org.eclipse.swt.widgets
Classes in org.eclipse.swt.widgets that implement Drawable Modifier and Type Class Description 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
CoolBar
Instances of this class provide an area for dynamically positioning the items they contain.class
DateTime
Instances of this class are selectable user interface objects that allow the user to enter and modify date or time values.class
Decorations
Instances of this class provide the appearance and behavior ofShells
, 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
ExpandBar
Instances of this class support the layout of selectable expand bar items.class
Group
Instances of this class provide an etched border with an optional title.class
Label
Instances of this class represent a non-selectable user interface object that displays a string or image.class
Link
Instances of this class represent a selectable user interface object that displays a text with links.class
List
Instances of this class represent a selectable user interface object that displays a list of strings and issues notification when a string is selected.class
ProgressBar
Instances of the receiver represent an unselectable user interface object that is used to display progress, typically in the form of a bar.class
Sash
Instances of the receiver represent a selectable user interface object that allows the user to drag a rubber banded outline of the sash within the parent control.class
Scale
Instances of the receiver represent a selectable user interface object that present a range of continuous numeric values.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
Spinner
Instances of this class are selectable user interface objects that allow the user to enter and modify numeric values.class
TabFolder
Instances of this class implement the notebook user interface metaphor.class
Table
Instances of this class implement a selectable user interface object that displays a list of images and strings and issues notification when selected.class
Text
Instances of this class are selectable user interface objects that allow the user to enter and modify text.class
ToolBar
Instances of this class support the layout of selectable tool bar items.class
Tree
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issues notification when an item in the hierarchy is selected.
-