Uses of Package
org.jcsp.awt
-
Packages that use org.jcsp.awt Package Description org.jcsp.awt This provides CSP extensions for all AWTComponent
components: GUI events and widget configurations map to channel communications.org.jcsp.plugNplay This provides an assortment of plug-and-play CSP components to wire together (with Object-carrying wires) and reuse. -
Classes in org.jcsp.awt used by org.jcsp.awt Class Description ActiveButtonControl.BadArguments This gets thrown if a consistency check fails in theActiveButtonControl
constructor.ActiveButtonState A state of theActiveButtonControl
finite state machine.ActiveButtonState.BadArguments This gets thrown if a consistency check fails in theActiveButtonState
constructor.ActiveFrame java.awt.Frame
with a channel interface.ActiveTextArea java.awt.TextArea
with a channel interface.ActiveTextField java.awt.TextField
with a channel interface.Display Objects implementing this interface provide graphics services to aCSProcess
.GraphicsCommand This is the tagged protocol interpreted by objects (such asDisplayList
) that implement theDisplay
interface.GraphicsCommand.Graphic This is the interface allowing any set ofGraphics
operations to be wrapped up in an object and sent down aDisplay
channel to an Active graphics component.GraphicsProtocol This is the tagged protocol for use over the toGraphics configuration channel of an active graphics component.GraphicsProtocol.Configure This is the interface for general configuration of the graphics component.Paintable Active components may delegate their paint and update methods to objects implementing this interface. -
Classes in org.jcsp.awt used by org.jcsp.plugNplay Class Description ActiveButton java.awt.Button
with a channel interface.ActiveClosingFrame A specialisation ofActiveFrame
that forces a System.exit upon a Window Closing event.ActiveScrollbar java.awt.Scrollbar
with a channel interface.