Uses of Class
fr.emn.reactiveinput.In

Packages that use In
fr.emn.examples.icondraw   
fr.emn.examples.jazz   
fr.emn.reactiveinput   
fr.emn.reactiveinput.descriptor   
fr.emn.reactiveinput.devices   
 

Uses of In in fr.emn.examples.icondraw
 

Fields in fr.emn.examples.icondraw declared as In
 In DLine.x2
           
 In DLine.y2
           
 In DBrush.width
           
 In DBrush.r
           
 In DBrush.g
           
 In DBrush.b
           
 In DBrush.a
           
 In DInDraw.x
           
 In DInDraw.y
           
 In DRect.x2
           
 In DRect.y2
           
 In DTool.activate
           
 In DTool.use
           
 In DAddShape.command
           
 In DAddShape.cmd_rectangle
           
 In DAddShape.cmd_circle
           
 In DAddShape.bounds
           
 In DBrushTool.width
           
 In DBrushTool.r
           
 In DBrushTool.g
           
 In DBrushTool.b
           
 In DBrushTool.a
           
 In DBrushTool.x
           
 In DBrushTool.y
           
 

Uses of In in fr.emn.examples.jazz
 

Fields in fr.emn.examples.jazz declared as In
 In DJzPick.pick
           
 In DJzPick.x
           
 In DJzPick.y
           
 In DZCanvas.id
           
 In DZCanvas.start
           
 In DZCanvas.x
           
 In DZCanvas.y
           
 In DZCanvas.cameraPan
           
 In DZCanvas.cameraScale
           
 In DZCanvas.cameraRotate
           
 In DZCanvas.cameraZoomIn
           
 In DZCanvas.cameraZoomOut
           
 In DZNode.id
           
 In DZNode.path
           
 In DZNode.change
           
 In DZNode.abort
           
 In DZNode.x
           
 In DZNode.y
           
 In DZNode.scalex
           
 In DZNode.scaley
           
 

Uses of In in fr.emn.reactiveinput
 

Subclasses of In in fr.emn.reactiveinput
 class MissingIn
          A slot that was not found.
 

Methods in fr.emn.reactiveinput that return In
static In[] Slot.flatten(In in)
          Returns an array of equivalent slots belonging to non-compound nodes
static In[] Slot.flatten(In[] ins)
          Returns an array of equivalent slots belonging to non-(pin/compound) nodes
 In[] Out.getConnected()
          REMOVE.
 In InPin.getExternalIn()
           
 In MissingDevice.addAbsentIn(java.lang.String name)
          Adds an inSlot.
protected  In AbstractDevice.addIn(java.lang.String name, int type)
          Adds an inSlot to the device (obligatory=false).
protected  In AbstractDevice.addIn(java.lang.String name, int type, boolean obligatory)
          Adds an inSlot to the device.
 In[] AbstractDevice.getIns()
           
protected  In AbstractMutableDevice.addMutableIn(java.lang.String name, int type)
          Adds a mutable inSlot to the device (obligatory=false).
protected  In AbstractMutableDevice.addMutableIn(java.lang.String name, int type, boolean obligatory)
          Adds a mutable inSlot to the device.
protected  In AbstractMutableDevice.addMutableIn(java.lang.String name, int type, boolean obligatory, boolean dynamic)
          Adds a mutable dynamic inSlot to the device.
 In[] Device.getIns()
          Returns the device's input slots.
 In[] CompoundDevice.getIns()
           
 In[] CompoundDevice.getInternalIns(In slot)
          Returns internal slots connected to the compound device's slot.
 In[] Pin.getIns()
           
static In Finder.findIn(Device d, InDescriptor desc)
          Find in the given device an input slot matching the given descriptor.
static In[] Finder.findInMatch(Device d, InDescriptor[] desc)
          Find in the given device an array of distinct input slots matching the given array of descriptors.
static In[] Finder.findIns(Device d, InDescriptor desc)
          Find in the given device all input slots matching the given descriptor.
 

Methods in fr.emn.reactiveinput with parameters of type In
static In[] Slot.flatten(In in)
          Returns an array of equivalent slots belonging to non-compound nodes
static In[] Slot.flatten(In[] ins)
          Returns an array of equivalent slots belonging to non-(pin/compound) nodes
 boolean Configuration.disconnect(In in)
          Same as connect(in, null).
static boolean Configuration.isConnected(In in, Out out)
          Returns true if slots are connected.
 In[] CompoundDevice.getInternalIns(In slot)
          Returns internal slots connected to the compound device's slot.
 

Uses of In in fr.emn.reactiveinput.descriptor
 

Methods in fr.emn.reactiveinput.descriptor with parameters of type In
 boolean IDType.contains(In slot)
          Returns true if slot's type is a subtype of the type given in constructor.
 boolean IDMutable.contains(In slot)
           
 boolean InDescriptor.contains(In slot)
          Returns true if this descriptor contains given slot.
 boolean IDNot.contains(In slot)
           
 boolean IDIndex.contains(In slot)
           
