Uses of Interface
org.jcsp.lang.ChannelOutput
-
Packages that use ChannelOutput Package Description org.jcsp.awt This provides CSP extensions for all AWTComponentcomponents: GUI events and widget configurations map to channel communications.org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP.org.jcsp.net This is main package for JCSP.NET.org.jcsp.net.cns This package contains the files specifically for the JCSP.NET Channel Name Service (CNS).org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure.org.jcsp.net2 org.jcsp.net2.mobile org.jcsp.plugNplay This provides an assortment of plug-and-play CSP components to wire together (with Object-carrying wires) and reuse.org.jcsp.plugNplay.ints This provides an assortment of plug-and-play CSP components to wire together (with int-carrying wires) and reuse.org.jcsp.test org.jcsp.util.filter This defines filtering channels that can apply transformations to objects as they are read and/or written. -
-
Uses of ChannelOutput in org.jcsp.awt
Fields in org.jcsp.awt declared as ChannelOutput Modifier and Type Field Description private ChannelOutput[]ActiveButtonControl. configureprivate ChannelOutputActionEventHandler. eventThe Channel down which ActionEvent commands are sent.private ChannelOutputActiveClosingFrame. eventprivate ChannelOutputActiveFileDialog. eventThe channel to which the selected directory and file names are sent.private ChannelOutputActiveTextEnterArea. eventprivate ChannelOutputActiveTextEnterField. eventprivate ChannelOutputComponentEventHandler. eventThe Channel action event notifications are sent down.private ChannelOutputContainerEventHandler. eventThe Channel action event notifications are sent down.private ChannelOutputFocusEventHandler. eventThe Channel action event notifications are sent down.private ChannelOutputItemEventHandler. eventThe Channel down which ItemEvent notifications are sent.private ChannelOutputKeyEventHandler. eventThe Channel action event notifications are sent down.private ChannelOutputMouseEventHandler. eventThe channel down which action event notifications are sent.private ChannelOutputMouseMotionEventHandler. eventThe Channel action event notifications are sent down.private ChannelOutputTextEventHandler. eventThe Channel TextEvent notifications are sent down.protected ChannelOutputWindowEventHandler. eventThe Channel action event notifications are sent down.private ChannelOutputActiveCanvas. fromGraphicsprivate ChannelOutputActiveButtonControl. reportMethods in org.jcsp.awt with parameters of type ChannelOutput Modifier and Type Method Description voidActiveCheckboxMenuItem. addActionEventChannel(ChannelOutput actionEvent)Add a new channel to this component that will be used to notify that an ActionEvent has occurred.voidActiveApplet. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveButton. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveCanvas. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveCheckbox. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveChoice. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveComponent. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveContainer. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveDialog. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveFileDialog. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveFrame. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveLabel. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveList. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActivePanel. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveScrollbar. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveScrollPane. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveTextArea. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveTextField. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveWindow. addComponentEventChannel(ChannelOutput componentEvent)Add a new channel to this component that will be used to notify that a ComponentEvent has occurred.voidActiveApplet. addContainerEventChannel(ChannelOutput containerEvent)Add a new channel to this component that will be used to notify that a ContainerEvent has occurred.voidActiveContainer. addContainerEventChannel(ChannelOutput containerEvent)Add a new channel to this component that will be used to notify that a ContainerEvent has occurred.voidActiveDialog. addContainerEventChannel(ChannelOutput containerEvent)Add a new channel to this component that will be used to notify that a ContainerEvent has occurred.voidActiveFileDialog. addContainerEventChannel(ChannelOutput containerEvent)Add a new channel to this component that will be used to notify that a ContainerEvent has occurred.voidActiveFrame. addContainerEventChannel(ChannelOutput containerEvent)Add a new channel to this component that will be used to notify that a ContainerEvent has occurred.voidActivePanel. addContainerEventChannel(ChannelOutput containerEvent)Add a new channel to this component that will be used to notify that a ContainerEvent has occurred.voidActiveScrollPane. addContainerEventChannel(ChannelOutput containerEvent)Add a new channel to this component that will be used to notify that a ContainerEvent has occurred.voidActiveWindow. addContainerEventChannel(ChannelOutput containerEvent)Add a new channel to this component that will be used to notify that a ContainerEvent has occurred.voidActiveButton. addEventChannel(ChannelOutput event)Add a new channel to this component that will be used to notify that the button has been pressed.voidActiveApplet. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveButton. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveCanvas. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveCheckbox. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveChoice. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveComponent. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveContainer. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveDialog. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveFileDialog. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveFrame. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveLabel. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveList. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActivePanel. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveScrollbar. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveScrollPane. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveTextArea. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveTextField. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveWindow. addFocusEventChannel(ChannelOutput focusEvent)Add a new channel to this component that will be used to notify that a FocusEvent has occurred.voidActiveList. addItemEventChannel(ChannelOutput itemEvent)Add a new channel to this component that will be used to notify that an ItemEvent has occurred.voidActiveApplet. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveButton. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveCanvas. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveCheckbox. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveChoice. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveComponent. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveContainer. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveDialog. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveFileDialog. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveFrame. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveLabel. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveList. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActivePanel. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveScrollbar. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveScrollPane. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveTextArea. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveTextField. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveWindow. addKeyEventChannel(ChannelOutput keyEvent)Add a new channel to this component that will be used to notify that a KeyEvent has occurred.voidActiveApplet. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveButton. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveCanvas. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveCheckbox. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveChoice. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveComponent. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveContainer. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveDialog. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveFileDialog. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveFrame. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveLabel. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveList. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActivePanel. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveScrollbar. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveScrollPane. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveTextArea. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveTextField. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveWindow. addMouseEventChannel(ChannelOutput mouseEvent)Add a new channel to this component that will be used to notify that a MouseEvent has occurred.voidActiveApplet. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveButton. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveCanvas. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveCheckbox. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveChoice. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveComponent. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveContainer. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveDialog. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveFileDialog. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveFrame. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveLabel. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveList. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActivePanel. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveScrollbar. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveScrollPane. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveTextArea. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveTextField. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveWindow. addMouseMotionEventChannel(ChannelOutput mouseMotionEvent)Add a new channel to this component that will be used to notify that a MouseMotionEvent has occurred.voidActiveFileDialog. addWindowEventChannel(ChannelOutput windowEvent)Add a new channel to this component that will be used to notify that a WindowEvent has occurred.voidActiveCanvas. setGraphicsChannels(ChannelInput toGraphics, ChannelOutput fromGraphics)Set the toGraphics/fromGraphics channels for configuring and/or examining this component.Constructors in org.jcsp.awt with parameters of type ChannelOutput Constructor Description ActionEventHandler(ChannelOutput event)constructs a new ActionEventHandler with the specified output Channel.ActiveButton(ChannelInput configure, ChannelOutput event)Constructs a new ActiveButton with no initial label.ActiveButton(ChannelInput configure, ChannelOutput event, java.lang.String s)Constructs a new ActiveButton.ActiveButtonControl(AltingChannelInput[] event, ChannelOutput[] configure, ChannelOutput report, java.lang.String[][] label, ActiveButtonState[] state, int startState)Constructs a new ActiveButtonControl, performing consistency checks on its supplied arguments.ActiveButtonControl(AltingChannelInput[] event, ChannelOutput[] configure, ChannelOutput report, java.lang.String[][] label, ActiveButtonState[] state, int startState, boolean verbose)Constructs a new ActiveButtonControl, performing consistency checks on its supplied arguments, with a verbose reporting option.ActiveCheckbox(ChannelInput configure, ChannelOutput event)Constructs an ActiveCheckbox with no label, initial state false and configuration and event channels.ActiveCheckbox(ChannelInput configure, ChannelOutput event, java.lang.String s)Constructs a ActiveCheckbox with the label s, initial state false and configuration and event channels.ActiveCheckbox(ChannelInput configure, ChannelOutput event, java.lang.String s, boolean state)Constructs an ActiveCheckbox with the label s, initial state and configuration and event channels.ActiveCheckbox(ChannelInput configure, ChannelOutput event, java.lang.String s, boolean state, java.awt.CheckboxGroup group)Constructs an ActiveCheckbox in the CheckboxGroup group with the label s, initial state and configuration and event channels.ActiveCheckboxMenuItem(ChannelInput configure, ChannelOutput event)Constructs a new unchecked ActiveCheckboxMenuItem with no initial label.ActiveCheckboxMenuItem(ChannelInput configure, ChannelOutput event, java.lang.String s)Constructs a new unchecked ActiveCheckboxMenuItem.ActiveCheckboxMenuItem(ChannelInput configure, ChannelOutput event, java.lang.String s, boolean state)Constructs a new ActiveCheckboxMenuItem.ActiveChoice(ChannelInput configure, ChannelOutput event)Constructs an ActiveChoice with configuration and event channels.ActiveClosingFrame(ChannelInput configure, ChannelOutput event)Constructs a new ActiveClosingFrame with configuration and event channels, but no title.ActiveClosingFrame(ChannelInput configure, ChannelOutput event, java.lang.String title)Constructs a new ActiveClosingFrame with configuration and event channels and a title.ActiveDialog(ChannelInput configure, ChannelOutput event, java.awt.Frame parent)Constructs a new non-modal ActiveDialog with a blank title.ActiveDialog(ChannelInput configure, ChannelOutput event, java.awt.Frame parent, boolean modal)Constructs a new ActiveDialog with a blank title.ActiveDialog(ChannelInput configure, ChannelOutput event, java.awt.Frame parent, java.lang.String title)Constructs a new non-modal ActiveDialog.ActiveDialog(ChannelInput configure, ChannelOutput event, java.awt.Frame parent, java.lang.String title, boolean modal)Constructs a new ActiveDialog.ActiveFileDialog(ChannelInput configure, ChannelOutput event, java.awt.Frame parent)Constructs a new ActiveFileDialog with a blank title for loading a file.ActiveFileDialog(ChannelInput configure, ChannelOutput event, java.awt.Frame parent, int mode)Constructs a new ActiveFileDialog with a blank title.ActiveFileDialog(ChannelInput configure, ChannelOutput event, java.awt.Frame parent, java.lang.String title)Constructs a new ActiveFileDialog for loading a file.ActiveFileDialog(ChannelInput configure, ChannelOutput event, java.awt.Frame parent, java.lang.String title, int mode)Constructs a new ActiveFileDialog.ActiveFrame(ChannelInput configure, ChannelOutput event)Constructs a new ActiveFrame with configuration and event channels, but no title.ActiveFrame(ChannelInput configure, ChannelOutput event, java.lang.String title)Constructs a new ActiveFrame with configuration and event channels and a title.ActiveList(ChannelInput configure, ChannelOutput event)Constructs an ActiveList with configuration and event channels, but no visible items and only one item selectable.ActiveList(ChannelInput configure, ChannelOutput event, int rows)Constructs an ActiveList with configuration and event channels, the specified number of visible lines and only one item selectable.ActiveList(ChannelInput configure, ChannelOutput event, int rows, boolean multipleMode)Constructs an ActiveList with configuration and event channels, the specified number of visible lines and a multiple selection option.ActiveMenu(ChannelInput configure, ChannelOutput event)Constructs an ActiveMenu with configuration and event channels, but with no initial label.ActiveMenu(ChannelInput configure, ChannelOutput event, java.lang.String label)Constructs an ActiveMenu with configuration and event channels and an initial label.ActiveMenu(ChannelInput configure, ChannelOutput event, java.lang.String label, boolean tearOff)Constructs an ActiveMenu with configuration and event channels, an initial label and a tear-off option.ActiveMenuItem(ChannelInput configure, ChannelOutput event)Constructs a new ActiveMenuItem with no label and no shortcut.ActiveMenuItem(ChannelInput configure, ChannelOutput event, java.lang.String s)Constructs a new ActiveMenuItem with no shortcut.ActiveMenuItem(ChannelInput configure, ChannelOutput event, java.lang.String s, java.awt.MenuShortcut ms)Constructs a new ActiveMenuItem.ActiveTextArea(ChannelInput configure, ChannelOutput event)Constructs a new ActiveTextArea with configuration and event channels and scrollbars, but with no initial text or size.ActiveTextArea(ChannelInput configure, ChannelOutput event, java.lang.String s)Constructs a new ActiveTextArea with configuration and event channels and scrollbars and initial text, but with no initial size.ActiveTextArea(ChannelInput configure, ChannelOutput event, java.lang.String s, int rows, int columns)Constructs a new ActiveTextArea with configuration and event channels and scrollbars and initial text and size.ActiveTextArea(ChannelInput configure, ChannelOutput event, java.lang.String s, int rows, int columns, int scrollbars)Constructs a new ActiveTextArea with configuration and event channels and user-defined scrollbars and initial text and size.ActiveTextEnterArea(AltingChannelInput configure, ChannelOutput event)Constructs a new ActiveTextEnterArea with configuration and event channels and scrollbars, but with no initial text or size.ActiveTextEnterArea(AltingChannelInput configure, ChannelOutput event, java.lang.String s)Constructs a new ActiveTextEnterArea with configuration and event channels and scrollbars and initial text, but with no initial size.ActiveTextEnterArea(AltingChannelInput configure, ChannelOutput event, java.lang.String s, int rows, int columns)Constructs a new ActiveTextEnterArea with configuration and event channels and scrollbars and initial text and size.ActiveTextEnterArea(AltingChannelInput configure, ChannelOutput event, java.lang.String s, int rows, int columns, int scrollbars)Constructs a new ActiveTextEnterArea with configuration and event channels and user-defined scrollbars and initial text and size.ActiveTextEnterField(AltingChannelInput configure, ChannelOutput event)Constructs a new ActiveTextEnterField with configuration and event channels, but no initial text.ActiveTextEnterField(AltingChannelInput configure, ChannelOutput event, java.lang.String s)Constructs a new ActiveTextEnterField with configuration and event channels, initial text and default width.ActiveTextEnterField(AltingChannelInput configure, ChannelOutput event, java.lang.String s, int columns)Constructs a new ActiveTextEnterField with configuration and event channels, initial text and width.ActiveTextField(ChannelInput configure, ChannelOutput event)Constructs a new ActiveTextField with configuration and event channels, but no initial text.ActiveTextField(ChannelInput configure, ChannelOutput event, java.lang.String s)Constructs a new ActiveTextField with configuration and event channels, initial text and default width.ActiveTextField(ChannelInput configure, ChannelOutput event, java.lang.String s, int columns)Constructs a new ActiveTextField with configuration and event channels, initial text and width.ActiveWindow(ChannelInput configure, ChannelOutput event, java.awt.Frame f)Constructs a new ActiveWindow.ComponentEventHandler(ChannelOutput event)constructs a new ComponentEventHandler with the specified event output Channel.ContainerEventHandler(ChannelOutput event)constructs a new ContainerEventHandler with the specified event output Channel.FocusEventHandler(ChannelOutput event)constructs a new FocusEventHandler with the specified output Channel.ItemEventHandler(ChannelOutput event)constructs a new ItemEventHandler with the specified event Channel.KeyEventHandler(ChannelOutput event)constructs a new KeyEventHandler with the specified output Channel.MouseEventHandler(ChannelOutput event)constructs a new MouseEventHandler with the specified output channelMouseMotionEventHandler(ChannelOutput event)constructs a new MouseMotionEventHandler with the specified output Channel.TextEventHandler(ChannelOutput event)constructs a new TextEventHandler with the specified event Channel.WindowEventHandler(ChannelOutput event)constructs a new WindowEventHandler with the specified output Channel. -
Uses of ChannelOutput in org.jcsp.lang
Subinterfaces of ChannelOutput in org.jcsp.lang Modifier and Type Interface Description interfaceRejectableChannelOutputDeprecated.This channel is superceded by the poison mechanisms, please seePoisonException.interfaceSharedChannelOutput<T>This is the same asChannelOutputexcept that it is guaranteed safe to pass on to more than one internal process for parallel writing.Classes in org.jcsp.lang that implement ChannelOutput Modifier and Type Class Description classAltingChannelOutput<T>This extendsGuardandChannelOutputto enable a process to choose between many integer output (and other) events.(package private) classAltingChannelOutputSymmetricImpl<T>classBlackHoleChannelThis implementsChannelOutputwith black hole semantics.(package private) classChannelOutputImpl<T>classChannelOutputWrapperDeprecated.There is no longer any need to use this class, after the 1.1 class reorganisation.(package private) classRejectableChannelOutputImpl(package private) classSharedChannelOutputImpl<T>Fields in org.jcsp.lang declared as ChannelOutput Modifier and Type Field Description private ChannelOutputAltingConnectionClientImpl. backToClientprivate ChannelOutputAltingConnectionClientImpl. openToServerprivate ChannelOutput<T>AltingChannelOutputSymmetricImpl. outprivate ChannelOutputChannelOutputWrapper. outDeprecated.The actual channel end.(package private) ChannelOutput<ConnectionMessage<T>>ConnectionClientOpenMessage. replyChannelprivate ChannelOutputAltingConnectionClientImpl. reqToServerprivate ChannelOutputSharedAltingConnectionClient. synchOutprivate ChannelOutputSharedConnectionServerImpl. synchOutprivate ChannelOutput<ConnectionMessage<T>>AltingConnectionServerImpl. toClientMethods in org.jcsp.lang that return ChannelOutput Modifier and Type Method Description static <T> ChannelOutput<T>[]Channel. getOutputArray(One2AnyChannel<T>[] c)This extracts the output-ends from the given channel array.static <T> ChannelOutput<T>[]Channel. getOutputArray(One2OneChannel<T>[] c)This extracts the output-ends from the given channel array.ChannelOutput<T>BufferedOne2OneChannel. out()Returns theChannelOutputobject to use for this channel.ChannelOutput<T>One2AnyChannel. out()Returns the output end of the channel.ChannelOutput<T>One2AnyImpl. out()ChannelOutput<T>One2OneChannel. out()Returns the output channel end.ChannelOutput<T>One2OneChannelImpl. out()Returns theChannelOutputobject to use for this channel.ChannelOutput<T>PoisonableBufferedOne2OneChannel. out()Returns theChannelOutputobject to use for this channel.ChannelOutput<T>PoisonableOne2OneChannelImpl. out()Returns theChannelOutputobject to use for this channel.Constructors in org.jcsp.lang with parameters of type ChannelOutput Constructor Description AltingChannelOutputSymmetricImpl(AltingBarrier ab, ChannelOutput<T> out)AltingConnectionClientImpl(AltingChannelInput fromServer, ChannelOutput openToServer, ChannelOutput reqToServer, ChannelOutput backToClient)Constructs a new instance.ChannelOutputWrapper(ChannelOutput out)Deprecated.Creates a new wrapper for the given channel end.SharedAltingConnectionClient(AltingChannelInput fromServer, ChannelInput synchIn, ChannelOutput openToServer, ChannelOutput reqToServer, SharedChannelOutput synchOut, ChannelOutput backToClient, ConnectionWithSharedAltingClient parent) -
Uses of ChannelOutput in org.jcsp.net
Subinterfaces of ChannelOutput in org.jcsp.net Modifier and Type Interface Description interfaceNetChannelOutputAn interface that should be implemented byChannelOutputobjects which are used for transmitting over the network.interfaceNetSharedChannelOutputThis interface should be implemented by classes that wish to act asNetChannelOutputobjects which can be used by muliple concurrent processes.Classes in org.jcsp.net that implement ChannelOutput Modifier and Type Class Description (package private) classAny2NetChannelA channel for network output (TX).(package private) classOne2NetChannelA channel for network output (TX).Fields in org.jcsp.net declared as ChannelOutput Modifier and Type Field Description (package private) ChannelOutputLinkManager.LinkCheck. replyChan(package private) ChannelOutputLinkManager.LinkRequest. replyChanprivate ChannelOutputOne2NetChannel. toNetThe channel we use for sending to the network TX.(package private) ChannelOutputLinkLost. txChannelThe broken Link's transmit channel.(package private) ChannelOutputMessage. txReplyChannelThe channel for transmitting replies.(package private) ChannelOutputChannelIndexMap.Entry. valueMethods in org.jcsp.net that return ChannelOutput Modifier and Type Method Description ChannelOutputChannelIndexMap. get(long key)(package private) ChannelOutputIndexManager. getRxChannel(long channelIndex)(package private) ChannelOutputIndexManager. getRxChannel(java.lang.String vcnLabel)protected ChannelOutputLink. getTxChannel()Returns channel to use for transmitting.(package private) ChannelOutputLinkManager. getTxChannel(NodeAddressID targetAddress)This is used to get a Link when no details are known about the other Node except for one of its addresses.(package private) ChannelOutputLinkManager. getTxChannel(NodeID target)Get a channel to use to send to a remote PC.(package private) ChannelOutputLinkManager. getTxChannel(NodeID target, Profile linkProfile)Methods in org.jcsp.net with parameters of type ChannelOutput Modifier and Type Method Description voidMessage. bounce(ChannelOutput txChannel)booleanLinkManager.LinksToNodeHolder. joinQueue(ChannelOutput channel, Profile profile)This method allows processes to join a queue waiting for a link to a Node (with a known NodeID) to be established.private voidLink. runTestProcess(ChannelInput in, ChannelOutput out, boolean client)This should be called during the handshaking process.Constructors in org.jcsp.net with parameters of type ChannelOutput Constructor Description Entry(long key, ChannelOutput value)Entry(long key, ChannelOutput value, ChannelIndexMap.Entry next)LinkCheck(ChannelOutput replyChan, NodeID target)LinkRequest(ChannelOutput replyChan, NodeID target, Profile linkProfile) -
Uses of ChannelOutput in org.jcsp.net.cns
Fields in org.jcsp.net.cns declared as ChannelOutput Modifier and Type Field Description private ChannelOutputCNSService. deregisterReplyChanOutprivate ChannelOutputCNSService. leaseReplyChanOutprivate ChannelOutputCNSService. registerReplyChanOut(package private) ChannelOutputCNSService.ServiceProcess. startedChan(package private) ChannelOutputCNS.PendingResolve. txReplyChannelConstructors in org.jcsp.net.cns with parameters of type ChannelOutput Constructor Description PendingResolve(CNSMessage.ResolveReply reply, ChannelOutput txReplyChannel, java.lang.String channelName, NameAccessLevel nameAccessLevel)ServiceProcess(ChannelOutput startedChan) -
Uses of ChannelOutput in org.jcsp.net.dynamic
Subinterfaces of ChannelOutput in org.jcsp.net.dynamic Modifier and Type Interface Description interfaceMigratableChannelOutputA migratable networked channel output end.Classes in org.jcsp.net.dynamic that implement ChannelOutput Modifier and Type Class Description (package private) classMigratableChannelOutputImplImplements of a migratable networked channel output end.Fields in org.jcsp.net.dynamic declared as ChannelOutput Modifier and Type Field Description private ChannelOutputNodeClassLoader.LoaderThread. classResponseWhen classes have arrived they will be passed out on this channel.private ChannelOutputJFTP.QueuedClassLoaderProcess. flushOutprivate ChannelOutputJFTP.QueuedClassLoaderProcess. notifyOutprivate ChannelOutputJFTP.QueuedClassLoaderProcess. queueOutChannelOutputClassManager.ClassRequest. replyChanChannelOutputJFTP.ClassRequest. replyChanMethods in org.jcsp.net.dynamic with parameters of type ChannelOutput Modifier and Type Method Description voidJFTP.ChanSet. addRequest(ChannelOutput out)Adds a request (the channel to reply on) to the set.private voidJFTP. findAndLoadClass(java.lang.String className, boolean wantClass, boolean wantManifest, ChannelOutput toRequestingClient, ChannelOutput notifyOthers, ChannelOutput queueFurtherRequest)Attempts to load a class using the local class loader.voidClassManager. getClass(java.lang.String name, NetChannelLocation classSourceChannelLoc, ChannelOutput replyChan)Requests that the class manager process attempt to load the given class.Constructors in org.jcsp.net.dynamic with parameters of type ChannelOutput Constructor Description ChanSet(ChannelOutput out)Constructs a newChanSetwith an initial entry in the set.ClassRequest(java.lang.String name, NetChannelLocation classSourceChannelLoc, ChannelOutput replyChan)ClassRequest(java.lang.String className, ChannelOutput replyChan, int flags)LoaderThread(NetChannelLocation sourceChannelLocation, AltingChannelInput classRequest, ChannelOutput classResponse, java.lang.ClassLoader deferredLoader, ClassManager classManager)Constructs a newLoaderThread.QueuedClassLoaderProcess(ChannelInput classIn, ChannelOutput notifyOut, ChannelOutput queueOut, ChannelOutput flushOut) -
Uses of ChannelOutput in org.jcsp.net2
Subinterfaces of ChannelOutput in org.jcsp.net2 Modifier and Type Interface Description interfaceNetChannelOutput<T>An interface defining a ChannelOutput that is networked.interfaceNetSharedChannelOutput<T>Defines a networked ChannelOutput that is safe to be used by multiple concurrent processes.Classes in org.jcsp.net2 that implement ChannelOutput Modifier and Type Class Description (package private) classAny2NetChannel<T>An outputting network channel (TX) that can be safely shared amongst multiple writers (Any2Net).(package private) classOne2NetChannel<T>An outputting end of a networked channel (TX).Fields in org.jcsp.net2 declared as ChannelOutput Modifier and Type Field Description (package private) ChannelOutputConnectionData. openServer(package private) ChannelOutputBarrierData. toBarrierThe connection to the Barrier for connecting to the NetBarrier object from the Link(package private) ChannelOutputChannelData. toChannelThe channel output used to connect to the network channel object.(package private) ChannelOutputConnectionData. toConnection(package private) ChannelOutputNetworkMessage. toLinkChannelOutput to the Link so that acknowledgements can be sent.private ChannelOutputOne2NetChannel. toLinkTxThe channel connecting to the Link that connects to the networked input end of this channel.private ChannelOutputNetAltingConnectionClient. toLinkTXprivate ChannelOutputNetBarrier. toLinkTXThe connection to the Link that the client end communicates withprivate ChannelOutputLink.RxLoop. toTxProcessThis is the channel connected to the Link's TX process.Methods in org.jcsp.net2 that return ChannelOutput Modifier and Type Method Description protected ChannelOutputLink. getTxChannel()Gets the channel that is connected to the Link Tx process.Constructors in org.jcsp.net2 with parameters of type ChannelOutput Constructor Description NetAltingConnectionClient(AltingChannelInput input, ChannelOutput toLink, Link link, ConnectionData connData, NetConnectionLocation loc, NetworkMessageFilter.FilterTx filterTX, NetworkMessageFilter.FilterRx filterRX)NetBarrier(BarrierData barData, int numToEnroll, int netNumToEnroll, NetBarrierLocation serverLocation, AltingChannelInput inToBar, ChannelOutput toLink)The constructor for a NetBarrierOne2NetChannel(AltingChannelInput ackChannel, ChannelOutput toLink, Link link, ChannelData chanData, NetChannelLocation loc, int immunity, NetworkMessageFilter.FilterTx filter)Private constructor for creating a One2NetChannel.RxLoop(ChannelOutput out, java.io.DataInputStream stream)Constructor for the RX part of the Link -
Uses of ChannelOutput in org.jcsp.net2.mobile
Classes in org.jcsp.net2.mobile that implement ChannelOutput Modifier and Type Class Description classMobileChannelOutput -
Uses of ChannelOutput in org.jcsp.plugNplay
Fields in org.jcsp.plugNplay declared as ChannelOutput Modifier and Type Field Description private ChannelOutputAnd. outThe output Channelprivate ChannelOutput[]Delta. outThe output Channelsprivate ChannelOutput[]Demultiplex. outThe output Channelsprivate ChannelOutput[]Deparaplex. outThe output Channelsprivate ChannelOutputFibonacci. outThe output Channelprivate ChannelOutputFixedDelay. outThe output Channelprivate ChannelOutputGenerate. outThe output Channelprivate ChannelOutputIdentity. outThe output Channelprivate ChannelOutputIntegrate. outThe output Channelprivate ChannelOutputMerge. outThe output channelprivate ChannelOutputMerge2. outThe output Channelprivate ChannelOutputMult. outThe output Channelprivate ChannelOutputMultiplex. outThe output channelprivate ChannelOutputNand. outThe output Channelprivate ChannelOutputNor. outThe output Channelprivate ChannelOutputNumbers. outThe output Channelprivate ChannelOutputOr. outThe output Channelprivate ChannelOutputPairs. outThe output Channelprivate ChannelOutputParaplex. outThe output channelprivate ChannelOutputPlex. outThe output Channelprivate ChannelOutputPlex2. outThe output Channelprivate ChannelOutputPlus. outThe output Channelprivate ChannelOutputPrefix. outThe output Channelprivate ChannelOutputProcessWrite. outThe channel to which to writeprivate ChannelOutputRegular. outprivate ChannelOutputRegulate. outprivate ChannelOutputSign. outThe output Channelprivate ChannelOutputSquares. outThe output Channelprivate ChannelOutputSubstitute. outThe output Channelprivate ChannelOutputSuccessor. outThe output Channelprivate ChannelOutputTail. outThe output Channelprivate ChannelOutputTimes. outThe output Channelprivate ChannelOutputXor. outThe output Channelprivate ChannelOutputDelta2. out0The first output Channelprivate ChannelOutputDelta2. out1The second output ChannelMethods in org.jcsp.plugNplay with parameters of type ChannelOutput Modifier and Type Method Description private voidDynamicDelta. addOutputChannel(ChannelOutput c)Adds a Channel to the list of output Channels.private voidDynamicDelta. removeOutputChannel(ChannelOutput c)Removes a Channel from the list of output Channels.Constructors in org.jcsp.plugNplay with parameters of type ChannelOutput Constructor Description And(ChannelInput in0, ChannelInput in1, ChannelOutput out)Construct a new And process with the input Channels in0 and in1 and the output Channel out.Delta(ChannelInput in, ChannelOutput[] out)Construct a new Delta process with the input Channel in and the output Channels out.Delta2(ChannelInput in, ChannelOutput out0, ChannelOutput out1)Construct a new Delta2 process with the input Channel in and the output Channels out0 and out1.Demultiplex(ChannelInput in, ChannelOutput[] out)Construct a new Demultiplex process with the input Channel in and the output Channels out.Deparaplex(ChannelInput in, ChannelOutput[] out)Construct a new Deparaplex process with the input Channel in and the output Channels out.DynamicDelta(AltingChannelInput in, AltingChannelInput config, ChannelOutput[] out)Construct a new DynamicDelta process with the input channel in, the configuration channel configure and the initial output channels out.Fibonacci(ChannelOutput out)Construct a new Fibonacci process with the output Channel out.FixedDelay(long delayTime, ChannelInput in, ChannelOutput out)This process copies input to output, imposing a fixed time delay between these events.FramedButton(java.lang.String title, int pixDown, int pixAcross, ChannelInput configure, ChannelOutput event)Construct a framed button process.FramedButtonArray(java.lang.String title, int nButtons, int pixDown, int pixAcross, boolean horizontal, ChannelInput[] configure, ChannelOutput[] event)Construct a framed button array process.FramedButtonGrid(java.lang.String title, int nDown, int nAcross, int pixDown, int pixAcross, ChannelInput[][] configure, ChannelOutput[][] event)Construct a framed button grid process.Generate(ChannelOutput out, int n)Construct a new Generate process with the output channel out.Identity(ChannelInput in, ChannelOutput out)Construct a new Identity process with the input Channel in and the output Channel out.Integrate(ChannelInput in, ChannelOutput out)Construct a new Integrate process with the input Channel in and the output Channel out.Merge(ChannelInput[] in, ChannelOutput out)Construct a new Merge2 process with the input channels inand the output channel out.Merge2(ChannelInput in0, ChannelInput in1, ChannelOutput out)Construct a new Merge2 process with the input channels in0 and in1 and the output channel out.Mult(int n, ChannelInput in, ChannelOutput out)Construct a new Mult process with the input Channel in and the output Channel out.Multiplex(AltingChannelInput[] in, ChannelOutput out)Construct a new Multiplex process with the input Channel in and the output Channels out.Nand(ChannelInput in1, ChannelInput in2, ChannelOutput out)Construct a new Nand process with the input Channels in1 and in2 and the output Channel out.Nor(ChannelInput in1, ChannelInput in2, ChannelOutput out)Construct a new Nor process with the input Channels in1 and in2 and the output Channel out.Numbers(ChannelOutput out)Construct a new Numbers process with the output Channel out.Or(ChannelInput in1, ChannelInput in2, ChannelOutput out)Construct a new Or process with the input Channels in1 and in2 and the output Channel out.Pairs(ChannelInput in, ChannelOutput out)Construct a new Pairs process with the input Channel in and the output Channel out.Paraplex(ChannelInput[] in, ChannelOutput out)Construct a new ParaplexInt process from the array of input channels to the output channel.Plex(AltingChannelInput[] in, ChannelOutput out)Construct a new Plex process with input channels in and output channel out.Plex2(AltingChannelInput in0, AltingChannelInput in1, ChannelOutput out)Construct a new Plex2 process with the input channels in0 and in1 and the output channel out.Plus(ChannelInput in1, ChannelInput in2, ChannelOutput out)Construct a new Plus process with the input Channels in1 and in2 and the output Channel out.Prefix(java.lang.Object o, ChannelInput in, ChannelOutput out)Construct a new Prefix process with the input Channel in and the output Channel out.ProcessWrite(ChannelOutput out)Construct a new ProcessWrite.Regular(ChannelOutput out, int n, long interval)Construct the process.Regulate(AltingChannelInput in, AltingChannelInput reset, ChannelOutput out, long initialInterval)Construct the process.Sign(java.lang.String sign, ChannelInput in, ChannelOutput out)Construct a new Sign process with the input Channel in and the output Channel out.Squares(ChannelOutput out)Construct a new Squares process with the output Channel out.Substitute(ChannelInput in, ChannelOutput out, java.lang.Object o)Construct a new Substitute process.Successor(ChannelInput in, ChannelOutput out)Construct a new Successor process with the input Channel in and the output Channel out.Tail(ChannelInput in, ChannelOutput out)Construct a new Tail process with the input Channel in and the output Channel out.Times(ChannelInput in1, ChannelInput in2, ChannelOutput out)Construct a new Times process with the input Channels in1 and in2 and the output Channel out.Xor(ChannelInput in1, ChannelInput in2, ChannelOutput out)Construct a new Xor process with the input Channels in1 and in2 and the output Channel out. -
Uses of ChannelOutput in org.jcsp.plugNplay.ints
Fields in org.jcsp.plugNplay.ints declared as ChannelOutput Modifier and Type Field Description private ChannelOutputParaplexInt. outThe output channelprivate ChannelOutputSignInt. outThe output ChannelConstructors in org.jcsp.plugNplay.ints with parameters of type ChannelOutput Constructor Description ParaplexInt(ChannelInputInt[] in, ChannelOutput out)Construct a new ParaplexInt process from the array of input channels to the output channel.SignInt(java.lang.String sign, ChannelInputInt in, ChannelOutput out)Construct a new Sign process with the input Channel in and the output Channel out. -
Uses of ChannelOutput in org.jcsp.test
Fields in org.jcsp.test declared as ChannelOutput Modifier and Type Field Description private ChannelOutputWriterProcess. outConstructors in org.jcsp.test with parameters of type ChannelOutput Constructor Description WriterProcess(ChannelOutput out, java.util.List values, AltingBarrier event)WriterProcess(ChannelOutput out, java.util.List values, AltingBarrier[][] events) -
Uses of ChannelOutput in org.jcsp.util.filter
Subinterfaces of ChannelOutput in org.jcsp.util.filter Modifier and Type Interface Description interfaceFilteredChannelOutputInterface for a channel output end that supports write filtering operations.interfaceFilteredSharedChannelOutputInterface for an output channel end that supports filtering operations and can be shared by multiple concurrent processes.Classes in org.jcsp.util.filter that implement ChannelOutput Modifier and Type Class Description (package private) classFilteredChannelOutputWrapperWrapper for an output channel end to include write filtering ability.classFilteredSharedChannelOutputWrapperThis is wrapper for aSharedChannelOutputthat adds write filtering.Methods in org.jcsp.util.filter that return ChannelOutput Modifier and Type Method Description ChannelOutputFilteredOne2AnyChannelImpl. out()ChannelOutputFilteredOne2OneChannelImpl. out()Methods in org.jcsp.util.filter with parameters of type ChannelOutput Modifier and Type Method Description static FilteredChannelOutputFilteredChannelEnd. createFiltered(ChannelOutput out)Creates a new filtered output channel end around an existing output channel end.FilteredChannelOutputFilteredChannelEndFactory. createFiltered(ChannelOutput out)Creates a new filtered channel output end around an existing channel end.Constructors in org.jcsp.util.filter with parameters of type ChannelOutput Constructor Description FilteredChannelOutputWrapper(ChannelOutput out)Constructs a newFilteredChannelOutputWrapperaround the given output channel end.
-