Eclipse Remote Application Platform

org.eclipse.swt.graphics
Interface Drawable

All Known Implementing Classes:
Browser, Button, Canvas, CBanner, CCombo, CLabel, Combo, Composite, Control, CoolBar, CTabFolder, DateTime, Decorations, Device, Display, ExpandBar, FileUpload, Group, Label, Link, List, ProgressBar, Sash, SashForm, Scale, Scrollable, ScrolledComposite, Shell, Slider, Spinner, TabFolder, Table, Text, ToolBar, Tree, ViewForm

public interface Drawable

Implementers of Drawable can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.

IMPORTANT: This interface is not part of the SWT public API. It is marked public only so that it can be shared within the packages provided by SWT. It should never be referenced from application code.

, GC


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.