Eclipse Rich Ajax Platform

Uses of Class
org.eclipse.swt.graphics.GC

Packages that use GC
org.eclipse.swt.events   
org.eclipse.swt.widgets   
 

Uses of GC in org.eclipse.swt.events
 

Fields in org.eclipse.swt.events declared as GC
 GC PaintEvent.gc
          the graphics context to use when painting that is configured to use the colors, font and damaged region of the control.
 

Constructors in org.eclipse.swt.events with parameters of type GC
PaintEvent(Widget widget, GC gc, Rectangle bounds)
          Constructs a new instance of this class.
 

Uses of GC in org.eclipse.swt.widgets
 

Fields in org.eclipse.swt.widgets declared as GC
 GC Event.gc
          the graphics context to use when painting that is configured to use the colors, font and damaged region of the control.
 


Eclipse Rich Ajax Platform

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