Uses of Interface
org.jcsp.awt.Paintable

Packages that use Paintable
org.jcsp.awt This provides CSP extensions for all AWT Component components: GUI events and widget configurations map to channel communications. 
 

Uses of Paintable in org.jcsp.awt
 

Classes in org.jcsp.awt that implement Paintable
 class DisplayList
          This implements the Display and Paintable interfaces and provides a channel-like connection between user processes and an active graphics component.
 

Methods in org.jcsp.awt with parameters of type Paintable
 void ActiveCanvas.setPaintable(Paintable paintable)
          Set the Paintable object that will be used by the paint and update methods of this canvas.
 

Constructors in org.jcsp.awt with parameters of type Paintable
GraphicsProtocol.SetPaintable(Paintable paintable)
           
 



Copyright © 1996-2012. All Rights Reserved.