Uses of Interface
org.jcsp.awt.Paintable
-
Packages that use Paintable Package Description org.jcsp.awt This provides CSP extensions for all AWTComponent
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 Modifier and Type Class Description class
DisplayList
Fields in org.jcsp.awt declared as Paintable Modifier and Type Field Description private Paintable
ActiveCanvas. paintable
(package private) Paintable
GraphicsProtocol.SetPaintable. paintable
Methods in org.jcsp.awt with parameters of type Paintable Modifier and Type Method Description void
ActiveCanvas. setPaintable(Paintable paintable)
Constructors in org.jcsp.awt with parameters of type Paintable Constructor Description SetPaintable(Paintable paintable)
-