static InDescriptor DescriptorUtilities.getDefaultDescriptor(In s)
          Creates a default descriptor for the input slot o.
 boolean IDError.contains(In i)
          Error descriptors are empty sets
 boolean IDName.contains(In slot)
           
 boolean IDDeclare.contains(In slot)
          Same as child.
 boolean IDOr.contains(In slot)
          Returns true if all children contains the slot.
 boolean IDAny.contains(In slot)
          Always true.
 boolean IDAnd.contains(In slot)
          Returns true if all children contains the slot.
 

Constructors in fr.emn.reactiveinput.descriptor with parameters of type In
IDType(In slot)
           
IDMutable(In in)
           
IDIndex(In out)
           
IDName(In out)
           
 

Uses of In in fr.emn.reactiveinput.devices
 

Fields in fr.emn.reactiveinput.devices declared as In
 In DSerializer.i1
           
 In DSerializer.i2
           
 In DSwCommand.perform
           
 In DSwCommand.cmd
           
 In DSwCommand.arg1
           
 In DSwCommand.arg2
           
 In[] DWatcher.ins
           
 In DFirstThen.on
           
 In DFirstThen.in
           
 In DSwGhost.id
           
 In DPass.pass
           
 In DPass.in
           
 In DDelay.in
           
 In DChanged.in
           
 In DThreshold.in
           
 In DSwitch.in
           
 In DNot.in
           
 In DJScrollBar.id
           
 In DJScrollBar.move_dx
           
 In DJScrollBar.move_dy
           
 In DJScrollBar.add
           
 In DJScrollBar.decr
           
 In DJScrollBar.incr
           
 In DJScrollBar.decrBlock
           
 In DJScrollBar.incrBlock
           
 In DJScrollBar.min
           
 In DJScrollBar.max
           
 In DTyper.in
           
 In DMul.in1
           
 In DMul.in2
           
 In DSwFocus.prev
           
 In DSwFocus.next
           
 In DPlus.in1
           
 In DPlus.in2
           
 In DInstanceOf.in
           
 In DAutoRepeat.in
           
 In DAutoRepeat.on
           
 In DLowPass.in
           
 In DDelta.in
           
 In[] DScript.ins
           
 In DTransition.in
           
 In DPrint.in
           
 In DQuikWrite.x
           
 In DQuikWrite.y
           
 In DQuikWrite.use
           
 In DQuikWrite.transparency
           
 In DQuikWrite.help
           
 In DCycle.reset
           
 In DCycle.decr
           
 In DCycle.incr
           
 In[] DInputRecorder.ins
           
 In DOr.in1
           
 In DOr.in2
           
 In DLinearFunc.in
           
 In DMinus.in1
           
 In DMinus.in2
           
 In DSignalUpdated.in
           
 In DSum.reset
           
 In DSum.in
           
 In DAnd.in1
           
 In DAnd.in2
           
 In DToolglass.x
           
 In DToolglass.y
           
 In DToolglass.change
           
 In DToolglass.xselect
           
 In DToolglass.yselect
           
 In DToolglass.transparency
           
 In DPoller.in
           
 In DColorConv.in
           
 In DSwPick.pick
           
 In DSwPick.x
           
 In DSwPick.y
           
 In DCursor.x
           
 In DCursor.y
           
 In DCursor.activate
           
 In DCursor.but1
           
 In DCursor.but2
           
 In DCursor.but3
           
 In DCursor.image
           
 In DCursor.im_px
           
 In DCursor.im_py
           
 In DMidiSynth.play
           
 In DMidiSynth.note
           
 In DMidiSynth.velocity
           
 In DMidiSynth.pressure
           
 In DMidiSynth.volume
           
 In DMidiSynth.pitch
           
 In DMidiSynth.instrument
           
 In[] DMidiSynth.notes
           
 In DFreeze.freeze
           
 In DFreeze.in
           
 In DLastValue.in1
           
 In DLastValue.in2
           
 In DRound.in
           
 In DInertia.grab
           
 In DInertia.in
           
 In DJComponent.id
           
 In DJComponent.press
           
 In DJComponent.press2
           
 In DJComponent.press3
           
 In DJComponent.shift
           
 In DJComponent.ctrl
           
 In DJComponent.alt
           
 In DJComponent.clicks
           
 In DJComponent.focus
           
 In DJComponent.enable
           
 In DJComponent.show
           
 In DJComponent.x
           
 In DJComponent.y
           
 In DMidiOut.instrument
           
 In DMidiOut.on
           
 In DJText.id
           
 In DJText.move
           
 In DJText.x
           
 In DJText.y
           
 In DJText.text
           
 In[] DJText.s_actions
           
 In DHasSignal.in
           
 In DVirtualUser.currentTime
           
 In DVirtualUser.play
           
 In DVirtualUser.reset
           
 In[] DMultiOr.ins
           
protected  In DAdapter.in
           
 In DSpeechSynth.say_int
           
 In DSpeechSynth.say
           
 In DSpeechSynth.say_now_int
           
 In DSpeechSynth.say_now
           
 

Methods in fr.emn.reactiveinput.devices that return In
 In DCycle.getDecr()
           
 In DCycle.getIncr()
           
protected  In[] DJText.addActions(javax.swing.Action[] actions)
          Generates input slots given an array of Actions