| ActiveApplet |
java.applet.Applet
with a channel interface, specialising in the operation
of CSProcess networks as applets.
|
| ActiveButton |
java.awt.Button
with a channel interface.
|
| ActiveButtonControl |
This is a user-programmable finite state machine for
controlling an array of ActiveButtons.
|
| ActiveButtonState |
|
| ActiveCanvas |
java.awt.Canvas
with a channel interface.
|
| ActiveCheckbox |
java.awt.Checkbox
with a channel interface.
|
| ActiveCheckboxMenuItem |
java.awt.CheckboxMenuItem
with a channel interface.
|
| ActiveChoice |
java.awt.Choice
with a channel interface.
|
| ActiveClosingFrame |
A specialisation of ActiveFrame that forces a System.exit
upon a Window Closing event.
|
| ActiveComponent |
java.awt.Component
with a channel interface.
|
| ActiveContainer |
java.awt.Container
with a channel interface.
|
| ActiveDialog |
java.awt.Dialog
with a channel interface.
|
| ActiveFileDialog |
java.awt.FileDialog
with a channel interface.
|
| ActiveFrame |
java.awt.Frame
with a channel interface.
|
| ActiveLabel |
java.awt.Label
with a channel interface.
|
| ActiveList |
java.awt.List
with a channel interface.
|
| ActiveMenu |
java.awt.Menu
with a channel interface.
|
| ActiveMenuItem |
java.awt.MenuItem
with a channel interface.
|
| ActivePanel |
java.awt.Panel
with a channel interface.
|
| ActiveScrollbar |
java.awt.Scrollbar
with a channel interface.
|
| ActiveScrollPane |
java.awt.ScrollPane
with a channel interface.
|
| ActiveTextArea |
java.awt.TextArea
with a channel interface.
|
| ActiveTextEnterArea |
A specialisation of ActiveTextArea that writes text to
the event channel only when ESCAPE is pressed.
|
| ActiveTextEnterField |
A specialisation of ActiveTextField that writes text to
the event channel only when ENTER or ESCAPE is pressed.
|
| ActiveTextField |
java.awt.TextField
with a channel interface.
|
| ActiveWindow |
java.awt.Window
with a channel interface.
|
| DisplayList |
This implements the Display and Paintable interfaces and provides
a channel-like connection between user processes and an active graphics component.
|
| GraphicsCommand |
This is the tagged protocol interpreted by objects
(such as DisplayList) that implement the Display interface.
|
| GraphicsCommand.ClearRect |
This is the (immutable) command object for
java.awt.Graphics.clearRect.
|
| GraphicsCommand.ClipRect |
This is the (immutable) command object for
java.awt.Graphics.clipRect.
|
| GraphicsCommand.CopyArea |
This is the (immutable) command object for
java.awt.Graphics.copyArea.
|
| GraphicsCommand.Draw3DRect |
This is the (immutable) command object for
java.awt.Graphics.draw3DRect.
|
| GraphicsCommand.DrawArc |
This is the (immutable) command object for
java.awt.Graphics.drawArc.
|
| GraphicsCommand.DrawBytes |
This is the (immutable) command object for
java.awt.Graphics.drawBytes.
|
| GraphicsCommand.DrawChars |
This is the (immutable) command object for
java.awt.Graphics.drawChars.
|
| GraphicsCommand.DrawImage |
This is the (immutable) command object for
java.awt.Graphics.drawImage.
|
| GraphicsCommand.DrawLine |
This is the (immutable) command object for
java.awt.Graphics.drawLine.
|
| GraphicsCommand.DrawOval |
This is the (immutable) command object for
java.awt.Graphics.drawOval.
|
| GraphicsCommand.DrawPolygon |
This is the (immutable) command object for
java.awt.Graphics.drawPolygon.
|
| GraphicsCommand.DrawPolyline |
This is the (immutable) command object for
java.awt.Graphics.drawPolyline.
|
| GraphicsCommand.DrawRect |
This is the (immutable) command object for
java.awt.Graphics.drawRect.
|
| GraphicsCommand.DrawRoundRect |
This is the (immutable) command object for
java.awt.Graphics.drawRoundRect.
|
| GraphicsCommand.DrawString |
This is the (immutable) command object for
java.awt.Graphics.drawString.
|
| GraphicsCommand.Fill3DRect |
This is the (immutable) command object for
java.awt.Graphics.translate.
|
| GraphicsCommand.FillArc |
This is the (immutable) command object for
java.awt.Graphics.fillArc.
|
| GraphicsCommand.FillOval |
This is the (immutable) command object for
java.awt.Graphics.fillOval.
|
| GraphicsCommand.FillPolygon |
This is the (immutable) command object for
java.awt.Graphics.fillPolygon.
|
| GraphicsCommand.FillRect |
This is the (immutable) command object for
java.awt.Graphics.fillRect.
|
| GraphicsCommand.FillRoundRect |
This is the (immutable) command object for
java.awt.Graphics.fillRoundRect.
|
| GraphicsCommand.General |
This is the command object holding a GraphicsCommand.Graphic object
implementing an arbitrary set of graphics operations.
|
| GraphicsCommand.SetClip |
This is the (immutable) command object for
java.awt.Graphics.setClip.
|
| GraphicsCommand.SetColor |
This is the (immutable) command object for
java.awt.Graphics.setColor.
|
| GraphicsCommand.SetFont |
This is the (immutable) command object for
java.awt.Graphics.setFont.
|
| GraphicsCommand.SetXORMode |
This is the (immutable) command object for
java.awt.Graphics.setXORMode.
|
| GraphicsCommand.Translate |
This is the (immutable) command object for
java.awt.Graphics.translate.
|
| GraphicsProtocol |
This is the tagged protocol for use over the toGraphics
configuration channel of an active graphics component.
|
| GraphicsProtocol.General |
This is a general configuration class for the graphics component.
|
| GraphicsProtocol.MakeMISImage |
This is a configuration class to associate a java.awt.image.MemoryImageSource
with the graphics component.
|
| GraphicsProtocol.SetBackground |
This is a configuration class for setting the background java.awt.Color
of the active graphics component.
|
| GraphicsProtocol.SetPaintable |
This is a configuration class to register a org.jcsp.awt.Paintable object
with the graphics component.
|