Class |
Description |
ActiveApplet
|
Applet<TT>java.applet.Applet</TT>
with a channel interface, specialising in the operation
of CSProcess networks as applets.
|
ActiveButton
|
Button<TT>java.awt.Button</TT>
with a channel interface.
|
ActiveButtonControl
|
This is a user-programmable finite state machine for
controlling an array of ActiveButtons.
|
ActiveButtonState
|
A state of the ActiveButtonControl finite state machine.
|
ActiveCanvas
|
Canvas<TT>java.awt.Canvas</TT>
with a channel interface.
|
ActiveCheckbox
|
Checkbox<TT>java.awt.Checkbox</TT>
with a channel interface.
|
ActiveCheckboxMenuItem
|
CheckboxMenuItem<TT>java.awt.CheckboxMenuItem</TT>
with a channel interface.
|
ActiveChoice
|
Choice<TT>java.awt.Choice</TT>
with a channel interface.
|
ActiveClosingFrame
|
A specialisation of ActiveFrame that forces a System.exit
upon a Window Closing event.
|
ActiveComponent
|
Component<TT>java.awt.Component</TT>
with a channel interface.
|
ActiveContainer
|
Container<TT>java.awt.Container</TT>
with a channel interface.
|
ActiveDialog
|
Dialog<TT>java.awt.Dialog</TT>
with a channel interface.
|
ActiveFileDialog
|
FileDialog<TT>java.awt.FileDialog</TT>
with a channel interface.
|
ActiveFrame
|
Frame<TT>java.awt.Frame</TT>
with a channel interface.
|
ActiveLabel
|
Label<TT>java.awt.Label</TT>
with a channel interface.
|
ActiveList
|
List<TT>java.awt.List</TT>
with a channel interface.
|
ActiveMenu
|
Menu<TT>java.awt.Menu</TT>
with a channel interface.
|
ActiveMenuItem
|
MenuItem<TT>java.awt.MenuItem</TT>
with a channel interface.
|
ActivePanel
|
Panel<TT>java.awt.Panel</TT>
with a channel interface.
|
ActiveScrollPane
|
ScrollPane<TT>java.awt.ScrollPane</TT>
with a channel interface.
|
ActiveScrollbar
|
Scrollbar<TT>java.awt.Scrollbar</TT>
with a channel interface.
|
ActiveTextArea
|
TextArea<TT>java.awt.TextArea</TT>
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
|
TextField<TT>java.awt.TextField</TT>
with a channel interface.
|
ActiveWindow
|
Window<TT>java.awt.Window</TT>
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
Graphics.clearRect<TT>java.awt.Graphics.clearRect</TT>. |
GraphicsCommand.ClipRect
|
This is the (immutable) command object for
Graphics.clipRect<TT>java.awt.Graphics.clipRect</TT>. |
GraphicsCommand.CopyArea
|
This is the (immutable) command object for
Graphics.copyArea<TT>java.awt.Graphics.copyArea</TT>. |
GraphicsCommand.Draw3DRect
|
This is the (immutable) command object for
Graphics.draw3DRect<TT>java.awt.Graphics.draw3DRect</TT>. |
GraphicsCommand.DrawArc
|
This is the (immutable) command object for
Graphics.drawArc<TT>java.awt.Graphics.drawArc</TT>. |
GraphicsCommand.DrawBytes
|
This is the (immutable) command object for
Graphics.drawBytes<TT>java.awt.Graphics.drawBytes</TT>. |
GraphicsCommand.DrawChars
|
This is the (immutable) command object for
Graphics.drawChars<TT>java.awt.Graphics.drawChars</TT>. |
GraphicsCommand.DrawImage
|
This is the (immutable) command object for
Graphics.drawImage<TT>java.awt.Graphics.drawImage</TT>. |
GraphicsCommand.DrawLine
|
This is the (immutable) command object for
Graphics.drawLine<TT>java.awt.Graphics.drawLine</TT>. |
GraphicsCommand.DrawOval
|
This is the (immutable) command object for
Graphics.drawOval<TT>java.awt.Graphics.drawOval</TT>. |
GraphicsCommand.DrawPolygon
|
This is the (immutable) command object for
Graphics.drawPolygon<TT>java.awt.Graphics.drawPolygon</TT>. |
GraphicsCommand.DrawPolyline
|
This is the (immutable) command object for
Graphics.drawPolyline<TT>java.awt.Graphics.drawPolyline</TT>. |
GraphicsCommand.DrawRect
|
This is the (immutable) command object for
Graphics.drawRect<TT>java.awt.Graphics.drawRect</TT>. |
GraphicsCommand.DrawRoundRect
|
This is the (immutable) command object for
Graphics.drawRoundRect<TT>java.awt.Graphics.drawRoundRect</TT>. |
GraphicsCommand.DrawString
|
This is the (immutable) command object for
Graphics.drawString<TT>java.awt.Graphics.drawString</TT>. |
GraphicsCommand.Fill3DRect
|
This is the (immutable) command object for
Graphics.translate<TT>java.awt.Graphics.translate</TT>. |
GraphicsCommand.FillArc
|
This is the (immutable) command object for
Graphics.fillArc<TT>java.awt.Graphics.fillArc</TT>. |
GraphicsCommand.FillOval
|
This is the (immutable) command object for
Graphics.fillOval<TT>java.awt.Graphics.fillOval</TT>. |
GraphicsCommand.FillPolygon
|
This is the (immutable) command object for
Graphics.fillPolygon<TT>java.awt.Graphics.fillPolygon</TT>. |
GraphicsCommand.FillRect
|
This is the (immutable) command object for
Graphics.fillRect<TT>java.awt.Graphics.fillRect</TT>. |
GraphicsCommand.FillRoundRect
|
This is the (immutable) command object for
Graphics.fillRoundRect<TT>java.awt.Graphics.fillRoundRect</TT>. |
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
Graphics.setClip<TT>java.awt.Graphics.setClip</TT>. |
GraphicsCommand.SetColor
|
This is the (immutable) command object for
Graphics.setColor<TT>java.awt.Graphics.setColor</TT>. |
GraphicsCommand.SetFont
|
This is the (immutable) command object for
Graphics.setFont<TT>java.awt.Graphics.setFont</TT>. |
GraphicsCommand.SetXORMode
|
This is the (immutable) command object for
Graphics.setXORMode<TT>java.awt.Graphics.setXORMode</TT>. |
GraphicsCommand.Translate
|
This is the (immutable) command object for
Graphics.translate<TT>java.awt.Graphics.translate</TT>. |
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. |